ITK
6.0.0
Insight Toolkit
|
#include <itkBinaryPruningImageFilter.h>
This filter removes "spurs" of less than a certain length in the input image.
This class is parameterized 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 59 of file itkBinaryPruningImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Attributes | |
unsigned int | m_Iteration {} |
using itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 68 of file itkBinaryPruningImageFilter.h.
using itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::IndexType = typename RegionType::IndexType |
Type for the index of the input image.
Definition at line 86 of file itkBinaryPruningImageFilter.h.
using itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::InputImagePointer = typename InputImageType::ConstPointer |
Pointer Type for input image.
Definition at line 95 of file itkBinaryPruningImageFilter.h.
using itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Type for input image.
Definition at line 77 of file itkBinaryPruningImageFilter.h.
using itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::NeighborhoodIteratorType = NeighborhoodIterator<TInputImage> |
Neighborhood iterator type
Definition at line 101 of file itkBinaryPruningImageFilter.h.
using itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::OutputImagePointer = typename OutputImageType::Pointer |
Pointer Type for the output image.
Definition at line 98 of file itkBinaryPruningImageFilter.h.
using itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Type for output image: Skeleton of the object.
Definition at line 80 of file itkBinaryPruningImageFilter.h.
using itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::PixelType = typename InputImageType::PixelType |
Type for the index of the input image.
Definition at line 89 of file itkBinaryPruningImageFilter.h.
using itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 67 of file itkBinaryPruningImageFilter.h.
using itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::RegionType = typename InputImageType::RegionType |
Type for the region of the input image.
Definition at line 83 of file itkBinaryPruningImageFilter.h.
using itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::Self = BinaryPruningImageFilter |
Standard class type aliases.
Definition at line 65 of file itkBinaryPruningImageFilter.h.
using itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::SizeType = typename RegionType::SizeType |
Type for the size of the input image.
Definition at line 92 of file itkBinaryPruningImageFilter.h.
using itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::Superclass = ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 66 of file itkBinaryPruningImageFilter.h.
|
protected |
|
overrideprotecteddefault |
|
protected |
Compute thinning Image.
|
overrideprotectedvirtual |
Compute thinning Image.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Set/Get the iteration value
|
overridevirtual |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
OutputImageType * itk::BinaryPruningImageFilter< TInputImage, TOutputImage >::GetPruning | ( | ) |
Get Skeleton by thinning image.
|
static |
Method for creation through the object factory
|
protected |
Prepare data.
|
overrideprotectedvirtual |
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
|
staticconstexpr |
ImageDimension enumeration
Definition at line 113 of file itkBinaryPruningImageFilter.h.
|
private |
Definition at line 145 of file itkBinaryPruningImageFilter.h.
|
staticconstexpr |
Definition at line 114 of file itkBinaryPruningImageFilter.h.