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 );
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...
SpatialObject< NDimension > SpatialObjectType
Superclass::SpatialObjectType SpatialObjectType
ImageSpatialObject< NDimension, OutputPixelType > OutputImageSpatialObjectType
void operator=(const Self &)
Implementation of an image as spatial object.
Generates a feature image by thresholding the input intensities.
Image< InputPixelType, Dimension > InputImageType
BinaryThresholdFeatureGenerator()
Control indentation during Print() invocation.
virtual ~BinaryThresholdFeatureGenerator()
void PrintSelf(std::ostream &os, Indent indent) const
BinaryThresholdImageFilter< InputImageType, OutputImageType > BinaryThresholdFilterType
Templated n-dimensional image class.
BinaryThresholdFilterPointer m_BinaryThresholdFilter
static const unsigned int Dimension