#include <itkHConvexImageFilter.h>
Inheritance diagram for itk::HConvexImageFilter< TInputImage, TOutputImage >:
HConvexImageFilter extract local maxima that are more than h intensity units above the (local) background. This has the effect of extracting objects that are brighter than background by at least h intensity units.
This filter uses the HMaximaImageFilter.
Geodesic morphology and the H-Convex 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 43 of file itkHConvexImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 52 of file itkHConvexImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 58 of file itkHConvexImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 60 of file itkHConvexImageFilter.h. Referenced by itk::HConvexImageFilter< TInputImage, TOutputImage >::~HConvexImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 57 of file itkHConvexImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 59 of file itkHConvexImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 55 of file itkHConvexImageFilter.h. |
|
Definition at line 62 of file itkHConvexImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 64 of file itkHConvexImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 61 of file itkHConvexImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 63 of file itkHConvexImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 56 of file itkHConvexImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 51 of file itkHConvexImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 48 of file itkHConvexImageFilter.h. Referenced by itk::HConvexImageFilter< TInputImage, TOutputImage >::~HConvexImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 50 of file itkHConvexImageFilter.h. |
|
|
|
Definition at line 94 of file itkHConvexImageFilter.h. References itk::HConvexImageFilter< TInputImage, TOutputImage >::InputImagePixelType, and itk::HConvexImageFilter< TInputImage, TOutputImage >::Self. |
|
HConvexImageFilter will produce the entire output. Reimplemented from itk::ProcessObject.
|
|
Single-threaded version of GenerateData. This filter delegates to GrayscaleGeodesicErodeImageFilter. Reimplemented from itk::ImageSource< TOutputImage >.
|
|
HConvexImageFilter 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 >.
|
|
Set/Get the height that a local maximum must be above the local background (local contrast) in order to survive the processing. Local maxima below this value are replaced with an estimate of the local background. |
|
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 >.
|
|
Set/Get the height that a local maximum must be above the local background (local contrast) in order to survive the processing. Local maxima below this value are replaced with an estimate of the local background. |