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

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

 itk
 
 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. More...
 
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. More...