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

Go to the source code of this file.

Classes

class  itk::simple::SignedMaurerDistanceMapImageFilter
 This filter calculates the Euclidean distance transform of a binary image in linear time for arbitrary dimensions. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::SignedMaurerDistanceMap (const Image &image1, bool insideIsPositive=false, bool squaredDistance=true, bool useImageSpacing=false)
 This filter calculates the Euclidean distance transform of a binary image in linear time for arbitrary dimensions. More...