SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkDanielssonDistanceMapImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkDanielssonDistanceMapImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::DanielssonDistanceMapImageFilter
 This filter computes the distance map of the input image as an approximation with pixel accuracy to the Euclidean distance. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::DanielssonDistanceMap (const Image &image1, bool inputIsBinary=false, bool squaredDistance=false, bool useImageSpacing=false)
 This filter computes the distance map of the input image as an approximation with pixel accuracy to the Euclidean distance. More...