17 #ifndef __itkBinaryThresholdFeatureGenerator_h
18 #define __itkBinaryThresholdFeatureGenerator_h
40 template <
unsigned int NDimension>
57 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
68 itkSetMacro( Threshold,
double );
69 itkGetMacro( Threshold,
double );
75 void PrintSelf(std::ostream& os,
Indent indent)
const;
83 void operator=(
const Self&);
101 #ifndef ITK_MANUAL_INSTANTIATION
102 # include "itkBinaryThresholdFeatureGenerator.hxx"
BinaryThresholdFilterType::Pointer BinaryThresholdFilterPointer
Light weight base class for most itk classes.
Image< OutputPixelType, Dimension > OutputImageType
BinaryThresholdFeatureGenerator Self
InputImageSpatialObjectType::Pointer InputImageSpatialObjectPointer
SmartPointer< const Self > ConstPointer
signed short InputPixelType
ImageSpatialObject< NDimension, InputPixelType > InputImageSpatialObjectType
FeatureGenerator< NDimension > Superclass
Binarize an input image by thresholding.
SmartPointer< Self > Pointer
Class that generates features (typically images) used as input for a segmentation method...
Superclass::SpatialObjectType SpatialObjectType
ImageSpatialObject< NDimension, OutputPixelType > OutputImageSpatialObjectType
Implementation of an image as spatial object.
Generates a feature image by thresholding the input intensities.
Image< InputPixelType, Dimension > InputImageType
Control indentation during Print() invocation.
BinaryThresholdImageFilter< InputImageType, OutputImageType > BinaryThresholdFilterType
Templated n-dimensional image class.
BinaryThresholdFilterPointer m_BinaryThresholdFilter