SimpleITK  1.0.1
Classes | Namespaces | Functions
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, const std::vector< std::vector< unsigned int > > &trialPoints=std::vector< std::vector< unsigned int > >(), unsigned int numberOfTargets=0u, const std::vector< std::vector< unsigned int > > &targetPoints=std::vector< std::vector< unsigned int > >(), double targetOffset=1, double normalizationFactor=1.0)
 Generates the upwind gradient field of fast marching arrival times. More...