![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkErodeObjectMorphologyImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Private Attributes | |
PixelType | m_BackgroundValue {} |
DefaultBoundaryConditionType | m_ErodeBoundaryCondition {} |
Erosion of an object in an image.
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 47 of file itkErodeObjectMorphologyImageFilter.h.
using itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::ConstPointer = SmartPointer<const Self> |
Definition at line 57 of file itkErodeObjectMorphologyImageFilter.h.
using itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::KernelIteratorType = typename KernelType::ConstIterator |
Kernel (structuring element) iterator
Definition at line 72 of file itkErodeObjectMorphologyImageFilter.h.
using itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::KernelPixelType = typename TKernel::PixelType |
Type of the pixels in the Kernel.
Definition at line 102 of file itkErodeObjectMorphologyImageFilter.h.
using itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::KernelType = TKernel |
Kernel type alias
Definition at line 69 of file itkErodeObjectMorphologyImageFilter.h.
using itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::OutputNeighborhoodIteratorType = NeighborhoodIterator<TOutputImage> |
Definition at line 74 of file itkErodeObjectMorphologyImageFilter.h.
using itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::Pointer = SmartPointer<Self> |
Definition at line 56 of file itkErodeObjectMorphologyImageFilter.h.
using itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::Self = ErodeObjectMorphologyImageFilter |
Standard class type aliases.
Definition at line 54 of file itkErodeObjectMorphologyImageFilter.h.
using itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::Superclass = ObjectMorphologyImageFilter<TInputImage, TOutputImage, TKernel> |
Definition at line 55 of file itkErodeObjectMorphologyImageFilter.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
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 >.
|
virtual |
Get the value to be assigned to eroded pixels
|
inline |
Set the object's value. Added for API consistency with itkBinaryErode filter
Definition at line 90 of file itkErodeObjectMorphologyImageFilter.h.
|
virtual |
Runtime information support
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
|
static |
Standard New method
|
overrideprotectedvirtual |
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 >.
|
virtual |
Set the value to be assigned to eroded pixels
|
inline |
Set the object's value. Added for API consistency with itkBinaryErode filter
Definition at line 82 of file itkErodeObjectMorphologyImageFilter.h.
|
private |
Definition at line 124 of file itkErodeObjectMorphologyImageFilter.h.
|
private |
Definition at line 128 of file itkErodeObjectMorphologyImageFilter.h.