17 #ifndef __itkLungWallFeatureGenerator_h
18 #define __itkLungWallFeatureGenerator_h
42 template <
unsigned int NDimension>
59 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
87 void PrintSelf(std::ostream& os,
Indent indent)
const;
95 void operator=(
const Self&);
121 #ifndef ITK_MANUAL_INSTANTIATION
122 # include "itkLungWallFeatureGenerator.hxx"
Light weight base class for most itk classes.
Superclass::SpatialObjectType SpatialObjectType
VotingHoleFillingFilterType::Pointer VotingHoleFillingFilterPointer
ImageSpatialObject< NDimension, OutputPixelType > OutputImageSpatialObjectType
Perform front-propagation under a quorum sensing (voting) algorithm for filling holes in a binary mas...
InputPixelType m_LungThreshold
VotingHoleFillingFilterPointer m_VotingHoleFillingFilter
Binarize an input image by thresholding.
Image< InputPixelType, Dimension > InputImageType
Class that generates features (typically images) used as input for a segmentation method...
Image< InternalPixelType, Dimension > InternalImageType
Implementation of the composite pattern.
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
Protected method for setting indexed and named inputs.
LungWallFeatureGenerator Self
ThresholdFilterPointer m_ThresholdFilter
ImageSpatialObject< NDimension, InputPixelType > InputImageSpatialObjectType
VotingBinaryHoleFillFloodingImageFilter< InternalImageType, OutputImageType > VotingHoleFillingFilterType
Generates a feature image.
ThresholdFilterType::Pointer ThresholdFilterPointer
Image< OutputPixelType, Dimension > OutputImageType
SmartPointer< const Self > ConstPointer
Implementation of an image as spatial object.
Control indentation during Print() invocation.
InputImageSpatialObjectType::Pointer InputImageSpatialObjectPointer
signed short InputPixelType
FeatureGenerator< NDimension > Superclass
SmartPointer< Self > Pointer
BinaryThresholdImageFilter< InputImageType, InternalImageType > ThresholdFilterType
Templated n-dimensional image class.