ITK
5.2.0
Insight Toolkit
|
#include <itkReconstructionByDilationImageFilter.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | MarkerImageConstPointer = typename MarkerImageType::ConstPointer |
using | MarkerImagePixelType = typename MarkerImageType::PixelType |
using | MarkerImagePointer = typename MarkerImageType::Pointer |
using | MarkerImageRegionType = typename MarkerImageType::RegionType |
using | MarkerImageType = TInputImage |
using | MaskImageConstPointer = typename MaskImageType::ConstPointer |
using | MaskImagePixelType = typename MaskImageType::PixelType |
using | MaskImagePointer = typename MaskImageType::Pointer |
using | MaskImageRegionType = typename MaskImageType::RegionType |
using | MaskImageType = TInputImage |
using | OutputImageConstPointer = typename OutputImageType::ConstPointer |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ReconstructionByDilationImageFilter |
using | Superclass = ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< typename TOutputImage::PixelType > > |
Public Types inherited from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageIndexType = typename InputImageType::IndexType |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImageType = TInputImage |
using | ISizeType = typename InputImageType::SizeType |
using | MarkerImageConstPointer = typename MarkerImageType::ConstPointer |
using | MarkerImagePixelType = typename MarkerImageType::PixelType |
using | MarkerImagePointer = typename MarkerImageType::Pointer |
using | MarkerImageRegionType = typename MarkerImageType::RegionType |
using | MarkerImageType = TInputImage |
using | MaskImageConstPointer = typename MaskImageType::ConstPointer |
using | MaskImagePixelType = typename MaskImageType::PixelType |
using | MaskImagePointer = typename MaskImageType::Pointer |
using | MaskImageRegionType = typename MaskImageType::RegionType |
using | MaskImageType = TInputImage |
using | OutputImageConstPointer = typename OutputImageType::ConstPointer |
using | OutputImageIndexType = typename OutputImageType::IndexType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ReconstructionImageFilter |
using | Superclass = ImageToImageFilter< TInputImage, TOutputImage > |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TOutputImage > |
Public Types inherited from itk::ImageSource< TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ImageSource |
using | Superclass = ProcessObject |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
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 Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static void | SetGlobalDefaultDirectionTolerance (double) |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static double | GetGlobalDefaultCoordinateTolerance () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | MarkerImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | MaskImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > > | |
static constexpr unsigned int | MarkerImageDimension |
static constexpr unsigned int | MaskImageDimension |
static constexpr unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
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 64 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 75 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImageConstPointer = typename MarkerImageType::ConstPointer |
Definition at line 80 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImagePixelType = typename MarkerImageType::PixelType |
Definition at line 82 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImagePointer = typename MarkerImageType::Pointer |
Definition at line 79 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImageRegionType = typename MarkerImageType::RegionType |
Definition at line 81 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MarkerImageType = TInputImage |
Some convenient type alias.
Definition at line 78 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImageConstPointer = typename MaskImageType::ConstPointer |
Definition at line 85 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImagePixelType = typename MaskImageType::PixelType |
Definition at line 87 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImagePointer = typename MaskImageType::Pointer |
Definition at line 84 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImageRegionType = typename MaskImageType::RegionType |
Definition at line 86 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::MaskImageType = TInputImage |
Definition at line 83 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImageConstPointer = typename OutputImageType::ConstPointer |
Definition at line 90 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImagePixelType = typename OutputImageType::PixelType |
Definition at line 92 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImagePointer = typename OutputImageType::Pointer |
Definition at line 89 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 91 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 88 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 74 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::Self = ReconstructionByDilationImageFilter |
Definition at line 70 of file itkReconstructionByDilationImageFilter.h.
using itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >::Superclass = ReconstructionImageFilter<TInputImage, TOutputImage, std::greater<typename TOutputImage::PixelType> > |
Definition at line 72 of file itkReconstructionByDilationImageFilter.h.
|
inlineprotected |
|
overrideprotecteddefault |
|
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.
|
staticconstexpr |
ImageDimension constants
Definition at line 95 of file itkReconstructionByDilationImageFilter.h.
|
staticconstexpr |
Definition at line 96 of file itkReconstructionByDilationImageFilter.h.
|
staticconstexpr |
Definition at line 97 of file itkReconstructionByDilationImageFilter.h.