aimsalgo 6.0.0
Neuroimaging image processing
aims::BucketBlobExtractor< T > Class Template Reference

Blobs and watershed. More...

#include <aims/scalespace/bucketblob.h>

Collaboration diagram for aims::BucketBlobExtractor< T >:

Classes

class  BlobsMerger
 
struct  BlobStruct
 
class  GLBlobsMerger
 
class  NoStopCriterion
 
class  OneComponentStopCriterion
 
class  StopCriterion
 

Public Member Functions

 BucketBlobExtractor (StopCriterion *sc, bool minima, bool keepallblobs=false, BlobsMerger *m=0)
 
 ~BucketBlobExtractor ()
 
void setConnectivity (Connectivity::Type t)
 
Connectivity::Type connectivity () const
 
BucketMap< Void > * extractBlobs (const BucketMap< T > &valuemap)
 Extracts blobs or watershed.
 

Protected Member Functions

void neighborBlobs (std::set< int > &, const Point3d &, const BlobStruct &)
 

Protected Attributes

StopCriterion_stop
 
BlobsMerger_merger
 
bool _minima
 
bool _keepallblobs
 
Connectivity::Type _connectivity
 

Detailed Description

template<typename T>
class aims::BucketBlobExtractor< T >

Blobs and watershed.

Definition at line 48 of file bucketblob.h.

Constructor & Destructor Documentation

◆ BucketBlobExtractor()

template<typename T>
aims::BucketBlobExtractor< T >::BucketBlobExtractor ( StopCriterion * sc,
bool minima,
bool keepallblobs = false,
BlobsMerger * m = 0 )

Definition at line 44 of file bucketblob_d.h.

References _connectivity, _keepallblobs, _merger, _minima, and _stop.

◆ ~BucketBlobExtractor()

template<typename T>
aims::BucketBlobExtractor< T >::~BucketBlobExtractor ( )

Definition at line 57 of file bucketblob_d.h.

References _merger, and _stop.

Member Function Documentation

◆ connectivity()

template<typename T>
Connectivity::Type aims::BucketBlobExtractor< T >::connectivity ( ) const
inline

Definition at line 122 of file bucketblob.h.

References _connectivity.

◆ extractBlobs()

◆ neighborBlobs()

◆ setConnectivity()

template<typename T>
void aims::BucketBlobExtractor< T >::setConnectivity ( Connectivity::Type t)
inline

Definition at line 121 of file bucketblob.h.

References _connectivity.

Member Data Documentation

◆ _connectivity

template<typename T>
Connectivity::Type aims::BucketBlobExtractor< T >::_connectivity
protected

Definition at line 135 of file bucketblob.h.

Referenced by BucketBlobExtractor(), connectivity(), neighborBlobs(), and setConnectivity().

◆ _keepallblobs

template<typename T>
bool aims::BucketBlobExtractor< T >::_keepallblobs
protected

Definition at line 134 of file bucketblob.h.

Referenced by BucketBlobExtractor(), and extractBlobs().

◆ _merger

template<typename T>
BlobsMerger* aims::BucketBlobExtractor< T >::_merger
protected

Definition at line 132 of file bucketblob.h.

Referenced by BucketBlobExtractor(), extractBlobs(), and ~BucketBlobExtractor().

◆ _minima

template<typename T>
bool aims::BucketBlobExtractor< T >::_minima
protected

Definition at line 133 of file bucketblob.h.

Referenced by BucketBlobExtractor().

◆ _stop

template<typename T>
StopCriterion* aims::BucketBlobExtractor< T >::_stop
protected

Definition at line 131 of file bucketblob.h.

Referenced by BucketBlobExtractor(), extractBlobs(), and ~BucketBlobExtractor().


The documentation for this class was generated from the following files: