ITK
5.2.0
Insight Toolkit
|
#include <itkThresholdLabelerImageFilter.h>
Public Types | |
using | RealThresholdType = typename NumericTraits< TInput >::RealType |
using | RealThresholdVector = std::vector< RealThresholdType > |
Public Member Functions | |
bool | operator!= (const ThresholdLabeler &other) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const ThresholdLabeler &other) const |
void | SetLabelOffset (const TOutput &labelOffset) |
void | SetThresholds (const RealThresholdVector &thresholds) |
ThresholdLabeler () | |
~ThresholdLabeler ()=default | |
Private Attributes | |
TOutput | m_LabelOffset |
RealThresholdVector | m_Thresholds |
Definition at line 46 of file itkThresholdLabelerImageFilter.h.
using itk::Functor::ThresholdLabeler< TInput, TOutput >::RealThresholdType = typename NumericTraits<TInput>::RealType |
Definition at line 53 of file itkThresholdLabelerImageFilter.h.
using itk::Functor::ThresholdLabeler< TInput, TOutput >::RealThresholdVector = std::vector<RealThresholdType> |
Definition at line 54 of file itkThresholdLabelerImageFilter.h.
|
inline |
Definition at line 49 of file itkThresholdLabelerImageFilter.h.
|
default |
|
inline |
Definition at line 71 of file itkThresholdLabelerImageFilter.h.
|
inline |
Definition at line 87 of file itkThresholdLabelerImageFilter.h.
|
inline |
Definition at line 81 of file itkThresholdLabelerImageFilter.h.
|
inline |
Set the offset which labels have to start from.
Definition at line 65 of file itkThresholdLabelerImageFilter.h.
|
inline |
Set the vector of thresholds.
Definition at line 58 of file itkThresholdLabelerImageFilter.h.
|
private |
Definition at line 112 of file itkThresholdLabelerImageFilter.h.
Referenced by itk::Functor::ThresholdLabeler< TInputImage::PixelType, TOutputImage::PixelType >::operator!=().
|
private |
Definition at line 111 of file itkThresholdLabelerImageFilter.h.
Referenced by itk::Functor::ThresholdLabeler< TInputImage::PixelType, TOutputImage::PixelType >::operator!=().