![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/scalespace/bucketblob.h>


Public Member Functions | |
| OneComponentStopCriterion (const std::set< Point3d, BucketMapLess > &toJoin) | |
| virtual | ~OneComponentStopCriterion () |
| virtual bool | stops (const Point3d &, const BlobStruct &bs) |
| virtual bool | doesKeepBlob (int blob, const BlobStruct &) |
Public Member Functions inherited from aims::BucketBlobExtractor< T >::StopCriterion | |
| virtual | ~StopCriterion () |
Public Attributes | |
| std::set< Point3d, BucketMapLess > | pointsToJoin |
| int | mainblob |
Definition at line 84 of file bucketblob.h.
| aims::BucketBlobExtractor< T >::OneComponentStopCriterion::OneComponentStopCriterion | ( | const std::set< Point3d, BucketMapLess > & | toJoin | ) |
Definition at line 170 of file bucketblob_d.h.
|
virtual |
Definition at line 178 of file bucketblob_d.h.
|
virtual |
Reimplemented from aims::BucketBlobExtractor< T >::StopCriterion.
Definition at line 225 of file bucketblob_d.h.
|
virtual |
Implements aims::BucketBlobExtractor< T >::StopCriterion.
Definition at line 185 of file bucketblob_d.h.
References aims::BucketBlobExtractor< T >::BlobStruct::blobs, aims::BucketMap< class >::erase(), and aims::BucketBlobExtractor< T >::BlobStruct::mergemap.
| int aims::BucketBlobExtractor< T >::OneComponentStopCriterion::mainblob |
Definition at line 94 of file bucketblob.h.
| std::set<Point3d, BucketMapLess> aims::BucketBlobExtractor< T >::OneComponentStopCriterion::pointsToJoin |
Definition at line 93 of file bucketblob.h.