![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/scalespace/bucketblob.h>
Public Member Functions | |
BlobStruct () | |
Public Attributes | |
BucketMap< Void > * | blobs |
int | newblobnum |
std::map< int, int > | mergemap |
std::map< int, Point3d > | deadblobs |
bool | keepallblobs |
int | background |
Definition at line 51 of file bucketblob.h.
|
inline |
Definition at line 53 of file bucketblob.h.
int aims::BucketBlobExtractor< T >::BlobStruct::background |
Definition at line 61 of file bucketblob.h.
Referenced by aims::BucketBlobExtractor< T >::GLBlobsMerger::merge().
BucketMap<Void>* aims::BucketBlobExtractor< T >::BlobStruct::blobs |
Definition at line 55 of file bucketblob.h.
Referenced by aims::BucketBlobExtractor< T >::extractBlobs(), aims::BucketBlobExtractor< T >::BlobsMerger::merge(), aims::BucketBlobExtractor< T >::GLBlobsMerger::merge(), aims::BucketBlobExtractor< T >::neighborBlobs(), and aims::BucketBlobExtractor< T >::OneComponentStopCriterion::stops().
std::map<int, Point3d> aims::BucketBlobExtractor< T >::BlobStruct::deadblobs |
Definition at line 59 of file bucketblob.h.
Referenced by aims::BucketBlobExtractor< T >::GLBlobsMerger::merge(), and aims::BucketBlobExtractor< T >::neighborBlobs().
bool aims::BucketBlobExtractor< T >::BlobStruct::keepallblobs |
Definition at line 60 of file bucketblob.h.
Referenced by aims::BucketBlobExtractor< T >::extractBlobs(), and aims::BucketBlobExtractor< T >::BlobsMerger::merge().
std::map<int, int> aims::BucketBlobExtractor< T >::BlobStruct::mergemap |
int aims::BucketBlobExtractor< T >::BlobStruct::newblobnum |
Definition at line 56 of file bucketblob.h.
Referenced by aims::BucketBlobExtractor< T >::extractBlobs(), and aims::BucketBlobExtractor< T >::BlobsMerger::merge().