ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryOpeningByReconstructionImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::Pointer | InputImagePointer |
typedef TInputImage | InputImageType |
typedef TKernel | KernelType |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TInputImage | OutputImageType |
typedef TInputImage::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef BinaryOpeningByReconstructionImageFilter | Self |
typedef KernelImageFilter < TInputImage, TInputImage, TKernel > | Superclass |
Public Types inherited from itk::KernelImageFilter< TInputImage, TInputImage, TKernel > | |
typedef FlatStructuringElement < itkGetStaticConstMacro(ImageDimension) > | FlatKernelType |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage::PixelType | InputPixelType |
typedef TInputImage::OffsetType | OffsetType |
typedef TInputImage::PixelType | OutputPixelType |
typedef TInputImage::SizeType | RadiusType |
typedef TInputImage::RegionType | RegionType |
typedef TInputImage::SizeType | SizeType |
Public Types inherited from itk::BoxImageFilter< TInputImage, TInputImage > | |
typedef TInputImage::SizeValueType | RadiusValueType |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::RegionType | InputImageRegionType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
Public Types inherited from itk::ImageSource< TInputImage > | |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::Pointer | OutputImagePointer |
Public Types inherited from itk::ProcessObject | |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
BinaryOpeningByReconstructionImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
PixelType | m_BackgroundValue |
PixelType | m_ForegroundValue |
bool | m_FullyConnected |
Additional Inherited Members | |
Static Public Attributes inherited from itk::KernelImageFilter< TInputImage, TInputImage, TKernel > | |
static const unsigned int | ImageDimension |
Static Public Attributes inherited from itk::BoxImageFilter< TInputImage, TInputImage > | |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageSource< TInputImage > | |
KernelType | m_Kernel |
binary morphological closing of an image.
This filter removes small (i.e., smaller than the structuring element) objects in the image. It is defined as: Opening(f) = ReconstructionByDilatation(Erosion(f)).
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.
This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176
Definition at line 49 of file itkBinaryOpeningByReconstructionImageFilter.h.
typedef SmartPointer<const Self> itk::BinaryOpeningByReconstructionImageFilter< TInputImage, TKernel >::ConstPointer |
Reimplemented from itk::KernelImageFilter< TInputImage, TInputImage, TKernel >.
Definition at line 58 of file itkBinaryOpeningByReconstructionImageFilter.h.
typedef InputImageType::Pointer itk::BinaryOpeningByReconstructionImageFilter< TInputImage, TKernel >::InputImagePointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 69 of file itkBinaryOpeningByReconstructionImageFilter.h.
typedef TInputImage itk::BinaryOpeningByReconstructionImageFilter< TInputImage, TKernel >::InputImageType |
Image related typedefs.
Reimplemented from itk::KernelImageFilter< TInputImage, TInputImage, TKernel >.
Definition at line 65 of file itkBinaryOpeningByReconstructionImageFilter.h.
typedef TKernel itk::BinaryOpeningByReconstructionImageFilter< TInputImage, TKernel >::KernelType |
Kernel typedef.
Reimplemented from itk::KernelImageFilter< TInputImage, TInputImage, TKernel >.
Definition at line 76 of file itkBinaryOpeningByReconstructionImageFilter.h.
typedef OutputImageType::RegionType itk::BinaryOpeningByReconstructionImageFilter< TInputImage, TKernel >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 70 of file itkBinaryOpeningByReconstructionImageFilter.h.
typedef TInputImage itk::BinaryOpeningByReconstructionImageFilter< TInputImage, TKernel >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::KernelImageFilter< TInputImage, TInputImage, TKernel >.
Definition at line 68 of file itkBinaryOpeningByReconstructionImageFilter.h.
typedef TInputImage::PixelType itk::BinaryOpeningByReconstructionImageFilter< TInputImage, TKernel >::PixelType |
Declaration of pixel type.
Definition at line 73 of file itkBinaryOpeningByReconstructionImageFilter.h.
typedef SmartPointer<Self> itk::BinaryOpeningByReconstructionImageFilter< TInputImage, TKernel >::Pointer |
Reimplemented from itk::KernelImageFilter< TInputImage, TInputImage, TKernel >.
Definition at line 57 of file itkBinaryOpeningByReconstructionImageFilter.h.
typedef BinaryOpeningByReconstructionImageFilter itk::BinaryOpeningByReconstructionImageFilter< TInputImage, TKernel >::Self |
Standard class typedefs.
Reimplemented from itk::KernelImageFilter< TInputImage, TInputImage, TKernel >.
Definition at line 54 of file itkBinaryOpeningByReconstructionImageFilter.h.
typedef KernelImageFilter<TInputImage, TInputImage, TKernel> itk::BinaryOpeningByReconstructionImageFilter< TInputImage, TKernel >::Superclass |
Reimplemented from itk::KernelImageFilter< TInputImage, TInputImage, TKernel >.
Definition at line 56 of file itkBinaryOpeningByReconstructionImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 106 of file itkBinaryOpeningByReconstructionImageFilter.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, TInputImage, TKernel >.
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
protectedvirtual |
Single-threaded version of GenerateData. This filter delegates to GrayscaleDilateImageFilter GrayscaleErodeImageFilter.
Reimplemented from itk::ImageSource< TInputImage >.
|
protectedvirtual |
BinaryOpeningByReconstructionImageFilter need to make sure they request enough of an input image to account for the structuring element size. The input requested region is expanded by the radius of the structuring element. If the request extends past the LargestPossibleRegion for the input, the request is cropped by the LargestPossibleRegion.
Reimplemented from itk::BoxImageFilter< TInputImage, TInputImage >.
|
virtual |
Set the value in eroded part of the image. Defaults to zero
|
virtual |
Get the value in the image considered as "foreground". Defaults to maximum value of PixelType.
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
virtual |
Runtime information support.
Reimplemented from itk::KernelImageFilter< TInputImage, TInputImage, TKernel >.
|
static |
Standard New method.
Reimplemented from itk::KernelImageFilter< TInputImage, TInputImage, TKernel >.
|
private |
kernel or structuring element to use.
Reimplemented from itk::KernelImageFilter< TInputImage, TInputImage, 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, TInputImage, TKernel >.
|
virtual |
Set the value in eroded part of the image. Defaults to zero
|
virtual |
Set the value in the image to consider as "foreground". Defaults to maximum value of PixelType.
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
private |
Definition at line 126 of file itkBinaryOpeningByReconstructionImageFilter.h.
|
private |
Definition at line 124 of file itkBinaryOpeningByReconstructionImageFilter.h.
|
private |
Definition at line 128 of file itkBinaryOpeningByReconstructionImageFilter.h.