ITK
4.8.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.
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 const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ParabolicErodeDilateImageFilter< TInputImage, false, TOutputImage > | |
static const unsigned int | ImageDimension |
static const unsigned int | OutputImageDimension |
static const unsigned int | InputImageDimension |
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 |
ParabolicErodeImageFilter () | |
virtual | ~ParabolicErodeImageFilter () |
ParabolicErodeImageFilter (const Self &) | |
void | operator= (const Self &) |
typedef SmartPointer< const Self > itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 60 of file itkParabolicErodeImageFilter.h.
typedef TInputImage::ConstPointer itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Definition at line 78 of file itkParabolicErodeImageFilter.h.
typedef TInputImage::Pointer itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Smart pointer typedef support.
Definition at line 77 of file itkParabolicErodeImageFilter.h.
typedef TInputImage itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::InputImageType |
Pixel Type of the input image
Definition at line 66 of file itkParabolicErodeImageFilter.h.
typedef TOutputImage itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 70 of file itkParabolicErodeImageFilter.h.
typedef TOutputImage::PixelType itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 74 of file itkParabolicErodeImageFilter.h.
typedef TInputImage::PixelType itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::PixelType |
Definition at line 71 of file itkParabolicErodeImageFilter.h.
typedef SmartPointer< Self > itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 59 of file itkParabolicErodeImageFilter.h.
typedef itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::RadiusType |
a type to represent the "kernel radius"
Definition at line 81 of file itkParabolicErodeImageFilter.h.
typedef NumericTraits< PixelType >::RealType itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::RealType |
Definition at line 72 of file itkParabolicErodeImageFilter.h.
typedef NumericTraits< PixelType >::ScalarRealType itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::ScalarRealType |
Definition at line 73 of file itkParabolicErodeImageFilter.h.
typedef ParabolicErodeImageFilter itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 57 of file itkParabolicErodeImageFilter.h.
typedef ParabolicErodeDilateImageFilter< TInputImage, false, TOutputImage > itk::ParabolicErodeImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 58 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.
|
inlineprotectedvirtual |
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.
|
private |
Define the image type for internal computations RealType is usually 'double' in NumericTraits. Here we prefer float in order to save memory.
|
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.
|
private |
Define the image type for internal computations RealType is usually 'double' in NumericTraits. Here we prefer float in order to save memory.
|
static |
Image dimension.
Definition at line 85 of file itkParabolicErodeImageFilter.h.