SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkFastMarchingBaseImageFilter.h File Reference
#include <memory>
#include "sitkImageFilter.h"
#include "sitkBasicFilters.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
 Fast Marching Method on Image . More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::FastMarchingBase (const Image &imageA, std::vector< std::vector< unsigned int > > trialPoints, double normalizationFactor=1.0, double stoppingValue=std::numeric_limits< float >::max()/2.0, FastMarchingBaseImageFilter::TopologyCheckType topologyCheck=itk::simple::FastMarchingBaseImageFilter::Nothing)