SimpleITK
|
Go to the source code of this file.
Classes | |
class | itk::simple::FastMarchingImageFilter |
Solve an Eikonal equation using Fast Marching. More... | |
Namespaces | |
namespace | itk |
namespace | itk::simple |
Functions | |
Image | itk::simple::FastMarching (const Image &image1, 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, std::vector< double > initialTrialValues=std::vector< double >()) |
Solve an Eikonal equation using Fast Marching. | |