ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkMovingHistogramDilateImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage | InputImageType |
typedef TInputImage::OffsetType | OffsetType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef TInputImage::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef TInputImage::RegionType | RegionType |
typedef MovingHistogramDilateImageFilter | Self |
typedef TInputImage::SizeType | SizeType |
typedef MovingHistogramMorphologyImageFilter < TInputImage, TOutputImage, TKernel, typename Function::MorphologyHistogram < typename TInputImage::PixelType, typename std::greater < typename TInputImage::PixelType > > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
~MovingHistogramDilateImageFilter () | |
Private Member Functions | |
MovingHistogramDilateImageFilter (const Self &) | |
void | operator= (const Self &) |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
MovingHistogramDilateImageFilter () |
gray scale dilation of an image
Dilate 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 42 of file itkMovingHistogramDilateImageFilter.h.
typedef SmartPointer< const Self > itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::ConstPointer |
typedef TInputImage::IndexType itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::IndexType |
typedef TInputImage itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::InputImageType |
Image related typedefs.
Reimplemented from itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::greater< TInputImage::PixelType > > >.
Definition at line 65 of file itkMovingHistogramDilateImageFilter.h.
typedef TInputImage::OffsetType itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::OffsetType |
typedef Superclass::OutputImageRegionType itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::greater< TInputImage::PixelType > > >.
Definition at line 75 of file itkMovingHistogramDilateImageFilter.h.
typedef TOutputImage itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::greater< TInputImage::PixelType > > >.
Definition at line 69 of file itkMovingHistogramDilateImageFilter.h.
typedef TOutputImage::PixelType itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::OutputPixelType |
typedef TInputImage::PixelType itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::PixelType |
typedef SmartPointer< Self > itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::Pointer |
typedef TInputImage::RegionType itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::RegionType |
typedef MovingHistogramDilateImageFilter itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::Self |
Standard class typedefs.
Reimplemented from itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::greater< TInputImage::PixelType > > >.
Definition at line 51 of file itkMovingHistogramDilateImageFilter.h.
typedef TInputImage::SizeType itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::SizeType |
typedef MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, typename Function::MorphologyHistogram< typename TInputImage::PixelType, typename std::greater< typename TInputImage ::PixelType > > > itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::Superclass |
itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::MovingHistogramDilateImageFilter | ( | ) | [inline, protected] |
Image related typedefs.
Definition at line 82 of file itkMovingHistogramDilateImageFilter.h.
itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::~MovingHistogramDilateImageFilter | ( | ) | [inline, protected] |
Definition at line 88 of file itkMovingHistogramDilateImageFilter.h.
itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::MovingHistogramDilateImageFilter | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::MovingHistogramDilateImageFilter< 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::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::greater< TInputImage::PixelType > > >.
virtual const char* itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::greater< TInputImage::PixelType > > >.
static Pointer itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::New | ( | ) | [static] |
void itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::operator= | ( | const Self & | ) | [private] |
kernel or structuring element to use.
Reimplemented from itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::greater< TInputImage::PixelType > > >.
const unsigned int itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >::ImageDimension = TInputImage::ImageDimension [static] |
Image related typedefs.
Reimplemented from itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::greater< TInputImage::PixelType > > >.
Definition at line 80 of file itkMovingHistogramDilateImageFilter.h.