ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkGrayscaleDilateImageFilter.h>
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 53 of file itkGrayscaleDilateImageFilter.h.
Public Types | |
enum | { BASIC = 0, HISTO = 1, ANCHOR = 2, VHGW = 3 } |
typedef AnchorDilateImageFilter < TInputImage, FlatKernelType > | AnchorFilterType |
typedef BasicDilateImageFilter < TInputImage, TOutputImage, TKernel > | BasicFilterType |
typedef CastImageFilter < TInputImage, TOutputImage > | CastFilterType |
typedef SmartPointer< const Self > | ConstPointer |
typedef ConstantBoundaryCondition < InputImageType > | DefaultBoundaryConditionType |
typedef FlatStructuringElement < itkGetStaticConstMacro(ImageDimension) > | FlatKernelType |
typedef MovingHistogramDilateImageFilter < TInputImage, TOutputImage, TKernel > | HistogramFilterType |
typedef ImageBoundaryCondition < InputImageType > const * | ImageBoundaryConditionConstPointerType |
typedef ImageBoundaryCondition < InputImageType > * | ImageBoundaryConditionPointerType |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage | InputImageType |
typedef TKernel | KernelType |
typedef TInputImage::OffsetType | OffsetType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef TInputImage::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef TInputImage::RegionType | RegionType |
typedef GrayscaleDilateImageFilter | Self |
typedef TInputImage::SizeType | SizeType |
typedef KernelImageFilter < TInputImage, TOutputImage, TKernel > | Superclass |
typedef VanHerkGilWermanDilateImageFilter < TInputImage, FlatKernelType > | VHGWFilterType |
Public Types inherited from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef FlatStructuringElement < itkGetStaticConstMacro(ImageDimension) > | FlatKernelType |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage | InputImageType |
typedef TInputImage::PixelType | InputPixelType |
typedef TKernel | KernelType |
typedef TInputImage::OffsetType | OffsetType |
typedef TOutputImage | OutputImageType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef SmartPointer< Self > | Pointer |
typedef TInputImage::SizeType | RadiusType |
typedef TInputImage::RegionType | RegionType |
typedef KernelImageFilter | Self |
typedef TInputImage::SizeType | SizeType |
typedef BoxImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage | InputImageType |
typedef TInputImage::PixelType | InputPixelType |
typedef TInputImage::OffsetType | OffsetType |
typedef TOutputImage | OutputImageType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef SmartPointer< Self > | Pointer |
typedef TInputImage::SizeType | RadiusType |
typedef TInputImage::SizeValueType | RadiusValueType |
typedef TInputImage::RegionType | RegionType |
typedef BoxImageFilter | Self |
typedef TInputImage::SizeType | SizeType |
typedef ImageToImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef SmartPointer< Self > | Pointer |
typedef ImageToImageFilter | Self |
typedef ImageSource< TOutputImage > | Superclass |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ImageSource | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Public Attributes | |
enum itk::GrayscaleDilateImageFilter:: { ... } | AlgorithmChoice |
Static Public Attributes | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel > | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
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 |
Private Member Functions | |
GrayscaleDilateImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel > | |
KernelType | m_Kernel |
typedef AnchorDilateImageFilter< TInputImage, FlatKernelType > itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::AnchorFilterType |
Definition at line 91 of file itkGrayscaleDilateImageFilter.h.
typedef BasicDilateImageFilter< TInputImage, TOutputImage, TKernel > itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::BasicFilterType |
Definition at line 87 of file itkGrayscaleDilateImageFilter.h.
typedef CastImageFilter< TInputImage, TOutputImage > itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::CastFilterType |
Definition at line 93 of file itkGrayscaleDilateImageFilter.h.
typedef SmartPointer< const Self > itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::ConstPointer |
Definition at line 61 of file itkGrayscaleDilateImageFilter.h.
typedef ConstantBoundaryCondition< InputImageType > itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::DefaultBoundaryConditionType |
Definition at line 98 of file itkGrayscaleDilateImageFilter.h.
typedef FlatStructuringElement< itkGetStaticConstMacro(ImageDimension) > itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::FlatKernelType |
Definition at line 89 of file itkGrayscaleDilateImageFilter.h.
typedef MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel > itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::HistogramFilterType |
Definition at line 85 of file itkGrayscaleDilateImageFilter.h.
typedef ImageBoundaryCondition< InputImageType > const* itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::ImageBoundaryConditionConstPointerType |
Definition at line 97 of file itkGrayscaleDilateImageFilter.h.
typedef ImageBoundaryCondition< InputImageType >* itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::ImageBoundaryConditionPointerType |
Typedef for boundary conditions.
Definition at line 96 of file itkGrayscaleDilateImageFilter.h.
typedef TInputImage::IndexType itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::IndexType |
Definition at line 79 of file itkGrayscaleDilateImageFilter.h.
typedef TInputImage itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::InputImageType |
Image related typedefs.
Definition at line 75 of file itkGrayscaleDilateImageFilter.h.
typedef TKernel itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::KernelType |
Kernel typedef.
Definition at line 101 of file itkGrayscaleDilateImageFilter.h.
typedef TInputImage::OffsetType itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::OffsetType |
Definition at line 81 of file itkGrayscaleDilateImageFilter.h.
typedef Superclass::OutputImageRegionType itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::OutputImageRegionType |
Definition at line 82 of file itkGrayscaleDilateImageFilter.h.
typedef TOutputImage itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::OutputImageType |
Definition at line 76 of file itkGrayscaleDilateImageFilter.h.
typedef TInputImage::PixelType itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::PixelType |
Definition at line 80 of file itkGrayscaleDilateImageFilter.h.
typedef SmartPointer< Self > itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::Pointer |
Definition at line 60 of file itkGrayscaleDilateImageFilter.h.
typedef TInputImage::RegionType itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::RegionType |
Definition at line 77 of file itkGrayscaleDilateImageFilter.h.
typedef GrayscaleDilateImageFilter itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::Self |
Standard class typedefs.
Definition at line 58 of file itkGrayscaleDilateImageFilter.h.
typedef TInputImage::SizeType itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::SizeType |
Definition at line 78 of file itkGrayscaleDilateImageFilter.h.
typedef KernelImageFilter< TInputImage, TOutputImage, TKernel > itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::Superclass |
Definition at line 59 of file itkGrayscaleDilateImageFilter.h.
typedef VanHerkGilWermanDilateImageFilter< TInputImage, FlatKernelType > itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::VHGWFilterType |
Definition at line 92 of file itkGrayscaleDilateImageFilter.h.
anonymous enum |
define values used to determine which algorithm to use
Definition at line 123 of file itkGrayscaleDilateImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 134 of file itkGrayscaleDilateImageFilter.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::BoxImageFilter< TInputImage, TOutputImage >.
|
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 |
GrayscaleDilateImageFilter need to set its internal filters as modified
Reimplemented from itk::Object.
|
static |
Standard New method.
|
private |
|
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::BoxImageFilter< TInputImage, TOutputImage >.
void itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::SetAlgorithm | ( | int | algo | ) |
Set/Get the backend filter class.
void itk::GrayscaleDilateImageFilter< 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::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >::AlgorithmChoice |
|
static |
Image related typedefs.
Definition at line 72 of file itkGrayscaleDilateImageFilter.h.
|
private |
Definition at line 155 of file itkGrayscaleDilateImageFilter.h.
|
private |
Definition at line 150 of file itkGrayscaleDilateImageFilter.h.
|
private |
Definition at line 148 of file itkGrayscaleDilateImageFilter.h.
|
private |
Definition at line 143 of file itkGrayscaleDilateImageFilter.h.
|
private |
Definition at line 158 of file itkGrayscaleDilateImageFilter.h.
|
private |
Definition at line 146 of file itkGrayscaleDilateImageFilter.h.
|
private |
Definition at line 152 of file itkGrayscaleDilateImageFilter.h.