17 #ifndef __itkMorphologicalOpenningFeatureGenerator_h
18 #define __itkMorphologicalOpenningFeatureGenerator_h
45 template <
unsigned int NDimension>
62 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
90 void PrintSelf(std::ostream& os,
Indent indent)
const;
98 void operator=(
const Self&);
136 #ifndef ITK_MANUAL_INSTANTIATION
137 # include "itkMorphologicalOpenningFeatureGenerator.hxx"
MorphologicalOpenningFeatureGenerator Self
Light weight base class for most itk classes.
unsigned char InternalPixelType
Superclass::SpatialObjectType SpatialObjectType
ImageSpatialObject< NDimension, OutputPixelType > OutputImageSpatialObjectType
BinaryBallStructuringElement< InternalPixelType, Dimension > KernelType
VotingHoleFillingFilterPointer m_VotingHoleFillingFilter
Image< InputPixelType, Dimension > InputImageType
Perform front-propagation under a quorum sensing (voting) algorithm for filling holes in a binary mas...
VotingBinaryHoleFillFloodingImageFilter< InternalImageType, InternalImageType > VotingHoleFillingFilterType
signed short InputPixelType
CastingFilterType::Pointer CastingFilterPointer
ImageSpatialObject< NDimension, InputPixelType > InputImageSpatialObjectType
Generates a feature image based on intensity and removes small pieces from it.
SmartPointer< const Self > ConstPointer
Binarize an input image by thresholding.
OpenningFilterType::Pointer OpenningFilterPointer
ThresholdFilterPointer m_ThresholdFilter
BinaryMorphologicalOpeningImageFilter< InternalImageType, InternalImageType, KernelType > OpenningFilterType
CastingFilterPointer m_CastingFilter
Class that generates features (typically images) used as input for a segmentation method...
VotingHoleFillingFilterType::Pointer VotingHoleFillingFilterPointer
Implementation of the composite pattern.
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
Protected method for setting indexed and named inputs.
A Neighborhood that represents a ball structuring element (ellipsoid) with binary elements...
InputPixelType m_LungThreshold
InputImageSpatialObjectType::Pointer InputImageSpatialObjectPointer
ThresholdFilterType::Pointer ThresholdFilterPointer
binary morphological opening of an image.
Implementation of an image as spatial object.
SmartPointer< Self > Pointer
Image< OutputPixelType, Dimension > OutputImageType
Control indentation during Print() invocation.
OpenningFilterPointer m_OpenningFilter
FeatureGenerator< NDimension > Superclass
BinaryThresholdImageFilter< InputImageType, InternalImageType > ThresholdFilterType
Image< InternalPixelType, Dimension > InternalImageType
Templated n-dimensional image class.
Casts input pixels to output pixel type.
CastImageFilter< InternalImageType, OutputImageType > CastingFilterType