#include <itkBinaryThinningImageFilter.h>
Inheritance diagram for itk::BinaryThinningImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef BinaryThinningImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef TOutputImage | OutputImageType |
typedef InputImageType::RegionType | RegionType |
typedef RegionType::IndexType | IndexType |
typedef InputImageType::PixelType | PixelType |
typedef RegionType::SizeType | SizeType |
typedef InputImageType::ConstPointer | InputImagePointer |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef NeighborhoodIterator< TInputImage > | NeighborhoodIteratorType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
OutputImageType * | GetThinning (void) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
BinaryThinningImageFilter () | |
virtual | ~BinaryThinningImageFilter () |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateData () |
void | PrepareData () |
void | ComputeThinImage () |
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. If the foreground pixels of the input image do not have a value of 1, they are rescaled to 1 internally to simplify the computation.
The filter will produce a skeleton of the object. The output background values are 0, and the foreground values are 1.
This filter is a sequential thinning algorithm and known to be computational time dependable on the image size. The algorithm corresponds with the 2D implementation described in:
Rafael C. Gonzales and Richard E. Woods. Digital Image Processing. Addison Wesley, 491-494, (1993).
To do: Make this filter ND.
Definition at line 56 of file itkBinaryThinningImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 64 of file itkBinaryThinningImageFilter.h. |
|
Type for the index of the input image. Definition at line 82 of file itkBinaryThinningImageFilter.h. |
|
Pointer Type for input image. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 91 of file itkBinaryThinningImageFilter.h. |
|
Type for input image. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 73 of file itkBinaryThinningImageFilter.h. |
|
Neighborhood iterator type Definition at line 97 of file itkBinaryThinningImageFilter.h. |
|
Pointer Type for the output image. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 94 of file itkBinaryThinningImageFilter.h. |
|
Type for output image: Skelenton of the object. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 76 of file itkBinaryThinningImageFilter.h. |
|
Type for the index of the input image. Definition at line 85 of file itkBinaryThinningImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 63 of file itkBinaryThinningImageFilter.h. |
|
Type for the region of the input image. Definition at line 79 of file itkBinaryThinningImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 61 of file itkBinaryThinningImageFilter.h. |
|
Type for the size of the input image. Definition at line 88 of file itkBinaryThinningImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 62 of file itkBinaryThinningImageFilter.h. |
|
|
|
Definition at line 105 of file itkBinaryThinningImageFilter.h. |
|
Compute thinning Image. |
|
Compute thinning Image. Reimplemented from itk::ImageSource< TOutputImage >. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Get Skelenton by thinning image. |
|
Method for creation through the object factory Reimplemented from itk::Object. |
|
Prepare data. |
|
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 >. |