ITK
5.2.0
Insight Toolkit
|
#include <itkReconstructionByErosionImageFilter.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 = ReconstructionByErosionImageFilter |
using | Superclass = ReconstructionImageFilter< TInputImage, TOutputImage, std::less< typename TOutputImage::PixelType > > |
Public Types inherited from itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< 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::less< 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::less< 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 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 63 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 73 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MarkerImageConstPointer = typename MarkerImageType::ConstPointer |
Definition at line 78 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MarkerImagePixelType = typename MarkerImageType::PixelType |
Definition at line 80 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MarkerImagePointer = typename MarkerImageType::Pointer |
Definition at line 77 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MarkerImageRegionType = typename MarkerImageType::RegionType |
Definition at line 79 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MarkerImageType = TInputImage |
Some convenient type alias.
Definition at line 76 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MaskImageConstPointer = typename MaskImageType::ConstPointer |
Definition at line 83 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MaskImagePixelType = typename MaskImageType::PixelType |
Definition at line 85 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MaskImagePointer = typename MaskImageType::Pointer |
Definition at line 82 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MaskImageRegionType = typename MaskImageType::RegionType |
Definition at line 84 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::MaskImageType = TInputImage |
Definition at line 81 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::OutputImageConstPointer = typename OutputImageType::ConstPointer |
Definition at line 88 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::OutputImagePixelType = typename OutputImageType::PixelType |
Definition at line 90 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::OutputImagePointer = typename OutputImageType::Pointer |
Definition at line 87 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 89 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 86 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 72 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::Self = ReconstructionByErosionImageFilter |
Definition at line 69 of file itkReconstructionByErosionImageFilter.h.
using itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >::Superclass = ReconstructionImageFilter<TInputImage, TOutputImage, std::less<typename TOutputImage::PixelType> > |
Definition at line 70 of file itkReconstructionByErosionImageFilter.h.
|
inlineprotected |
Definition at line 104 of file itkReconstructionByErosionImageFilter.h.
References itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >::m_MarkerValue, and itk::NumericTraits< T >::max().
|
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::less< TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.
|
staticconstexpr |
ImageDimension constants
Definition at line 93 of file itkReconstructionByErosionImageFilter.h.
|
staticconstexpr |
Definition at line 94 of file itkReconstructionByErosionImageFilter.h.
|
staticconstexpr |
Definition at line 95 of file itkReconstructionByErosionImageFilter.h.