17 #ifndef itkLungWallFeatureGenerator_h
18 #define itkLungWallFeatureGenerator_h
42 template <
unsigned int NDimension>
61 static constexpr
unsigned int Dimension = NDimension;
89 void PrintSelf(std::ostream& os,
Indent indent)
const override;
93 void GenerateData ()
override;
120 #ifndef ITK_MANUAL_INSTANTIATION
121 # include "itkLungWallFeatureGenerator.hxx"
Light weight base class for most itk classes.
typename VotingHoleFillingFilterType::Pointer VotingHoleFillingFilterPointer
Perform front-propagation under a quorum sensing (voting) algorithm for filling holes in a binary mas...
InputPixelType m_LungThreshold
typename InputImageSpatialObjectType::Pointer InputImageSpatialObjectPointer
VotingHoleFillingFilterPointer m_VotingHoleFillingFilter
constexpr unsigned int Dimension
Binarize an input image by thresholding.
typename ThresholdFilterType::Pointer ThresholdFilterPointer
Class that generates features (typically images) used as input for a segmentation method...
Implementation of the composite pattern.
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
Protected method for setting indexed and named inputs.
ThresholdFilterPointer m_ThresholdFilter
signed short InputPixelType
Generates a feature image.
Implementation of an image as spatial object.
Control indentation during Print() invocation.
Templated n-dimensional image class.