#include <itkErodeObjectMorphologyImageFilter.h>
Inheritance diagram for itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >:
Public Types | |
typedef ErodeObjectMorphologyImageFilter | Self |
typedef ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::PixelType | PixelType |
typedef TKernel | KernelType |
typedef KernelType::ConstIterator | KernelIteratorType |
typedef NeighborhoodIterator< TOutputImage > | OutputNeighborhoodIteratorType |
typedef Superclass::DefaultBoundaryConditionType | DefaultBoundaryConditionType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | SetBackgroundValue (PixelType _arg) |
virtual PixelType | GetBackgroundValue () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
ErodeObjectMorphologyImageFilter () | |
~ErodeObjectMorphologyImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | Evaluate (OutputNeighborhoodIteratorType &nit, const KernelType &kernel) |
Erosion of an image using binary morphology. Pixel values matching the object value are considered the "object" and all other pixels are "background". This is useful in processing mask images containing only one object.
If the pixel covered by the center of the kernel has the pixel value ObjectValue and the pixel is adjacent to a non-object valued pixel, then the kernel is centered on the object-value pixel and neighboring pixels covered by the kernel are assigned the background value. The structuring element is assumed to be composed of binary values (zero or one).
Definition at line 44 of file itkErodeObjectMorphologyImageFilter.h.
|
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 53 of file itkErodeObjectMorphologyImageFilter.h. |
|
Default boundary condition type Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 74 of file itkErodeObjectMorphologyImageFilter.h. |
|
Kernel (structuring element) iterator Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 68 of file itkErodeObjectMorphologyImageFilter.h. |
|
Kernel typedef Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 65 of file itkErodeObjectMorphologyImageFilter.h. |
|
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 70 of file itkErodeObjectMorphologyImageFilter.h. |
|
Declaration of Pixel Type Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 62 of file itkErodeObjectMorphologyImageFilter.h. |
|
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 52 of file itkErodeObjectMorphologyImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 49 of file itkErodeObjectMorphologyImageFilter.h. |
|
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 51 of file itkErodeObjectMorphologyImageFilter.h. |
|
|
|
Definition at line 85 of file itkErodeObjectMorphologyImageFilter.h. |
|
Apply the kernel to the neighborhood given. All values in neighborhood covered by the kernel will be set to the background value. Implements itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. |
|
Get the value to be assigned to eroded pixels |
|
Runtime information support Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. |
|
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::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. |
|
Set the value to be assigned to eroded pixels |