ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryPruningImageFilter.h>
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).
Definition at line 54 of file itkBinaryPruningImageFilter.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 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 | |
BinaryPruningImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
unsigned int | m_Iteration |
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::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 62 of file itkBinaryPruningImageFilter.h.
typedef RegionType::IndexType itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::IndexType |
Type for the index of the input image.
Definition at line 80 of file itkBinaryPruningImageFilter.h.
typedef InputImageType::ConstPointer itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Pointer Type for input image.
Definition at line 89 of file itkBinaryPruningImageFilter.h.
typedef TInputImage itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::InputImageType |
Type for input image.
Definition at line 68 of file itkBinaryPruningImageFilter.h.
typedef NeighborhoodIterator< TInputImage > itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::NeighborhoodIteratorType |
Neighborhood iterator type
Definition at line 95 of file itkBinaryPruningImageFilter.h.
typedef OutputImageType::Pointer itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Pointer Type for the output image.
Definition at line 92 of file itkBinaryPruningImageFilter.h.
typedef TOutputImage itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::OutputImageType |
Type for output image: Skelenton of the object.
Definition at line 74 of file itkBinaryPruningImageFilter.h.
typedef InputImageType::PixelType itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::PixelType |
Type for the index of the input image.
Definition at line 83 of file itkBinaryPruningImageFilter.h.
typedef SmartPointer< Self > itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 61 of file itkBinaryPruningImageFilter.h.
typedef InputImageType::RegionType itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::RegionType |
Type for the region of the input image.
Definition at line 77 of file itkBinaryPruningImageFilter.h.
typedef BinaryPruningImageFilter itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 59 of file itkBinaryPruningImageFilter.h.
typedef RegionType::SizeType itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::SizeType |
Type for the size of the input image.
Definition at line 86 of file itkBinaryPruningImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 60 of file itkBinaryPruningImageFilter.h.
|
protected |
End concept checking
|
inlineprotectedvirtual |
Definition at line 130 of file itkBinaryPruningImageFilter.h.
|
private |
|
protected |
Compute thinning Image.
|
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 |
Compute thinning Image.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Set/Get the iteration value
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
OutputImageType* itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::GetPruning | ( | void | ) |
Get Skelenton by thinning image.
|
static |
Method for creation through the object factory
|
private |
|
protected |
Prepare data.
|
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::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the iteration value
itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::SameDimension< InputImageDimension, OutputImageDimension > | ) |
Start concept checking This class requires SameDimensionCheck in the form of ( Concept::SameDimension< InputImageDimension, OutputImageDimension > )
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 > )
itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::AdditiveOperators< PixelType > | ) |
This class requires AdditiveOperatorsCheck in the form of ( Concept::AdditiveOperators< PixelType > )
itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Convertible< int, PixelType > | ) |
This class requires IntConvertibleToPixelTypeCheck in the form of ( Concept::Convertible< int, PixelType > )
itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::LessThanComparable< PixelType, int > | ) |
This class requires PixelLessThanIntCheck in the form of ( Concept::LessThanComparable< PixelType, int > )
|
static |
ImageDimension enumeration
Definition at line 107 of file itkBinaryPruningImageFilter.h.
|
private |
Definition at line 146 of file itkBinaryPruningImageFilter.h.
|
static |
ImageDimension enumeration
Definition at line 109 of file itkBinaryPruningImageFilter.h.