aimsalgo  5.0.5
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()

Member Function Documentation

◆ 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

◆ _keepallblobs

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

Definition at line 134 of file bucketblob.h.

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

◆ _merger

◆ _minima

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

Definition at line 133 of file bucketblob.h.

◆ _stop


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