18#ifndef itkValuedRegionalMaximaImageFilter_h
19#define itkValuedRegionalMaximaImageFilter_h
57template <
typename TInputImage,
typename TOutputImage>
61 std::greater<typename TInputImage::PixelType>,
62 std::greater<typename TOutputImage::PixelType>>
71 std::greater<typename TInputImage::PixelType>,
72 std::greater<typename TOutputImage::PixelType>>;
86#ifdef ITK_USE_CONCEPT_CHECKING
Base class for all process objects that output image data.
TInputImage InputImageType
typename InputImageType::PixelType InputImagePixelType
Define additional traits for native types such as int or float.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Uses a flooding algorithm to set all voxels that are not a regional extrema to the max or min of the ...
virtual void SetMarkerValue(typename TInputImage::PixelType _arg)
Transforms the image so that any pixel that is not a regional maxima is set to the minimum value for ...
ValuedRegionalMaximaImageFilter()
~ValuedRegionalMaximaImageFilter() override=default
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....