18 #ifndef __itkHMaximaImageFilter_h
19 #define __itkHMaximaImageFilter_h
56 template<
typename TInputImage,
typename TOutputImage >
81 TInputImage::ImageDimension);
83 TOutputImage::ImageDimension);
107 itkSetMacro(FullyConnected,
bool);
108 itkGetConstReferenceMacro(FullyConnected,
bool);
109 itkBooleanMacro(FullyConnected);
112 #ifdef ITK_USE_CONCEPT_CHECKING
149 #ifndef ITK_MANUAL_INSTANTIATION
150 #include "itkHMaximaImageFilter.hxx"
static const unsigned int OutputImageDimension
Suppress local maxima whose height above the baseline is less than h.
void EnlargeOutputRequestedRegion(DataObject *)
InputImagePixelType m_Height
Base class for all process objects that output image data.
InputImageType::PixelType InputImagePixelType
SmartPointer< Self > Pointer
TOutputImage OutputImageType
TInputImage InputImageType
void GenerateInputRequestedRegion()
void PrintSelf(std::ostream &os, Indent indent) const
OutputImageType::ConstPointer OutputImageConstPointer
InputImageType::RegionType InputImageRegionType
unsigned long m_NumberOfIterationsUsed
InputImageType::ConstPointer InputImageConstPointer
OutputImageType::Pointer OutputImagePointer
OutputImageType::RegionType OutputImageRegionType
void operator=(const Self &)
static const unsigned int InputImageDimension
InputImageType::Pointer InputImagePointer
ImageToImageFilter< TInputImage, TOutputImage > Superclass
InputImageType::PixelType InputImagePixelType
Base class for filters that take an image as input and produce an image as output.
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
#define itkConceptMacro(name, concept)
OutputImageType::PixelType OutputImagePixelType
Base class for all data objects in ITK.