ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkParabolicCloseImageFilter.h>
Class for morphological closing operations with parabolic structuring elements.
This filter provides options for padded borders
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 51 of file itkParabolicCloseImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ParabolicOpenCloseSafeBorderImageFilter< 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::ParabolicOpenCloseSafeBorderImageFilter< TInputImage, false, TOutputImage > | |
static constexpr unsigned int | ImageDimension |
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::ParabolicCloseImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer< const Self > |
Definition at line 62 of file itkParabolicCloseImageFilter.h.
using itk::ParabolicCloseImageFilter< TInputImage, TOutputImage >::InputImageConstPointer = typename TInputImage::ConstPointer |
Definition at line 80 of file itkParabolicCloseImageFilter.h.
using itk::ParabolicCloseImageFilter< TInputImage, TOutputImage >::InputImagePointer = typename TInputImage::Pointer |
Smart pointer type alias support.
Definition at line 79 of file itkParabolicCloseImageFilter.h.
using itk::ParabolicCloseImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Pixel Type of the input image
Definition at line 71 of file itkParabolicCloseImageFilter.h.
using itk::ParabolicCloseImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 72 of file itkParabolicCloseImageFilter.h.
using itk::ParabolicCloseImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename TOutputImage::PixelType |
Definition at line 76 of file itkParabolicCloseImageFilter.h.
using itk::ParabolicCloseImageFilter< TInputImage, TOutputImage >::PixelType = typename TInputImage::PixelType |
Definition at line 73 of file itkParabolicCloseImageFilter.h.
using itk::ParabolicCloseImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer< Self > |
Definition at line 61 of file itkParabolicCloseImageFilter.h.
using itk::ParabolicCloseImageFilter< TInputImage, TOutputImage >::RadiusType = typename itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > |
a type to represent the "kernel radius"
Definition at line 83 of file itkParabolicCloseImageFilter.h.
using itk::ParabolicCloseImageFilter< TInputImage, TOutputImage >::RealType = typename NumericTraits< PixelType >::RealType |
Definition at line 74 of file itkParabolicCloseImageFilter.h.
using itk::ParabolicCloseImageFilter< TInputImage, TOutputImage >::ScalarRealType = typename NumericTraits< PixelType >::ScalarRealType |
Definition at line 75 of file itkParabolicCloseImageFilter.h.
using itk::ParabolicCloseImageFilter< TInputImage, TOutputImage >::Self = ParabolicCloseImageFilter |
Standard class type alias.
Definition at line 59 of file itkParabolicCloseImageFilter.h.
using itk::ParabolicCloseImageFilter< TInputImage, TOutputImage >::Superclass = ParabolicOpenCloseSafeBorderImageFilter< TInputImage, false, TOutputImage > |
Definition at line 60 of file itkParabolicCloseImageFilter.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 92 of file itkParabolicCloseImageFilter.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 93 of file itkParabolicCloseImageFilter.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::ParabolicOpenCloseSafeBorderImageFilter< TInputImage, false, TOutputImage >.
|
static |
Method for creation through the object factory.
|
static |
Image dimension.
Definition at line 86 of file itkParabolicCloseImageFilter.h.