SimpleITK
|
Go to the source code of this file.
Classes | |
class | itk::simple::FastMarchingBaseImageFilter |
Apply the Fast Marching method to solve an Eikonal equation on an image. More... | |
Namespaces | |
namespace | itk |
namespace | itk::simple |
Functions | |
Image | itk::simple::FastMarchingBase (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< float >::max()/2.0, FastMarchingBaseImageFilter::TopologyCheckType topologyCheck=itk::simple::FastMarchingBaseImageFilter::Nothing, std::vector< double > initialTrialValues=std::vector< double >()) |
Apply the Fast Marching method to solve an Eikonal equation on an image. | |