#include <itkDilateObjectMorphologyImageFilter.h>
Inheritance diagram for itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >:
Public Types | |
typedef DilateObjectMorphologyImageFilter | 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 |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
DilateObjectMorphologyImageFilter () | |
~DilateObjectMorphologyImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | Evaluate (OutputNeighborhoodIteratorType &nit, const KernelType &kernel) |
Dilate an image using binary morphology. Pixel values matching the object value are considered the "foreground" and all other pixels are "background". This is useful in processing mask images containing only one object.
If a pixel's value is equal to the object value 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 object value. The structuring element is assumed to be composed of binary values (zero or one).
Definition at line 44 of file itkDilateObjectMorphologyImageFilter.h.
|
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 53 of file itkDilateObjectMorphologyImageFilter.h. |
|
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 74 of file itkDilateObjectMorphologyImageFilter.h. |
|
duplicates from base class to avoid compiler warnings Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 68 of file itkDilateObjectMorphologyImageFilter.h. |
|
duplicates from base class to avoid compiler warnings Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 65 of file itkDilateObjectMorphologyImageFilter.h. |
|
duplicates from base class to avoid compiler warnings Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 71 of file itkDilateObjectMorphologyImageFilter.h. |
|
duplicates from base class to avoid compiler warnings Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 62 of file itkDilateObjectMorphologyImageFilter.h. |
|
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 52 of file itkDilateObjectMorphologyImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 49 of file itkDilateObjectMorphologyImageFilter.h. |
|
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 51 of file itkDilateObjectMorphologyImageFilter.h. |
|
|
|
Definition at line 78 of file itkDilateObjectMorphologyImageFilter.h. |
|
Apply the kernel to the neighborhood given. All values in neighborhood covered by the kernel will be set to the object value. Implements itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >. |
|
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 >. |