ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkGrayscaleMorphologicalClosingImageFilter.h>
gray scale dilation of an image
Erode an image using grayscale morphology. Dilation takes the maximum of all the pixels identified by the structuring element.
The structuring element is assumed to be composed of binary values (zero or one). Only elements of the structuring element having values > 0 are candidates for affecting the center pixel.
Definition at line 52 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef AnchorCloseImageFilter< TInputImage, FlatKernelType > itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::AnchorFilterType |
Definition at line 93 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef BasicDilateImageFilter< TInputImage, TInputImage, TKernel > itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::BasicDilateFilterType |
Definition at line 90 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef BasicErodeImageFilter< TInputImage, TOutputImage, TKernel > itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::BasicErodeFilterType |
Definition at line 92 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef SmartPointer< const Self > itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::ConstPointer |
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 60 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef FlatStructuringElement< itkGetStaticConstMacro(ImageDimension) > itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::FlatKernelType |
Kernel type used to create box kernel, in SetRadius() method
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 84 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel > itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::HistogramDilateFilterType |
Definition at line 88 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef MovingHistogramErodeImageFilter< TInputImage, TOutputImage, TKernel > itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::HistogramErodeFilterType |
Definition at line 86 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef TInputImage::IndexType itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::IndexType |
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 78 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef TInputImage itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::InputImageType |
Image related typedefs.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 74 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef TKernel itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::KernelType |
Kernel typedef.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 101 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef TInputImage::OffsetType itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::OffsetType |
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 80 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef Superclass::OutputImageRegionType itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 81 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef TOutputImage itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 75 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef TInputImage::PixelType itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::PixelType |
Definition at line 79 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef SmartPointer< Self > itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::Pointer |
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 59 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef TInputImage::RegionType itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::RegionType |
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 76 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef GrayscaleMorphologicalClosingImageFilter itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::Self |
Standard class typedefs.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 57 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef TInputImage::SizeType itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::SizeType |
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 77 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef CastImageFilter< TInputImage, TOutputImage > itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::SubtractFilterType |
Definition at line 98 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef KernelImageFilter< TInputImage, TOutputImage, TKernel > itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::Superclass |
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 58 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef VanHerkGilWermanDilateImageFilter< TInputImage, FlatKernelType > itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::VanHerkGilWermanDilateFilterType |
Definition at line 97 of file itkGrayscaleMorphologicalClosingImageFilter.h.
typedef VanHerkGilWermanErodeImageFilter< TInputImage, FlatKernelType > itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::VanHerkGilWermanErodeFilterType |
Definition at line 95 of file itkGrayscaleMorphologicalClosingImageFilter.h.
anonymous enum |
define values used to determine which algorithm to use
Definition at line 119 of file itkGrayscaleMorphologicalClosingImageFilter.h.
itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::GrayscaleMorphologicalClosingImageFilter | ( | ) | [protected] |
A safe border is added to input image to avoid borders effects and remove it once the closing is done
itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::~GrayscaleMorphologicalClosingImageFilter | ( | ) | [inline, protected] |
A safe border is added to input image to avoid borders effects and remove it once the closing is done
Definition at line 133 of file itkGrayscaleMorphologicalClosingImageFilter.h.
itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::GrayscaleMorphologicalClosingImageFilter | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::CreateAnother | ( | void | ) | const [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::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
void itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::GenerateData | ( | ) | [protected, virtual] |
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling ThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter an be threaded, it should NOT provide a GenerateData() method but should provide a ThreadedGenerateData() instead.
Reimplemented from itk::ImageSource< TOutputImage >.
virtual int itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::GetAlgorithm | ( | ) | const [virtual] |
virtual const char* itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
virtual const bool& itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::GetSafeBorder | ( | ) | [virtual] |
A safe border is added to input image to avoid borders effects and remove it once the closing is done
virtual void itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::Modified | ( | ) | const [virtual] |
GrayscaleMorphologicalClosingImageFilter need to set its internal filters as modified
Reimplemented from itk::Object.
static Pointer itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::New | ( | ) | [static] |
Standard New method.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
void itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::operator= | ( | const Self & | ) | [private] |
kernel or structuring element to use.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
void itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
A safe border is added to input image to avoid borders effects and remove it once the closing is done
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
virtual void itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::SafeBorderOff | ( | ) | [virtual] |
A safe border is added to input image to avoid borders effects and remove it once the closing is done
virtual void itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::SafeBorderOn | ( | ) | [virtual] |
A safe border is added to input image to avoid borders effects and remove it once the closing is done
void itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::SetAlgorithm | ( | int | algo | ) |
Set/Get the backend filter class.
void itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::SetKernel | ( | const KernelType & | kernel | ) | [virtual] |
Set kernel (structuring element).
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
virtual void itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::SetSafeBorder | ( | bool | _arg | ) | [virtual] |
A safe border is added to input image to avoid borders effects and remove it once the closing is done
enum { ... } itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::AlgorithmChoice |
define values used to determine which algorithm to use
const unsigned int itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::ImageDimension = TInputImage::ImageDimension [static] |
Image related typedefs.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 71 of file itkGrayscaleMorphologicalClosingImageFilter.h.
int itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::m_Algorithm [private] |
Definition at line 162 of file itkGrayscaleMorphologicalClosingImageFilter.h.
AnchorFilterType::Pointer itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::m_AnchorFilter [private] |
Definition at line 159 of file itkGrayscaleMorphologicalClosingImageFilter.h.
BasicDilateFilterType::Pointer itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::m_BasicDilateFilter [private] |
Definition at line 153 of file itkGrayscaleMorphologicalClosingImageFilter.h.
BasicErodeFilterType::Pointer itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::m_BasicErodeFilter [private] |
Definition at line 151 of file itkGrayscaleMorphologicalClosingImageFilter.h.
HistogramDilateFilterType::Pointer itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::m_HistogramDilateFilter [private] |
Definition at line 149 of file itkGrayscaleMorphologicalClosingImageFilter.h.
HistogramErodeFilterType::Pointer itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::m_HistogramErodeFilter [private] |
Definition at line 147 of file itkGrayscaleMorphologicalClosingImageFilter.h.
bool itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::m_SafeBorder [private] |
Definition at line 164 of file itkGrayscaleMorphologicalClosingImageFilter.h.
VanHerkGilWermanDilateFilterType::Pointer itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::m_VanHerkGilWermanDilateFilter [private] |
Definition at line 155 of file itkGrayscaleMorphologicalClosingImageFilter.h.
VanHerkGilWermanErodeFilterType::Pointer itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >::m_VanHerkGilWermanErodeFilter [private] |
Definition at line 157 of file itkGrayscaleMorphologicalClosingImageFilter.h.