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

Go to the source code of this file.

Classes

class  itk::simple::FastMarchingImageFilter
 Solve an Eikonal equation using Fast Marching. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::FastMarching (const Image &image1, const std::vector< std::vector< unsigned int > > &trialPoints=std::vector< std::vector< unsigned int > >(), double normalizationFactor=1.0, double stoppingValue=std::numeric_limits< double >::max()/2.0)
 Solve an Eikonal equation using Fast Marching. More...