#include <itkGrayscaleGrindPeakImageFilter.h>
Inheritance diagram for itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >:
GrayscaleGrindPeakImageFilter removes peaks in a grayscale image. Peaks are local maxima in the grayscale topography that are not connected to boundaries of the image. Gray level values adjacent to a peak are extrapolated through the peak.
This filter is used to smooth over local maxima without affecting the values of local minima. If you take the difference between the output of this filter and the original image (and perhaps threshold the difference above a small value), you'll obtain a map of the local maxima.
This filter uses the GrayscaleGeodesicDilateImageFilter. It provides its own input as the "mask" input to the geodesic erosion. The "marker" image for the geodesic erosion is constructed such that boundary pixels match the boundary pixels of the input image and the interior pixels are set to the minimum pixel value in the input image.
This filter is the dual to the GrayscaleFillholeImageFilter which implements the Fillhole algorithm. Since it is a dual, it is somewhat superfluous but is provided as a convenience.
Geodesic morphology and the Fillhole algorithm is described in Chapter 6 of Pierre Soille's book "Morphological Image Analysis: Principles and Applications", Second Edition, Springer, 2003.
MorphologyImageFilter, GrayscaleDilateImageFilter, GrayscaleFunctionDilateImageFilter, BinaryDilateImageFilter
Definition at line 58 of file itkGrayscaleGrindPeakImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 67 of file itkGrayscaleGrindPeakImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 73 of file itkGrayscaleGrindPeakImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 75 of file itkGrayscaleGrindPeakImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 72 of file itkGrayscaleGrindPeakImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 74 of file itkGrayscaleGrindPeakImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 70 of file itkGrayscaleGrindPeakImageFilter.h. |
|
Definition at line 77 of file itkGrayscaleGrindPeakImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 79 of file itkGrayscaleGrindPeakImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 76 of file itkGrayscaleGrindPeakImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 78 of file itkGrayscaleGrindPeakImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 71 of file itkGrayscaleGrindPeakImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 66 of file itkGrayscaleGrindPeakImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 63 of file itkGrayscaleGrindPeakImageFilter.h. Referenced by itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::~GrayscaleGrindPeakImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 65 of file itkGrayscaleGrindPeakImageFilter.h. |
|
|
|
Definition at line 101 of file itkGrayscaleGrindPeakImageFilter.h. References itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::Self. |
|
GrayscaleGrindPeakImageFilter will produce the entire output. Reimplemented from itk::ProcessObject. |
|
Single-threaded version of GenerateData. This filter delegates to GrayscaleGeodesicDilateImageFilter. Reimplemented from itk::ImageSource< TOutputImage >. |
|
GrayscaleGrindPeakImageFilter needs the entire input be available. Thus, it needs to provide an implementation of GenerateInputRequestedRegion(). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Runtime information support. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Get the number of iterations used to produce the current output. |
|
ImageDimension constants Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
ImageDimension constants Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Standard New method. Reimplemented from itk::Object. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |