18 #ifndef __itkVotingBinaryHoleFillingImageFilter_h
19 #define __itkVotingBinaryHoleFillingImageFilter_h
40 template<
typename TInputImage,
typename TOutputImage >
47 TInputImage::ImageDimension);
49 TOutputImage::ImageDimension);
84 itkGetConstReferenceMacro(MajorityThreshold,
unsigned int);
85 itkSetMacro(MajorityThreshold,
unsigned int);
89 itkGetConstReferenceMacro(NumberOfPixelsChanged,
SizeValueType);
91 #ifdef ITK_USE_CONCEPT_CHECKING
146 #ifndef ITK_MANUAL_INSTANTIATION
147 #include "itkVotingBinaryHoleFillingImageFilter.hxx"
OutputImageType::PixelType OutputPixelType
SmartPointer< Self > Pointer
static const unsigned int OutputImageDimension
void BeforeThreadedGenerateData()
SmartPointer< const Self > ConstPointer
TInputImage InputImageType
VotingBinaryHoleFillingImageFilter Self
Base class for all process objects that output image data.
unsigned long SizeValueType
Fills in holes and cavities by applying a voting operation on each pixel.
virtual void SetBirthThreshold(unsigned int _arg)
void AfterThreadedGenerateData()
SizeValueType m_NumberOfPixelsChanged
unsigned int m_MajorityThreshold
VotingBinaryImageFilter< InputImageType, OutputImageType > Superclass
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
InputImageType::RegionType InputImageRegionType
void SetSurvivalThreshold(const unsigned int value)
TOutputImage OutputImageType
virtual void SetSurvivalThreshold(unsigned int _arg)
InputImageType::SizeValueType SizeValueType
void operator=(const Self &)
void SetBirthThreshold(const unsigned int value)
Array< SizeValueType > m_Count
InputImageType::PixelType InputPixelType
void PrintSelf(std::ostream &os, Indent indent) const
Control indentation during Print() invocation.
VotingBinaryHoleFillingImageFilter()
virtual ~VotingBinaryHoleFillingImageFilter()
Applies a voting operation in a neighborhood of each pixel.
#define itkConceptMacro(name, concept)
InputImageType::SizeType InputSizeType
static const unsigned int InputImageDimension
OutputImageType::RegionType OutputImageRegionType
unsigned int ThreadIdType