18 #ifndef itkValuedRegionalMinimaImageFilter_h
19 #define itkValuedRegionalMinimaImageFilter_h
54 template<
typename TInputImage,
typename TOutputImage >
58 std::less< typename TInputImage::PixelType >,
59 std::less< typename TOutputImage::PixelType >
66 std::less< typename TInputImage::PixelType >,
67 std::less< typename TOutputImage::PixelType > >
Superclass;
82 #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 minima is set to the maximum value for ...
ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< typename TInputImage::PixelType >, std::less< typename TOutputImage::PixelType > > Superclass
SmartPointer< const Self > ConstPointer
TInputImage InputImageType
Base class for all process objects that output image data.
void operator=(const Self &)
virtual ~ValuedRegionalMinimaImageFilter()
virtual void SetMarkerValue(typename TInputImage::PixelType _arg)
SmartPointer< Self > Pointer
InputImageType::PixelType InputImagePixelType
Define additional traits for native types such as int or float.
ValuedRegionalMinimaImageFilter Self
#define itkConceptMacro(name, concept)
ValuedRegionalMinimaImageFilter()