#include <itkDilateObjectMorphologyImageFilter.h>
dilation of an object in an image
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 47 of file itkDilateObjectMorphologyImageFilter.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 | |
DefaultBoundaryConditionType | m_DilateBoundaryCondition {} |
Additional Inherited Members | |
![]() | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | KernelDimension = TKernel::NeighborhoodDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
using | InputToOutputRegionCopierType |
using | OutputToInputRegionCopierType |
![]() | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
ImageBoundaryConditionPointerType | m_BoundaryCondition {} |
DefaultBoundaryConditionType | m_DefaultBoundaryCondition {} |
KernelType | m_Kernel {} |
PixelType | m_ObjectValue {} |
bool | m_UseBoundaryCondition {} |
![]() | |
bool | m_DynamicMultiThreading { true } |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::ConstPointer = SmartPointer<const Self> |
Definition at line 58 of file itkDilateObjectMorphologyImageFilter.h.
using itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::DefaultBoundaryConditionType |
Definition at line 101 of file itkObjectMorphologyImageFilter.h.
using itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::KernelIteratorType = typename KernelType::ConstIterator |
duplicates from base class to avoid compiler warnings
Definition at line 73 of file itkDilateObjectMorphologyImageFilter.h.
using itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::KernelPixelType = typename TKernel::PixelType |
Type of the pixels in the Kernel.
Definition at line 81 of file itkDilateObjectMorphologyImageFilter.h.
using itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::KernelType = TKernel |
duplicates from base class to avoid compiler warnings
Definition at line 70 of file itkDilateObjectMorphologyImageFilter.h.
using itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::OutputNeighborhoodIteratorType = NeighborhoodIterator<TOutputImage> |
duplicates from base class to avoid compiler warnings
Definition at line 76 of file itkDilateObjectMorphologyImageFilter.h.
using itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::PixelType |
Definition at line 95 of file itkObjectMorphologyImageFilter.h.
using itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::Pointer = SmartPointer<Self> |
Definition at line 57 of file itkDilateObjectMorphologyImageFilter.h.
using itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::Self = DilateObjectMorphologyImageFilter |
Standard class type aliases.
Definition at line 54 of file itkDilateObjectMorphologyImageFilter.h.
using itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::Superclass = ObjectMorphologyImageFilter<TInputImage, TOutputImage, TKernel> |
Definition at line 55 of file itkDilateObjectMorphologyImageFilter.h.
|
protected |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LightObject.
|
overrideprotectedvirtual |
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 >.
|
overridevirtual |
Reimplemented from itk::LightObject.
References DilateObjectMorphologyImageFilter().
|
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::LightObject.
|
private |
Definition at line 101 of file itkDilateObjectMorphologyImageFilter.h.