ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkGrayscaleErodeImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Public Attributes | |
enum itk::GrayscaleErodeImageFilter:: { ... } | AlgorithmChoice |
Static Public Attributes | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel > | |
Static Public Attributes inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
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 > |
Private Member Functions | |
GrayscaleErodeImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
KernelType | m_Kernel |
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 53 of file itkGrayscaleErodeImageFilter.h.
typedef AnchorErodeImageFilter< TInputImage, FlatKernelType > itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::AnchorFilterType |
Definition at line 91 of file itkGrayscaleErodeImageFilter.h.
typedef BasicErodeImageFilter< TInputImage, TOutputImage, TKernel > itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::BasicFilterType |
Definition at line 87 of file itkGrayscaleErodeImageFilter.h.
typedef CastImageFilter< TInputImage, TOutputImage > itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::CastFilterType |
Definition at line 93 of file itkGrayscaleErodeImageFilter.h.
typedef SmartPointer< const Self > itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::ConstPointer |
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 61 of file itkGrayscaleErodeImageFilter.h.
typedef ConstantBoundaryCondition< InputImageType > itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::DefaultBoundaryConditionType |
Definition at line 98 of file itkGrayscaleErodeImageFilter.h.
typedef FlatStructuringElement< itkGetStaticConstMacro(ImageDimension) > itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::FlatKernelType |
Kernel type used to create box kernel, in SetRadius() method
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 89 of file itkGrayscaleErodeImageFilter.h.
typedef MovingHistogramErodeImageFilter< TInputImage, TOutputImage, TKernel > itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::HistogramFilterType |
Definition at line 85 of file itkGrayscaleErodeImageFilter.h.
typedef ImageBoundaryCondition< InputImageType > const* itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::ImageBoundaryConditionConstPointerType |
Definition at line 97 of file itkGrayscaleErodeImageFilter.h.
typedef ImageBoundaryCondition< InputImageType >* itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::ImageBoundaryConditionPointerType |
Typedef for boundary conditions.
Definition at line 96 of file itkGrayscaleErodeImageFilter.h.
typedef TInputImage::IndexType itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::IndexType |
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 79 of file itkGrayscaleErodeImageFilter.h.
typedef TInputImage itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::InputImageType |
Image related typedefs.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 75 of file itkGrayscaleErodeImageFilter.h.
typedef TKernel itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::KernelType |
Kernel typedef.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 101 of file itkGrayscaleErodeImageFilter.h.
typedef TInputImage::OffsetType itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::OffsetType |
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 81 of file itkGrayscaleErodeImageFilter.h.
typedef Superclass::OutputImageRegionType itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 82 of file itkGrayscaleErodeImageFilter.h.
typedef TOutputImage itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 76 of file itkGrayscaleErodeImageFilter.h.
typedef TInputImage::PixelType itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::PixelType |
Definition at line 80 of file itkGrayscaleErodeImageFilter.h.
typedef SmartPointer< Self > itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::Pointer |
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 60 of file itkGrayscaleErodeImageFilter.h.
typedef TInputImage::RegionType itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::RegionType |
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 77 of file itkGrayscaleErodeImageFilter.h.
typedef GrayscaleErodeImageFilter itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::Self |
Standard class typedefs.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 58 of file itkGrayscaleErodeImageFilter.h.
typedef TInputImage::SizeType itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::SizeType |
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 78 of file itkGrayscaleErodeImageFilter.h.
typedef KernelImageFilter< TInputImage, TOutputImage, TKernel > itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::Superclass |
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 59 of file itkGrayscaleErodeImageFilter.h.
typedef VanHerkGilWermanErodeImageFilter< TInputImage, FlatKernelType > itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::VHGWFilterType |
Definition at line 92 of file itkGrayscaleErodeImageFilter.h.
anonymous enum |
define values used to determine which algorithm to use
Definition at line 123 of file itkGrayscaleErodeImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 134 of file itkGrayscaleErodeImageFilter.h.
|
private |
|
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 >.
|
protectedvirtual |
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 |
|
virtual |
|
virtual |
Runtime information support.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
|
virtual |
GrayscaleErodeImageFilter need to set its internal filters as modified
Reimplemented from itk::Object.
|
static |
Standard New method.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
|
private |
kernel or structuring element to use.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
void itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::SetAlgorithm | ( | int | algo | ) |
Set/Get the backend filter class.
void itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::SetBoundary | ( | const PixelType | value | ) |
Set/Get the boundary value.
|
virtual |
Set kernel (structuring element).
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
|
virtual |
Get/Set the number of threads to create when executing.
Reimplemented from itk::ProcessObject.
enum { ... } itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >::AlgorithmChoice |
define values used to determine which algorithm to use
|
static |
Image related typedefs.
Reimplemented from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >.
Definition at line 72 of file itkGrayscaleErodeImageFilter.h.
|
private |
Definition at line 155 of file itkGrayscaleErodeImageFilter.h.
|
private |
Definition at line 150 of file itkGrayscaleErodeImageFilter.h.
|
private |
Definition at line 148 of file itkGrayscaleErodeImageFilter.h.
|
private |
Definition at line 143 of file itkGrayscaleErodeImageFilter.h.
|
private |
Definition at line 158 of file itkGrayscaleErodeImageFilter.h.
|
private |
Definition at line 146 of file itkGrayscaleErodeImageFilter.h.
|
private |
Definition at line 152 of file itkGrayscaleErodeImageFilter.h.