ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKDistanceMap
Group Filtering
+ Collaboration diagram for Module ITKDistanceMap:

Classes

class  itk::ApproximateSignedDistanceMapImageFilter< TInputImage, TOutputImage >
 Create a map of the approximate signed distance from the boundaries of a binary image. More...
class  itk::ContourDirectedMeanDistanceImageFilter< TInputImage1, TInputImage2 >
 Computes the directed Mean distance between the boundaries of non-zero pixel regions of two images. More...
class  itk::ContourMeanDistanceImageFilter< TInputImage1, TInputImage2 >
 Computes the Mean distance between the boundaries of non-zero regions of two images. More...
class  itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >
 This filter computes the distance map of the input image as an approximation with pixel accuracy to the Euclidean distance. More...
class  itk::DirectedHausdorffDistanceImageFilter< TInputImage1, TInputImage2 >
 Computes the directed Hausdorff distance between the set of non-zero pixels of two images. More...
class  itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >
 This class compute the signed (positive and negative) chamfer distance in a narrow band. More...
class  itk::HausdorffDistanceImageFilter< TInputImage1, TInputImage2 >
 Computes the Hausdorff distance between the set of non-zero pixels of two images. More...
class  itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >
 Compute an approximate distance from an interpolated isocontour to the close grid points. More...
class  itk::ReflectiveImageRegionConstIterator< TImage >
 Multi-dimensional image iterator which only walks a region. More...
class  itk::ReflectiveImageRegionIterator< TImage >
 Multi-dimensional image iterator which only walks a region. More...
class  itk::SignedDanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >
class  itk::SignedMaurerDistanceMapImageFilter< TInputImage, TOutputImage >
 This filter calculates the Euclidean distance transform of a binary image in linear time for arbitrary dimensions. More...

Detailed Description

This module contains multiple implementations of distance map filters. They include the implementations of Danielsson and Maurer, as well as other distance concepts such as Hausdorff and Chamfer distances.

Dependencies: