ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkGrayscaleConnectedClosingImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Member Functions | |
GrayscaleConnectedClosingImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
bool | m_FullyConnected |
unsigned long | m_NumberOfIterationsUsed |
InputImageIndexType | m_Seed |
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 |
Enhance pixels associated with a dark object (identified by a seed pixel) where the dark object is surrounded by a brigher object.
GrayscaleConnectedClosingImagefilter is useful for enhancing dark objects that are surrounded by bright borders. This filter makes it easier to threshold the image and extract just the object of interest.
Geodesic morphology and the connected closing algorithm are described in Chapter 6 of Pierre Soille's book "Morphological Image Analysis: Principles and Applications", Second Edition, Springer, 2003.
Definition at line 45 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef SmartPointer< const Self > itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 53 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef InputImageType::ConstPointer itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 58 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef InputImageRegionType::IndexType itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::InputImageIndexType |
Definition at line 61 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef InputImageType::PixelType itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 60 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef InputImageType::Pointer itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 57 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef InputImageType::RegionType itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 59 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef TInputImage itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 56 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef OutputImageType::ConstPointer itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::OutputImageConstPointer |
Definition at line 64 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef OutputImageType::PixelType itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 66 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef OutputImageType::Pointer itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 63 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef OutputImageType::RegionType itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 65 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef TOutputImage itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 62 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef SmartPointer< Self > itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 52 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef GrayscaleConnectedClosingImageFilter itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 50 of file itkGrayscaleConnectedClosingImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 51 of file itkGrayscaleConnectedClosingImageFilter.h.
|
protected |
End concept checking
|
inlineprotected |
End concept checking
Definition at line 111 of file itkGrayscaleConnectedClosingImageFilter.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::Object.
|
protectedvirtual |
GrayscaleConnectedClosingImageFilter will produce the entire output.
Reimplemented from itk::ProcessObject.
|
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 GrayscaleGeodesicDilateImageFilter.
Reimplemented from itk::ImageSource< TOutputImage >.
|
protectedvirtual |
GrayscaleConnectedClosingImageFilter needs the entire input be available. Thus, it needs to provide an implementation of GenerateInputRequestedRegion().
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
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::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the seed pixel for the segmentation
|
static |
Standard New method.
Reimplemented from itk::Object.
|
private |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
protectedvirtual |
End concept checking
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
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 the seed pixel for the segmentation
itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::EqualityComparable< InputImagePixelType > | ) |
Begin concept checking This class requires InputEqualityComparableCheck in the form of ( Concept::EqualityComparable< InputImagePixelType > )
itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Convertible< InputImagePixelType, OutputImagePixelType > | ) |
This class requires InputConvertibleToOutputCheck in the form of ( Concept::Convertible< InputImagePixelType, OutputImagePixelType > )
itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::OStreamWritable< InputImagePixelType > | ) |
This class requires InputOStreamWritableCheck in the form of ( Concept::OStreamWritable< InputImagePixelType > )
|
static |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 70 of file itkGrayscaleConnectedClosingImageFilter.h.
|
private |
Definition at line 137 of file itkGrayscaleConnectedClosingImageFilter.h.
|
private |
Definition at line 134 of file itkGrayscaleConnectedClosingImageFilter.h.
|
private |
Definition at line 135 of file itkGrayscaleConnectedClosingImageFilter.h.
|
static |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 72 of file itkGrayscaleConnectedClosingImageFilter.h.