ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkReconstructionByDilationImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef MarkerImageType::ConstPointer | MarkerImageConstPointer |
typedef MarkerImageType::PixelType | MarkerImagePixelType |
typedef MarkerImageType::Pointer | MarkerImagePointer |
typedef MarkerImageType::RegionType | MarkerImageRegionType |
typedef TInputImage | MarkerImageType |
typedef MaskImageType::ConstPointer | MaskImageConstPointer |
typedef MaskImageType::PixelType | MaskImagePixelType |
typedef MaskImageType::Pointer | MaskImagePointer |
typedef MaskImageType::RegionType | MaskImageRegionType |
typedef TInputImage | MaskImageType |
typedef OutputImageType::ConstPointer | OutputImageConstPointer |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ReconstructionByDilationImageFilter | Self |
typedef ReconstructionImageFilter < TInputImage, TOutputImage, std::greater< typename TOutputImage::PixelType > > | Superclass |
Public Types inherited from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > > | |
typedef InputImageType::IndexType | InputImageIndexType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef TInputImage | InputImageType |
typedef InputImageType::SizeType | ISizeType |
typedef OutputImageType::IndexType | OutputImageIndexType |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | MarkerImageDimension = TInputImage::ImageDimension |
static const unsigned int | MaskImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > > | |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Member Functions | |
void | operator= (const Self &) |
ReconstructionByDilationImageFilter (const Self &) | |
virtual const char * | GetNameOfClass () const |
ReconstructionByDilationImageFilter () |
Additional Inherited Members | |
TInputImage::PixelType | m_MarkerValue |
grayscale reconstruction by dilation of an image
Reconstruction by dilation operates on a "marker" image and a "mask" image, and is defined as the dilation of the marker image with respect to the mask image iterated until stability.
The marker image must be less than or equal to the mask image (on a pixel by pixel basis).
Geodesic morphology is described in Chapter 6.2 of Pierre Soille's book "Morphological Image Analysis: Principles and Applications", Second Edition, Springer, 2003.
Algorithm implemented in this filter is based on algorithm described by Kevin Robinson and Paul F. Whelan in "Efficient Morphological Reconstruction: A Downhill Filter", Pattern Recognition Letters, Volume 25, Issue 15, November 2004, Pages 1759-1767.
The algorithm, a description of the transform and some applications can be found in "Morphological Grayscale Reconstruction in Image Analysis: Applications and Efficient Algorithms", Luc Vincent, IEEE Transactions on image processing, Vol. 2, April 1993.
Definition at line 62 of file itkReconstructionByDilationImageFilter.h.
typedef SmartPointer< const Self > itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 72 of file itkReconstructionByDilationImageFilter.h.
typedef MarkerImageType::ConstPointer itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImageConstPointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 77 of file itkReconstructionByDilationImageFilter.h.
typedef MarkerImageType::PixelType itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImagePixelType |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 79 of file itkReconstructionByDilationImageFilter.h.
typedef MarkerImageType::Pointer itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImagePointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 76 of file itkReconstructionByDilationImageFilter.h.
typedef MarkerImageType::RegionType itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImageRegionType |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 78 of file itkReconstructionByDilationImageFilter.h.
typedef TInputImage itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImageType |
Some convenient typedefs.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 75 of file itkReconstructionByDilationImageFilter.h.
typedef MaskImageType::ConstPointer itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImageConstPointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 82 of file itkReconstructionByDilationImageFilter.h.
typedef MaskImageType::PixelType itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImagePixelType |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 84 of file itkReconstructionByDilationImageFilter.h.
typedef MaskImageType::Pointer itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImagePointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 81 of file itkReconstructionByDilationImageFilter.h.
typedef MaskImageType::RegionType itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImageRegionType |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 83 of file itkReconstructionByDilationImageFilter.h.
typedef TInputImage itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImageType |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 80 of file itkReconstructionByDilationImageFilter.h.
typedef OutputImageType::ConstPointer itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImageConstPointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 87 of file itkReconstructionByDilationImageFilter.h.
typedef OutputImageType::PixelType itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 89 of file itkReconstructionByDilationImageFilter.h.
typedef OutputImageType::Pointer itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 86 of file itkReconstructionByDilationImageFilter.h.
typedef OutputImageType::RegionType itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 88 of file itkReconstructionByDilationImageFilter.h.
typedef TOutputImage itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 85 of file itkReconstructionByDilationImageFilter.h.
typedef SmartPointer< Self > itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 71 of file itkReconstructionByDilationImageFilter.h.
typedef ReconstructionByDilationImageFilter itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 66 of file itkReconstructionByDilationImageFilter.h.
typedef ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< typename TOutputImage::PixelType > > itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 69 of file itkReconstructionByDilationImageFilter.h.
|
inlineprotected |
Runtime information support.
Definition at line 107 of file itkReconstructionByDilationImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 113 of file itkReconstructionByDilationImageFilter.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::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
|
virtual |
Runtime information support.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
|
private |
the value of the border - used in boundary condition.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
|
static |
ImageDimension constants
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 93 of file itkReconstructionByDilationImageFilter.h.
|
static |
ImageDimension constants
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 95 of file itkReconstructionByDilationImageFilter.h.
|
static |
ImageDimension constants
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
Definition at line 97 of file itkReconstructionByDilationImageFilter.h.