#include <itkThresholdLabelerImageFilter.h>
Collaboration diagram for itk::Functor::ThresholdLabeler< TInput, TOutput >:
Public Types | |
typedef std::vector< TInput > | ThresholdVector |
Public Member Functions | |
ThresholdLabeler () | |
~ThresholdLabeler () | |
void | SetThresholds (const ThresholdVector &thresholds) |
void | SetLabelOffset (const TOutput &labelOffset) |
TOutput | operator() (const TInput &A) |
|
Definition at line 50 of file itkThresholdLabelerImageFilter.h. Referenced by itk::Functor::ThresholdLabeler< TInput, TOutput >::SetThresholds(). |
|
Definition at line 47 of file itkThresholdLabelerImageFilter.h. |
|
Definition at line 48 of file itkThresholdLabelerImageFilter.h. |
|
Definition at line 60 of file itkThresholdLabelerImageFilter.h. |
|
Set the offset which labels have to start from. Definition at line 57 of file itkThresholdLabelerImageFilter.h. |
|
Set the vector of thresholds. Definition at line 53 of file itkThresholdLabelerImageFilter.h. References itk::Functor::ThresholdLabeler< TInput, TOutput >::ThresholdVector. |