#include <itkFastChamferDistanceImageFilter.h>
Inheritance diagram for itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef FastChamferDistanceImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::RegionType | RegionType |
typedef InputImageType::PixelType | PixelType |
typedef RegionType::IndexType | IndexType |
typedef InputImageType::OffsetType | OffsetType |
typedef RegionType::SizeType | SizeType |
typedef InputImageType::ConstPointer | InputImagePointer |
typedef BandNode< IndexType, PixelType > | BandNodeType |
typedef NarrowBand< BandNodeType > | NarrowBandType |
typedef NarrowBandType::Pointer | NarrowBandPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (ImageDimension, unsigned int, InputImageType::ImageDimension) | |
void | SetNarrowBand (NarrowBandType *ptr) |
NarrowBandPointer | GetNarrowBand () const |
virtual void | SetWeights (float data[]) |
virtual const float * | GetWeights () const |
virtual void | SetMaximumDistance (float _arg) |
virtual float | GetMaximumDistance () |
void | SetRegionToProcess (const RegionType &r) |
RegionType | GetRegionToProcess () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
FastChamferDistanceImageFilter () | |
virtual | ~FastChamferDistanceImageFilter () |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateDataND () |
void | GenerateData () |
This filter is N-dimensional.
Definition at line 55 of file itkFastChamferDistanceImageFilter.h.
|
NarrowBand container Definition at line 97 of file itkFastChamferDistanceImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 63 of file itkFastChamferDistanceImageFilter.h. |
|
Type for the index of the input image. Definition at line 81 of file itkFastChamferDistanceImageFilter.h. |
|
Pointer Type for input image. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 94 of file itkFastChamferDistanceImageFilter.h. |
|
Type for input image. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 72 of file itkFastChamferDistanceImageFilter.h. |
|
Definition at line 99 of file itkFastChamferDistanceImageFilter.h. |
|
Definition at line 98 of file itkFastChamferDistanceImageFilter.h. |
|
Type for the index of the input image. Definition at line 84 of file itkFastChamferDistanceImageFilter.h. |
|
Type for the region of the input image. Definition at line 78 of file itkFastChamferDistanceImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 62 of file itkFastChamferDistanceImageFilter.h. |
|
Type for the region of the input image. Definition at line 75 of file itkFastChamferDistanceImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 60 of file itkFastChamferDistanceImageFilter.h. |
|
Type for the size of the input image. Definition at line 87 of file itkFastChamferDistanceImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 61 of file itkFastChamferDistanceImageFilter.h. |
|
|
|
Definition at line 143 of file itkFastChamferDistanceImageFilter.h. |
|
Compute a Signed Chamfer Distance Map up to the specified maximal distance Reimplemented from itk::ImageSource< TOutputImage >. |
|
Compute a Signed Chamfer Distance Map up to the specified maximal distance in n dimensions |
|
Maximal computed distance |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Definition at line 138 of file itkFastChamferDistanceImageFilter.h. |
|
Definition at line 122 of file itkFastChamferDistanceImageFilter.h. |
|
coefficients of the Chamfer distance for each kind of neighbor. |
|
The dimension of the input image. |
|
Method for creation through the object factory Reimplemented from itk::Object. |
|
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 >. |
|
Maximal computed distance |
|
Definition at line 129 of file itkFastChamferDistanceImageFilter.h. |
|
Definition at line 114 of file itkFastChamferDistanceImageFilter.h. |
|
coefficients of the Chamfer distance for each kind of neighbor. |