SimpleITK
1.0.1
|
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... | |