ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes
itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel > Class Template Reference

Fast binary dilation. More...

#include <itkFastIncrementalBinaryDilateImageFilter.h>

Inheritance diagram for itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >:
Collaboration diagram for itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef TInputImage InputImageType
typedef TKernel KernelType
typedef TOutputImage OutputImageType
typedef SmartPointer< SelfPointer
typedef
FastIncrementalBinaryDilateImageFilter 
Self
typedef
BinaryDilateImageFilter
< InputImageType,
OutputImageType, KernelType
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int KernelDimension = TKernel::NeighborhoodDimension
static const unsigned int InputImageDimension = TInputImage::ImageDimension
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
virtual const char * GetNameOfClass () const
 FastIncrementalBinaryDilateImageFilter ()
virtual ~FastIncrementalBinaryDilateImageFilter ()
 FastIncrementalBinaryDilateImageFilter (const Self &)
void operator= (const Self &)

Detailed Description

template<class TInputImage, class TOutputImage, class TKernel>
class itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >

Fast binary dilation.

FastIncrementalBinaryDilateImageFilter is a binary dilation morphologic operation. This implementation is based on the papers:

L.Vincent "Morphological transformations of binary images with arbitrary structuring elements", and

N.Nikopoulos et al. "An efficient algorithm for 3d binary morphological transformations with 3d structuring elements for arbitrary size and shape". IEEE Transactions on Image Processing. Vol. 9. No. 3. 2000. pp. 283-286.

This filter is maintained for backward compatibility. It is now a subclass of BinaryDilateImageFilter (the fast incremental binary dilate algorithm is now in BinaryDilateImageFilter).

Deprecated:
See also:
BinaryDilateImageFilter

Definition at line 52 of file itkFastIncrementalBinaryDilateImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage , class TKernel >
typedef SmartPointer< const Self > itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::ConstPointer
template<class TInputImage , class TOutputImage , class TKernel >
typedef TInputImage itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::InputImageType

Convenient typedefs for simplifying declarations.

Reimplemented from itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >.

Definition at line 69 of file itkFastIncrementalBinaryDilateImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef TKernel itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::KernelType
template<class TInputImage , class TOutputImage , class TKernel >
typedef TOutputImage itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::OutputImageType

Some convenient typedefs.

Reimplemented from itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >.

Definition at line 70 of file itkFastIncrementalBinaryDilateImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef SmartPointer< Self > itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::Pointer
template<class TInputImage , class TOutputImage , class TKernel >
typedef FastIncrementalBinaryDilateImageFilter itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::Self

Standard class typedefs.

Reimplemented from itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >.

Definition at line 74 of file itkFastIncrementalBinaryDilateImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef BinaryDilateImageFilter< InputImageType, OutputImageType, KernelType > itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage , class TKernel >
itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::FastIncrementalBinaryDilateImageFilter ( ) [inline, protected]

Run-time type information (and related methods).

Definition at line 86 of file itkFastIncrementalBinaryDilateImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
virtual itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::~FastIncrementalBinaryDilateImageFilter ( ) [inline, protected, virtual]

Run-time type information (and related methods).

Definition at line 87 of file itkFastIncrementalBinaryDilateImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::FastIncrementalBinaryDilateImageFilter ( const Self ) [private]

Run-time type information (and related methods).


Member Function Documentation

template<class TInputImage , class TOutputImage , class TKernel >
virtual::itk::LightObject::Pointer itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::CreateAnother ( void  ) const [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::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >.

template<class TInputImage , class TOutputImage , class TKernel >
virtual const char* itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >.

template<class TInputImage , class TOutputImage , class TKernel >
static Pointer itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >.

template<class TInputImage , class TOutputImage , class TKernel >
void itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::operator= ( const Self ) [private]

Run-time type information (and related methods).

Reimplemented from itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >.


Member Data Documentation

template<class TInputImage , class TOutputImage , class TKernel >
const unsigned int itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::InputImageDimension = TInputImage::ImageDimension [static]

Extract dimension from input and output image.

Reimplemented from itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >.

Definition at line 59 of file itkFastIncrementalBinaryDilateImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
const unsigned int itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::KernelDimension = TKernel::NeighborhoodDimension [static]

Extract the dimension of the kernel

Reimplemented from itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >.

Definition at line 66 of file itkFastIncrementalBinaryDilateImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
const unsigned int itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >::OutputImageDimension = TOutputImage::ImageDimension [static]

Extract dimension from input and output image.

Reimplemented from itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >.

Definition at line 61 of file itkFastIncrementalBinaryDilateImageFilter.h.


The documentation for this class was generated from the following file: