ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkReconstructionByDilationImageFilter.h>
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 63 of file 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 SmartPointer< const Self > | ConstPointer |
typedef InputImageType::IndexType | InputImageIndexType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef TInputImage | InputImageType |
typedef InputImageType::SizeType | ISizeType |
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::IndexType | OutputImageIndexType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ReconstructionImageFilter | Self |
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 Member Functions inherited from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > > | |
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 const unsigned int | MarkerImageDimension |
static const unsigned int | MaskImageDimension |
static const unsigned int | OutputImageDimension |
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 | |
void | operator= (const Self &) |
ReconstructionByDilationImageFilter (const Self &) | |
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 const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > > | |
TInputImage::PixelType | m_MarkerValue |
typedef SmartPointer< const Self > itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 73 of file itkReconstructionByDilationImageFilter.h.
typedef MarkerImageType::ConstPointer itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImageConstPointer |
Definition at line 78 of file itkReconstructionByDilationImageFilter.h.
typedef MarkerImageType::PixelType itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImagePixelType |
Definition at line 80 of file itkReconstructionByDilationImageFilter.h.
typedef MarkerImageType::Pointer itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImagePointer |
Definition at line 77 of file itkReconstructionByDilationImageFilter.h.
typedef MarkerImageType::RegionType itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImageRegionType |
Definition at line 79 of file itkReconstructionByDilationImageFilter.h.
typedef TInputImage itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImageType |
Some convenient typedefs.
Definition at line 76 of file itkReconstructionByDilationImageFilter.h.
typedef MaskImageType::ConstPointer itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImageConstPointer |
Definition at line 83 of file itkReconstructionByDilationImageFilter.h.
typedef MaskImageType::PixelType itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImagePixelType |
Definition at line 85 of file itkReconstructionByDilationImageFilter.h.
typedef MaskImageType::Pointer itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImagePointer |
Definition at line 82 of file itkReconstructionByDilationImageFilter.h.
typedef MaskImageType::RegionType itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImageRegionType |
Definition at line 84 of file itkReconstructionByDilationImageFilter.h.
typedef TInputImage itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImageType |
Definition at line 81 of file itkReconstructionByDilationImageFilter.h.
typedef OutputImageType::ConstPointer itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImageConstPointer |
Definition at line 88 of file itkReconstructionByDilationImageFilter.h.
typedef OutputImageType::PixelType itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Definition at line 90 of file itkReconstructionByDilationImageFilter.h.
typedef OutputImageType::Pointer itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 87 of file itkReconstructionByDilationImageFilter.h.
typedef OutputImageType::RegionType itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 89 of file itkReconstructionByDilationImageFilter.h.
typedef TOutputImage itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 86 of file itkReconstructionByDilationImageFilter.h.
typedef SmartPointer< Self > itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 72 of file itkReconstructionByDilationImageFilter.h.
typedef ReconstructionByDilationImageFilter itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::Self |
Definition at line 67 of file itkReconstructionByDilationImageFilter.h.
typedef ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< typename TOutputImage::PixelType > > itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 70 of file itkReconstructionByDilationImageFilter.h.
|
inlineprotected |
Definition at line 109 of file itkReconstructionByDilationImageFilter.h.
References itk::NumericTraits< T >::NonpositiveMin().
|
inlineprotectedvirtual |
Definition at line 114 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::Object.
|
virtual |
Runtime information support.
Reimplemented from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.
|
private |
|
static |
ImageDimension constants
Definition at line 94 of file itkReconstructionByDilationImageFilter.h.
|
static |
ImageDimension constants
Definition at line 96 of file itkReconstructionByDilationImageFilter.h.
|
static |
ImageDimension constants
Definition at line 98 of file itkReconstructionByDilationImageFilter.h.