18#ifndef itkVotingBinaryImageFilter_h
19#define itkVotingBinaryImageFilter_h
39template <
typename TInputImage,
typename TOutputImage>
46 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
47 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
94 itkGetConstReferenceMacro(BirthThreshold,
unsigned int);
95 itkSetMacro(BirthThreshold,
unsigned int);
100 itkGetConstReferenceMacro(SurvivalThreshold,
unsigned int);
101 itkSetMacro(SurvivalThreshold,
unsigned int);
113#ifdef ITK_USE_CONCEPT_CHECKING
148 unsigned int m_BirthThreshold{};
149 unsigned int m_SurvivalThreshold{};
153#ifndef ITK_MANUAL_INSTANTIATION
154# include "itkVotingBinaryImageFilter.hxx"
Base class for all process objects that output image data.
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Applies a voting operation in a neighborhood of each pixel.
~VotingBinaryImageFilter() override=default
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) override
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateInputRequestedRegion() override
typename InputImageType::SizeType InputSizeType
typename OutputImageType::PixelType OutputPixelType
typename InputImageType::PixelType InputPixelType
VotingBinaryImageFilter()
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....