18 #ifndef itkValuedRegionalMaximaImageFilter_h
19 #define itkValuedRegionalMaximaImageFilter_h
58 template<
typename TInputImage,
typename TOutputImage >
62 std::greater< typename TInputImage::PixelType >,
63 std::greater< typename TOutputImage::PixelType > >
69 std::greater< typename TInputImage::PixelType >,
70 std::greater< typename TOutputImage::PixelType > >
Superclass;
85 #ifdef ITK_USE_CONCEPT_CHECKING
Uses a flooding algorithm to set all voxels that are not a regional extrema to the max or min of the ...
Transforms the image so that any pixel that is not a regional maxima is set to the minimum value for ...
SmartPointer< const Self > ConstPointer
InputImageType::PixelType InputImagePixelType
ValuedRegionalMaximaImageFilter()
Base class for all process objects that output image data.
SmartPointer< Self > Pointer
virtual ~ValuedRegionalMaximaImageFilter()
void operator=(const Self &)
virtual void SetMarkerValue(typename TInputImage::PixelType _arg)
ValuedRegionalMaximaImageFilter Self
Define additional traits for native types such as int or float.
#define itkConceptMacro(name, concept)
ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< typename TInputImage::PixelType >, std::greater< typename TOutputImage::PixelType > > Superclass
TInputImage InputImageType