ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
itk::BinaryPruningImageFilter< TInputImage, TOutputImage > Class Template Reference

This filter removes "spurs" of less than a certain length in the input image. More...

#include <itkBinaryPruningImageFilter.h>

Inheritance diagram for itk::BinaryPruningImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::BinaryPruningImageFilter< TInputImage, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef RegionType::IndexType IndexType
typedef
InputImageType::ConstPointer 
InputImagePointer
typedef TInputImage InputImageType
typedef NeighborhoodIterator
< TInputImage > 
NeighborhoodIteratorType
typedef OutputImageType::Pointer OutputImagePointer
typedef TOutputImage OutputImageType
typedef InputImageType::PixelType PixelType
typedef SmartPointer< SelfPointer
typedef InputImageType::RegionType RegionType
typedef BinaryPruningImageFilter Self
typedef RegionType::SizeType SizeType
typedef ImageToImageFilter
< TInputImage, TOutputImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
OutputImageTypeGetPruning (void)
 typedef (Concept::AdditiveOperators< PixelType >) AdditiveOperatorsCheck
 typedef (Concept::SameType< PixelType, typename TOutputImage::PixelType >) SameTypeCheck
 typedef (Concept::SameDimension< InputImageDimension, OutputImageDimension >) SameDimensionCheck
 typedef (Concept::Convertible< int, PixelType >) IntConvertibleToPixelTypeCheck
 typedef (Concept::LessThanComparable< PixelType, int >) PixelLessThanIntCheck
virtual void SetIteration (unsigned int _arg)
virtual unsigned int GetIteration () const

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int InputImageDimension = TInputImage::ImageDimension
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension

Protected Member Functions

void ComputePruneImage ()
void GenerateData ()
void PrepareData ()
 BinaryPruningImageFilter ()
virtual ~BinaryPruningImageFilter ()
void PrintSelf (std::ostream &os, Indent indent) const

Private Member Functions

 BinaryPruningImageFilter (const Self &)
void operator= (const Self &)

Private Attributes

unsigned int m_Iteration

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::BinaryPruningImageFilter< TInputImage, TOutputImage >

This filter removes "spurs" of less than a certain length in the input image.

This class is parametrized over the type of the input image and the type of the output image.

The input is assumed to be a binary image.

This filter is a sequential pruning algorithm and known to be computational time dependable of the image size. The algorithm is the N-dimensional version of that given for two dimensions in:

Rafael C. Gonzales and Richard E. Woods. Digital Image Processing. Addison Wesley, 491-494, (1993).

See also:
MorphologyImageFilter
BinaryErodeImageFilter
BinaryDilateImageFilter
BinaryThinningImageFilter

Definition at line 54 of file itkBinaryPruningImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef RegionType::IndexType itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::IndexType

Type for the index of the input image.

Definition at line 80 of file itkBinaryPruningImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef InputImageType::ConstPointer itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::InputImagePointer

Pointer Type for input image.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 89 of file itkBinaryPruningImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TInputImage itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::InputImageType

Type for input image.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 68 of file itkBinaryPruningImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef NeighborhoodIterator< TInputImage > itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::NeighborhoodIteratorType

Neighborhood iterator type

Definition at line 95 of file itkBinaryPruningImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef OutputImageType::Pointer itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::OutputImagePointer

Pointer Type for the output image.

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 92 of file itkBinaryPruningImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TOutputImage itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::OutputImageType

Type for output image: Skelenton of the object.

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 74 of file itkBinaryPruningImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef InputImageType::PixelType itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::PixelType

Type for the index of the input image.

Definition at line 83 of file itkBinaryPruningImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef InputImageType::RegionType itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::RegionType

Type for the region of the input image.

Definition at line 77 of file itkBinaryPruningImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef BinaryPruningImageFilter itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 59 of file itkBinaryPruningImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef RegionType::SizeType itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::SizeType

Type for the size of the input image.

Definition at line 86 of file itkBinaryPruningImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::BinaryPruningImageFilter ( ) [protected]

End concept checking

template<class TInputImage , class TOutputImage >
virtual itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::~BinaryPruningImageFilter ( ) [inline, protected, virtual]

End concept checking

Definition at line 129 of file itkBinaryPruningImageFilter.h.

template<class TInputImage , class TOutputImage >
itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::BinaryPruningImageFilter ( const Self ) [private]

Member Function Documentation

template<class TInputImage , class TOutputImage >
void itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::ComputePruneImage ( ) [protected]

Compute thinning Image.

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::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::Object.

template<class TInputImage , class TOutputImage >
void itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::GenerateData ( ) [protected, virtual]

Compute thinning Image.

Reimplemented from itk::ImageSource< TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual unsigned int itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::GetIteration ( ) const [virtual]

Set/Get the iteration value

template<class TInputImage , class TOutputImage >
virtual const char* itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
OutputImageType* itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::GetPruning ( void  )

Get Skelenton by thinning image.

template<class TInputImage , class TOutputImage >
static Pointer itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::New ( ) [static]

Method for creation through the object factory

Reimplemented from itk::Object.

template<class TInputImage , class TOutputImage >
void itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [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 >.

template<class TInputImage , class TOutputImage >
void itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::PrepareData ( ) [protected]

Prepare data.

template<class TInputImage , class TOutputImage >
void itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

End concept checking

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual void itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::SetIteration ( unsigned int  _arg) [virtual]

Set/Get the iteration value

template<class TInputImage , class TOutputImage >
itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::typedef ( Concept::AdditiveOperators< PixelType )

This class requires AdditiveOperatorsCheck in the form of ( Concept::AdditiveOperators< PixelType > )

template<class TInputImage , class TOutputImage >
itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::typedef ( Concept::Convertible< int, PixelType )

This class requires IntConvertibleToPixelTypeCheck in the form of ( Concept::Convertible< int, PixelType > )

template<class TInputImage , class TOutputImage >
itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::typedef ( Concept::LessThanComparable< PixelType, int >  )

This class requires PixelLessThanIntCheck in the form of ( Concept::LessThanComparable< PixelType, int > )

template<class TInputImage , class TOutputImage >
itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::typedef ( Concept::SameDimension< InputImageDimension, OutputImageDimension )

Start concept checking This class requires SameDimensionCheck in the form of ( Concept::SameDimension< InputImageDimension, OutputImageDimension > )

template<class TInputImage , class TOutputImage >
itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::typedef ( Concept::SameType< PixelType, typename TOutputImage::PixelType >  )

This class requires SameTypeCheck in the form of ( Concept::SameType< PixelType, typename TOutputImage::PixelType > )


Member Data Documentation

template<class TInputImage , class TOutputImage >
const unsigned int itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::InputImageDimension = TInputImage::ImageDimension [static]

ImageDimension enumeration

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 107 of file itkBinaryPruningImageFilter.h.

template<class TInputImage , class TOutputImage >
unsigned int itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::m_Iteration [private]

Definition at line 146 of file itkBinaryPruningImageFilter.h.

template<class TInputImage , class TOutputImage >
const unsigned int itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::OutputImageDimension = TOutputImage::ImageDimension [static]

ImageDimension enumeration

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 109 of file itkBinaryPruningImageFilter.h.


The documentation for this class was generated from the following file: