aimsalgo  5.1.2
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. More...
 

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 aims::BucketBlobExtractor< T >::_merger.

◆ ~BucketBlobExtractor()

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

Definition at line 57 of file bucketblob_d.h.

Member Function Documentation

◆ connectivity()

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

Definition at line 122 of file bucketblob.h.

References aims::BucketBlobExtractor< T >::_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 aims::BucketBlobExtractor< T >::_connectivity.

Member Data Documentation

◆ _connectivity

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

◆ _keepallblobs

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

Definition at line 134 of file bucketblob.h.

◆ _merger

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

Definition at line 132 of file bucketblob.h.

Referenced by aims::BucketBlobExtractor< T >::BucketBlobExtractor().

◆ _minima

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

Definition at line 133 of file bucketblob.h.

◆ _stop

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

Definition at line 131 of file bucketblob.h.


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