ITK
5.2.0
Insight Toolkit
|
#include <itkFastChamferDistanceImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static void | SetGlobalDefaultDirectionTolerance (double) |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static double | GetGlobalDefaultCoordinateTolerance () |
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 | ImageDimension = InputImageType::ImageDimension |
static constexpr unsigned int | OutputImageDimension = OutputImageType::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 |
float | m_MaximumDistance |
WeightsType | m_Weights |
NarrowBandPointer | m_NarrowBand |
RegionType | m_RegionToProcess |
virtual void | SetWeights (WeightsType _arg) |
virtual const WeightsType & | GetWeights () const |
virtual void | SetMaximumDistance (float _arg) |
virtual float | GetMaximumDistance () const |
void | SetRegionToProcess (const RegionType &r) |
RegionType | GetRegionToProcess () const |
void | SetNarrowBand (NarrowBandType *ptr) |
NarrowBandPointer | GetNarrowBand () const |
FastChamferDistanceImageFilter () | |
~FastChamferDistanceImageFilter () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | GenerateDataND () |
void | GenerateData () override |
This class compute the signed (positive and negative) chamfer distance in a narrow band.
The input is assumed to contain voxels with values higher than the Maximal Computed Distance, or values between -1 and 1 for voxels close to the 0-isosurface from which we compute the distance.
This filter is N-dimensional.
Definition at line 56 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::BandNodeType = BandNode<IndexType, PixelType> |
NarrowBand container
Definition at line 102 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 65 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::IndexType = typename RegionType::IndexType |
Type for the index of the input image.
Definition at line 86 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::InputImagePointer = typename InputImageType::ConstPointer |
Pointer Type for input image.
Definition at line 99 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Type for input image.
Definition at line 74 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::NarrowBandPointer = typename NarrowBandType::Pointer |
Definition at line 104 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::NarrowBandType = NarrowBand<BandNodeType> |
Definition at line 103 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::OffsetType = typename InputImageType::OffsetType |
Type for the index of the input image.
Definition at line 89 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Type for input image.
Definition at line 77 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::PixelType = typename InputImageType::PixelType |
Type for the region of the input image.
Definition at line 83 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 64 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::RegionType = typename InputImageType::RegionType |
Type for the region of the input image.
Definition at line 80 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::Self = FastChamferDistanceImageFilter |
Standard class type aliases.
Definition at line 62 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::SizeType = typename RegionType::SizeType |
Type for the size of the input image.
Definition at line 92 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::Superclass = ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 63 of file itkFastChamferDistanceImageFilter.h.
using itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::WeightsType = FixedArray<float, ImageDimension> |
Definition at line 106 of file itkFastChamferDistanceImageFilter.h.
|
protected |
coefficients of the Chamfer distance for each kind of neighbor.
|
overrideprotecteddefault |
coefficients of the Chamfer distance for each kind of neighbor.
|
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.
|
overrideprotectedvirtual |
Compute a Signed Chamfer Distance Map up to the specified maximal distance
Reimplemented from itk::ImageSource< TOutputImage >.
|
protected |
Compute a Signed Chamfer Distance Map up to the specified maximal distance in n dimensions
|
virtual |
coefficients of the Chamfer distance for each kind of neighbor.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
NarrowBandPointer itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::GetNarrowBand | ( | ) | const |
coefficients of the Chamfer distance for each kind of neighbor.
RegionType itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::GetRegionToProcess | ( | ) | const |
coefficients of the Chamfer distance for each kind of neighbor.
|
virtual |
coefficients of the Chamfer distance for each kind of neighbor.
|
static |
Method for creation through the object factory
|
overrideprotectedvirtual |
coefficients of the Chamfer distance for each kind of neighbor.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Maximal computed distance
void itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::SetNarrowBand | ( | NarrowBandType * | ptr | ) |
coefficients of the Chamfer distance for each kind of neighbor.
void itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >::SetRegionToProcess | ( | const RegionType & | r | ) |
coefficients of the Chamfer distance for each kind of neighbor.
|
virtual |
coefficients of the Chamfer distance for each kind of neighbor.
|
staticconstexpr |
The dimension of the input and output images.
Definition at line 95 of file itkFastChamferDistanceImageFilter.h.
|
private |
coefficients of the Chamfer distance for each kind of neighbor.
Definition at line 162 of file itkFastChamferDistanceImageFilter.h.
|
private |
coefficients of the Chamfer distance for each kind of neighbor.
Definition at line 167 of file itkFastChamferDistanceImageFilter.h.
|
private |
Region in the image to process.
Definition at line 170 of file itkFastChamferDistanceImageFilter.h.
|
private |
coefficients of the Chamfer distance for each kind of neighbor.
Definition at line 165 of file itkFastChamferDistanceImageFilter.h.
|
staticconstexpr |
Definition at line 96 of file itkFastChamferDistanceImageFilter.h.