ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkParabolicErodeImageFilter.h>
Class for morphological erosion operations with parabolic structuring elements.
This filter doesn't use the erode/dilate classes directly so that multiple image copies aren't necessary.
This filter is threaded. Core methods described in the InsightJournal article: "Morphology with parabolic structuring elements"
http://hdl.handle.net/1926/1370
Definition at line 50 of file itkParabolicErodeImageFilter.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename TInputImage::ConstPointer |
using | InputImagePointer = typename TInputImage::Pointer |
using | InputImageType = TInputImage |
using | OutputImageType = TOutputImage |
using | OutputPixelType = typename TOutputImage::PixelType |
using | PixelType = typename TInputImage::PixelType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > |
using | RealType = typename NumericTraits< PixelType >::RealType |
using | ScalarRealType = typename NumericTraits< PixelType >::ScalarRealType |
using | Self = ParabolicErodeImageFilter |
using | Superclass = ParabolicErodeDilateImageFilter< TInputImage, false, TOutputImage > |
Public Types inherited from itk::ParabolicErodeDilateImageFilter< TInputImage, false, TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename TInputImage::ConstPointer |
using | InputImagePointer = typename TInputImage::Pointer |
using | InputImageType = TInputImage |
using | InputSizeType = typename TInputImage::SizeType |
using | InternalRealType = typename NumericTraits< PixelType >::FloatType |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | OutputIndexType = typename OutputImageType::IndexType |
using | OutputPixelType = typename TOutputImage::PixelType |
using | OutputSizeType = typename TOutputImage::SizeType |
enum | ParabolicAlgorithm |
using | PixelType = typename TInputImage::PixelType |
using | Pointer = SmartPointer< Self > |
using | RadiusType = typename itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > |
using | RealType = typename NumericTraits< PixelType >::RealType |
using | ScalarRealType = typename NumericTraits< PixelType >::ScalarRealType |
using | Self = ParabolicErodeDilateImageFilter |
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::ParabolicErodeDilateImageFilter< TInputImage, false, TOutputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ParabolicErodeDilateImageFilter< TInputImage, false, TOutputImage > | |
static constexpr unsigned int | ImageDimension |
static constexpr unsigned int | InputImageDimension |
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 |
using itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer< const Self > |
Definition at line 61 of file itkParabolicErodeImageFilter.h.
using itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::InputImageConstPointer = typename TInputImage::ConstPointer |
Definition at line 79 of file itkParabolicErodeImageFilter.h.
using itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::InputImagePointer = typename TInputImage::Pointer |
Smart pointer type alias support.
Definition at line 78 of file itkParabolicErodeImageFilter.h.
using itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Pixel Type of the input image
Definition at line 70 of file itkParabolicErodeImageFilter.h.
using itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 71 of file itkParabolicErodeImageFilter.h.
using itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename TOutputImage::PixelType |
Definition at line 75 of file itkParabolicErodeImageFilter.h.
using itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::PixelType = typename TInputImage::PixelType |
Definition at line 72 of file itkParabolicErodeImageFilter.h.
using itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer< Self > |
Definition at line 60 of file itkParabolicErodeImageFilter.h.
using itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::RadiusType = typename itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > |
a type to represent the "kernel radius"
Definition at line 82 of file itkParabolicErodeImageFilter.h.
using itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::RealType = typename NumericTraits< PixelType >::RealType |
Definition at line 73 of file itkParabolicErodeImageFilter.h.
using itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::ScalarRealType = typename NumericTraits< PixelType >::ScalarRealType |
Definition at line 74 of file itkParabolicErodeImageFilter.h.
using itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::Self = ParabolicErodeImageFilter |
Standard class type alias.
Definition at line 58 of file itkParabolicErodeImageFilter.h.
using itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::Superclass = ParabolicErodeDilateImageFilter< TInputImage, false, TOutputImage > |
Definition at line 59 of file itkParabolicErodeImageFilter.h.
|
inlineprotected |
Define the image type for internal computations RealType is usually 'double' in NumericTraits. Here we prefer float in order to save memory.
Definition at line 91 of file itkParabolicErodeImageFilter.h.
|
inlineoverrideprotected |
Define the image type for internal computations RealType is usually 'double' in NumericTraits. Here we prefer float in order to save memory.
Definition at line 92 of file itkParabolicErodeImageFilter.h.
|
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::ParabolicErodeDilateImageFilter< TInputImage, false, TOutputImage >.
|
static |
Method for creation through the object factory.
|
static |
Image dimension.
Definition at line 85 of file itkParabolicErodeImageFilter.h.