ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkGrayscaleFunctionDilateImageFilter.h>
gray scale function dilation of an image
Dilate an image using functional grayscale morphology. Function dilation takes the maximum of all the pixels identified by the structuring element plus the structuring element value.
The structuring element can be composed of arbitrary nonnegative values (not restricted to zero or one). Element values greater than zero indicate pixels that will be considered during the dilation. The function dilation operation is defined as the maxixum over the element of the image value PLUS the structuring element value.
For the each input image pixel,
Definition at line 50 of file itkGrayscaleFunctionDilateImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DefaultBoundaryConditionType | DefaultBoundaryConditionType |
typedef Superclass::KernelIteratorType | KernelIteratorType |
typedef TKernel::PixelType | KernelPixelType |
typedef Superclass::KernelType | KernelType |
typedef Superclass::NeighborhoodIteratorType | NeighborhoodIteratorType |
typedef Superclass::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef GrayscaleFunctionDilateImageFilter | Self |
typedef MorphologyImageFilter < TInputImage, TOutputImage, TKernel > | Superclass |
Public Types inherited from itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef ConstantBoundaryCondition < InputImageType > | DefaultBoundaryConditionType |
typedef ImageBoundaryCondition < InputImageType > const * | ImageBoundaryConditionConstPointerType |
typedef ImageBoundaryCondition < InputImageType > * | ImageBoundaryConditionPointerType |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage | InputImageType |
typedef KernelType::ConstIterator | KernelIteratorType |
typedef TKernel | KernelType |
typedef ConstNeighborhoodIterator < TInputImage > | NeighborhoodIteratorType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef TInputImage::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef KernelType::SizeType | RadiusType |
typedef TInputImage::RegionType | RegionType |
typedef MorphologyImageFilter | Self |
typedef TInputImage::SizeType | SizeType |
typedef KernelImageFilter < TInputImage, TOutputImage, TKernel > | Superclass |
Public Types inherited from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef FlatStructuringElement < itkGetStaticConstMacro(ImageDimension) > | FlatKernelType |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage | InputImageType |
typedef TInputImage::PixelType | InputPixelType |
typedef TKernel | KernelType |
typedef TInputImage::OffsetType | OffsetType |
typedef TOutputImage | OutputImageType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef SmartPointer< Self > | Pointer |
typedef TInputImage::SizeType | RadiusType |
typedef TInputImage::RegionType | RegionType |
typedef KernelImageFilter | Self |
typedef TInputImage::SizeType | SizeType |
typedef BoxImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage | InputImageType |
typedef TInputImage::PixelType | InputPixelType |
typedef TInputImage::OffsetType | OffsetType |
typedef TOutputImage | OutputImageType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef SmartPointer< Self > | Pointer |
typedef TInputImage::SizeType | RadiusType |
typedef TInputImage::SizeValueType | RadiusValueType |
typedef TInputImage::RegionType | RegionType |
typedef BoxImageFilter | Self |
typedef TInputImage::SizeType | SizeType |
typedef ImageToImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef SmartPointer< Self > | Pointer |
typedef ImageToImageFilter | Self |
typedef ImageSource< TOutputImage > | Superclass |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ImageSource | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
static const unsigned int | KernelDimension = TKernel::NeighborhoodDimension |
Static Public Attributes inherited from itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel > | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel > | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Member Functions | |
GrayscaleFunctionDilateImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
DefaultBoundaryConditionType | m_DilateBoundaryCondition |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel > | |
KernelType | m_Kernel |
typedef SmartPointer< const Self > itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::ConstPointer |
Definition at line 58 of file itkGrayscaleFunctionDilateImageFilter.h.
typedef Superclass::DefaultBoundaryConditionType itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::DefaultBoundaryConditionType |
Default boundary condition type
Definition at line 80 of file itkGrayscaleFunctionDilateImageFilter.h.
typedef Superclass::KernelIteratorType itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::KernelIteratorType |
Kernel (structuring element) iterator.
Definition at line 71 of file itkGrayscaleFunctionDilateImageFilter.h.
typedef TKernel::PixelType itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::KernelPixelType |
Type of the pixels in the Kernel.
Definition at line 92 of file itkGrayscaleFunctionDilateImageFilter.h.
typedef Superclass::KernelType itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::KernelType |
Kernel typedef.
Definition at line 77 of file itkGrayscaleFunctionDilateImageFilter.h.
typedef Superclass::NeighborhoodIteratorType itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::NeighborhoodIteratorType |
Neighborhood iterator type.
Definition at line 74 of file itkGrayscaleFunctionDilateImageFilter.h.
typedef Superclass::PixelType itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::PixelType |
Declaration of pixel type.
Definition at line 65 of file itkGrayscaleFunctionDilateImageFilter.h.
typedef SmartPointer< Self > itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::Pointer |
Definition at line 57 of file itkGrayscaleFunctionDilateImageFilter.h.
typedef GrayscaleFunctionDilateImageFilter itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::Self |
Standard class typedefs.
Definition at line 55 of file itkGrayscaleFunctionDilateImageFilter.h.
typedef MorphologyImageFilter< TInputImage, TOutputImage, TKernel > itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::Superclass |
Definition at line 56 of file itkGrayscaleFunctionDilateImageFilter.h.
|
protected |
End concept checking
|
inlineprotected |
Definition at line 116 of file itkGrayscaleFunctionDilateImageFilter.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::BoxImageFilter< TInputImage, TOutputImage >.
|
protected |
Evaluate image neighborhood with kernel to find the new value for the center pixel value
It will return the maximum value of the image pixels plus the structuring element values whose corresponding element in the structuring element is positive. This version of Evaluate is used for non-boundary pixels.
|
virtual |
Runtime information support.
Reimplemented from itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >.
|
static |
Standard New method.
|
private |
itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::typedef | ( | Concept::SameDimension< InputImageDimension, OutputImageDimension > | ) |
Begin concept checking This class requires SameDimensionCheck1 in the form of ( Concept::SameDimension< InputImageDimension, OutputImageDimension > )
itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::typedef | ( | Concept::SameDimension< InputImageDimension, KernelDimension > | ) |
This class requires SameDimensionCheck2 in the form of ( Concept::SameDimension< InputImageDimension, KernelDimension > )
itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::typedef | ( | Concept::Convertible< PixelType, typename TOutputImage::PixelType > | ) |
This class requires InputConvertibleToOutputCheck in the form of ( Concept::Convertible< PixelType, typename TOutputImage::PixelType > )
itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::typedef | ( | Concept::Convertible< KernelPixelType, PixelType > | ) |
This class requires KernelConvertibleToInputCheck in the form of ( Concept::Convertible< KernelPixelType, PixelType > )
itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::typedef | ( | Concept::AdditiveOperators< PixelType > | ) |
This class requires InputAdditiveOperatorsCheck in the form of ( Concept::AdditiveOperators< PixelType > )
itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::typedef | ( | Concept::GreaterThanComparable< PixelType > | ) |
This class requires InputGreaterThanComparableCheck in the form of ( Concept::GreaterThanComparable< PixelType > )
itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >::typedef | ( | Concept::GreaterThanComparable< KernelPixelType > | ) |
This class requires KernelGreaterThanComparableCheck in the form of ( Concept::GreaterThanComparable< KernelPixelType > )
|
static |
ImageDimension constants
Definition at line 84 of file itkGrayscaleFunctionDilateImageFilter.h.
|
static |
ImageDimension constants
Definition at line 88 of file itkGrayscaleFunctionDilateImageFilter.h.
|
private |
Definition at line 135 of file itkGrayscaleFunctionDilateImageFilter.h.
|
static |
ImageDimension constants
Definition at line 86 of file itkGrayscaleFunctionDilateImageFilter.h.