ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkReconstructionByErosionImageFilter.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 ReconstructionByErosionImageFilter | Self |
typedef ReconstructionImageFilter < TInputImage, TOutputImage, std::less< typename TOutputImage::PixelType > > | Superclass |
Public Types inherited from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< 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::less< 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 &) |
ReconstructionByErosionImageFilter (const Self &) | |
virtual const char * | GetNameOfClass () const |
ReconstructionByErosionImageFilter () |
Additional Inherited Members | |
TInputImage::PixelType | m_MarkerValue |
grayscale reconstruction by erosion of an image
Reconstruction by erosion operates on a "marker" image and a "mask" image, and is defined as the erosion 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 itkReconstructionByErosionImageFilter.h.
typedef SmartPointer< const Self > itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 71 of file itkReconstructionByErosionImageFilter.h.
typedef MarkerImageType::ConstPointer itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MarkerImageConstPointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 76 of file itkReconstructionByErosionImageFilter.h.
typedef MarkerImageType::PixelType itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MarkerImagePixelType |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 78 of file itkReconstructionByErosionImageFilter.h.
typedef MarkerImageType::Pointer itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MarkerImagePointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 75 of file itkReconstructionByErosionImageFilter.h.
typedef MarkerImageType::RegionType itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MarkerImageRegionType |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 77 of file itkReconstructionByErosionImageFilter.h.
typedef TInputImage itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MarkerImageType |
Some convenient typedefs.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 74 of file itkReconstructionByErosionImageFilter.h.
typedef MaskImageType::ConstPointer itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MaskImageConstPointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 81 of file itkReconstructionByErosionImageFilter.h.
typedef MaskImageType::PixelType itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MaskImagePixelType |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 83 of file itkReconstructionByErosionImageFilter.h.
typedef MaskImageType::Pointer itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MaskImagePointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 80 of file itkReconstructionByErosionImageFilter.h.
typedef MaskImageType::RegionType itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MaskImageRegionType |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 82 of file itkReconstructionByErosionImageFilter.h.
typedef TInputImage itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MaskImageType |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 79 of file itkReconstructionByErosionImageFilter.h.
typedef OutputImageType::ConstPointer itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::OutputImageConstPointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 86 of file itkReconstructionByErosionImageFilter.h.
typedef OutputImageType::PixelType itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 88 of file itkReconstructionByErosionImageFilter.h.
typedef OutputImageType::Pointer itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 85 of file itkReconstructionByErosionImageFilter.h.
typedef OutputImageType::RegionType itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 87 of file itkReconstructionByErosionImageFilter.h.
typedef TOutputImage itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 84 of file itkReconstructionByErosionImageFilter.h.
typedef SmartPointer< Self > itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 70 of file itkReconstructionByErosionImageFilter.h.
typedef ReconstructionByErosionImageFilter itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 66 of file itkReconstructionByErosionImageFilter.h.
typedef ReconstructionImageFilter< TInputImage, TOutputImage, std::less< typename TOutputImage::PixelType > > itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 68 of file itkReconstructionByErosionImageFilter.h.
|
inlineprotected |
Runtime information support.
Definition at line 106 of file itkReconstructionByErosionImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 112 of file itkReconstructionByErosionImageFilter.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::less< TOutputImage::PixelType > >.
|
virtual |
Runtime information support.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
|
private |
the value of the border - used in boundary condition.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
|
static |
ImageDimension constants
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 92 of file itkReconstructionByErosionImageFilter.h.
|
static |
ImageDimension constants
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 94 of file itkReconstructionByErosionImageFilter.h.
|
static |
ImageDimension constants
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >.
Definition at line 96 of file itkReconstructionByErosionImageFilter.h.