#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
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. More...
|
|
|
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. More...
|
|