![]() |
aimsalgo
5.0.5
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 &) |
![]() | |
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 171 of file bucketblob_d.h.
References aims::BucketBlobExtractor< T >::OneComponentStopCriterion::~OneComponentStopCriterion().
Referenced by aims::BucketBlobExtractor< T >::extractBlobs().
|
virtual |
Definition at line 179 of file bucketblob_d.h.
References aims::BucketBlobExtractor< T >::OneComponentStopCriterion::stops().
Referenced by aims::BucketBlobExtractor< T >::OneComponentStopCriterion::OneComponentStopCriterion().
|
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 186 of file bucketblob_d.h.
References aims::BucketBlobExtractor< T >::BlobStruct::blobs, and aims::BucketBlobExtractor< T >::BlobStruct::mergemap.
Referenced by aims::BucketBlobExtractor< T >::OneComponentStopCriterion::~OneComponentStopCriterion().
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.