18 #ifndef __itkLabelVotingImageFilter_h
19 #define __itkLabelVotingImageFilter_h
74 template<
typename TInputImage,
typename TOutputImage = TInputImage >
99 TInputImage::ImageDimension);
101 TOutputImage::ImageDimension);
148 #ifdef ITK_USE_CONCEPT_CHECKING
195 #ifndef ITK_MANUAL_INSTANTIATION
196 #include "itkLabelVotingImageFilter.hxx"
void BeforeThreadedGenerateData()
void UnsetLabelForUndecidedPixels()
InputImageType::ConstPointer InputImagePointer
InputPixelType ComputeMaximumInputValue()
This filter performs pixelwise voting among an arbitrary number of input images, where each of them r...
OutputPixelType GetLabelForUndecidedPixels() const
Superclass::OutputImageRegionType OutputImageRegionType
LabelVotingImageFilter Self
TInputImage InputImageType
TOutputImage OutputImageType
void operator=(const Self &)
void SetLabelForUndecidedPixels(const OutputPixelType l)
Base class for all process objects that output image data.
SmartPointer< const Self > ConstPointer
OutputImageType::Pointer OutputImagePointer
virtual ~LabelVotingImageFilter()
static const unsigned int ImageDimension
vcl_size_t m_TotalLabelCount
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
virtual void Modified() const
TOutputImage::PixelType OutputPixelType
OutputPixelType m_LabelForUndecidedPixels
Base class for filters that take an image as input and produce an image as output.
ImageToImageFilter< TInputImage, TOutputImage > Superclass
Control indentation during Print() invocation.
TInputImage::PixelType InputPixelType
Superclass::OutputImageRegionType OutputImageRegionType
SmartPointer< Self > Pointer
static const unsigned int InputImageDimension
#define itkConceptMacro(name, concept)
void PrintSelf(std::ostream &, Indent) const
unsigned long LabelCountType
bool m_HasLabelForUndecidedPixels
unsigned int ThreadIdType