28 #ifndef itkGrayscaleGrindPeakImageFilter_h
29 #define itkGrayscaleGrindPeakImageFilter_h
69 template<
typename TInputImage,
typename TOutputImage >
94 TInputImage::ImageDimension);
96 TOutputImage::ImageDimension);
112 itkSetMacro(FullyConnected,
bool);
113 itkGetConstReferenceMacro(FullyConnected,
bool);
114 itkBooleanMacro(FullyConnected);
117 #ifdef ITK_USE_CONCEPT_CHECKING
143 void operator=(const Self &);
151 #ifndef ITK_MANUAL_INSTANTIATION
152 #include "itkGrayscaleGrindPeakImageFilter.hxx"
TOutputImage OutputImageType
GrayscaleGrindPeakImageFilter()
InputImageType::Pointer InputImagePointer
SmartPointer< const Self > ConstPointer
Base class for all process objects that output image data.
OutputImageType::RegionType OutputImageRegionType
unsigned long m_NumberOfIterationsUsed
void GenerateInputRequestedRegion() override
InputImageType::ConstPointer InputImageConstPointer
void EnlargeOutputRequestedRegion(DataObject *) override
OutputImageType::PixelType OutputImagePixelType
static const unsigned int OutputImageDimension
OutputImageType::ConstPointer OutputImageConstPointer
static const unsigned int InputImageDimension
InputImageType::PixelType InputImagePixelType
void GenerateData() override
GrayscaleGrindPeakImageFilter Self
void PrintSelf(std::ostream &os, Indent indent) const override
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
Control indentation during Print() invocation.
SmartPointer< Self > Pointer
Remove local maxima not connected to the boundary of the image.
~GrayscaleGrindPeakImageFilter()
OutputImageType::Pointer OutputImagePointer
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
InputImageType::RegionType InputImageRegionType