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

Go to the source code of this file.

Classes

class  itk::simple::FastMarchingUpwindGradientImageFilter
 Generates the upwind gradient field of fast marching arrival times. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::FastMarchingUpwindGradient (const Image &image1, std::vector< std::vector< unsigned int > > trialPoints=std::vector< std::vector< unsigned int > >(), unsigned int numberOfTargets=0u, std::vector< std::vector< unsigned int > > targetPoints=std::vector< std::vector< unsigned int > >(), double targetOffset=1.0, double normalizationFactor=1.0, std::vector< double > initialTrialValues=std::vector< double >())
 Generates the upwind gradient field of fast marching arrival times. More...
 
Image itk::simple::FastMarchingUpwindGradient (const Image &image1, std::vector< std::vector< unsigned int > > trialPoints=std::vector< std::vector< unsigned int > >(), unsigned int numberOfTargets=0u, std::vector< std::vector< unsigned int > > targetPoints=std::vector< std::vector< unsigned int > >(), double targetOffset=1.0, double normalizationFactor=1.0, std::vector< double > initialTrialValues=std::vector< double >())
 Generates the upwind gradient field of fast marching arrival times. More...