ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkDilateObjectMorphologyImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
DilateObjectMorphologyImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
DefaultBoundaryConditionType | m_DilateBoundaryCondition |
Additional Inherited Members | |
Static Public Attributes inherited from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel > | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
static const unsigned int | KernelDimension = TKernel::NeighborhoodDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
Protected Attributes inherited from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel > | |
ImageBoundaryConditionPointerType | m_BoundaryCondition |
DefaultBoundaryConditionType | m_DefaultBoundaryCondition |
KernelType | m_Kernel |
PixelType | m_ObjectValue |
bool | m_UseBoundaryCondition |
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 46 of file itkDilateObjectMorphologyImageFilter.h.
typedef SmartPointer< const Self > itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::ConstPointer |
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 55 of file itkDilateObjectMorphologyImageFilter.h.
typedef Superclass::DefaultBoundaryConditionType itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::DefaultBoundaryConditionType |
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 76 of file itkDilateObjectMorphologyImageFilter.h.
typedef KernelType::ConstIterator itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::KernelIteratorType |
duplicates from base class to avoid compiler warnings
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 70 of file itkDilateObjectMorphologyImageFilter.h.
typedef TKernel::PixelType itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::KernelPixelType |
Type of the pixels in the Kernel.
Definition at line 79 of file itkDilateObjectMorphologyImageFilter.h.
typedef TKernel itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::KernelType |
duplicates from base class to avoid compiler warnings
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 67 of file itkDilateObjectMorphologyImageFilter.h.
typedef NeighborhoodIterator< TOutputImage > itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::OutputNeighborhoodIteratorType |
duplicates from base class to avoid compiler warnings
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 73 of file itkDilateObjectMorphologyImageFilter.h.
typedef Superclass::PixelType itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::PixelType |
duplicates from base class to avoid compiler warnings
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 61 of file itkDilateObjectMorphologyImageFilter.h.
typedef SmartPointer< Self > itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::Pointer |
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 54 of file itkDilateObjectMorphologyImageFilter.h.
typedef DilateObjectMorphologyImageFilter itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::Self |
Standard class typedefs.
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 51 of file itkDilateObjectMorphologyImageFilter.h.
typedef ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel > itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::Superclass |
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 52 of file itkDilateObjectMorphologyImageFilter.h.
|
protected |
End concept checking
|
inlineprotected |
End concept checking
Definition at line 90 of file itkDilateObjectMorphologyImageFilter.h.
|
private |
|
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::Object.
|
protectedvirtual |
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 >.
|
virtual |
Runtime information support
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
|
static |
Standard New method
Reimplemented from itk::Object.
|
private |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
|
protectedvirtual |
End concept checking
Reimplemented from itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >::typedef | ( | Concept::GreaterThanComparable< KernelPixelType > | ) |
Begin concept checking This class requires KernelGreaterThanComparableCheck in the form of ( Concept::GreaterThanComparable< KernelPixelType > )
|
private |
Definition at line 107 of file itkDilateObjectMorphologyImageFilter.h.