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

Go to the source code of this file.

Classes

class  itk::simple::CollidingFrontsImageFilter
 Selects a region of space where two independent fronts run towards each other. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::CollidingFronts (const Image &image1, const std::vector< std::vector< unsigned int > > &seedPoints1=std::vector< std::vector< unsigned int > >(), const std::vector< std::vector< unsigned int > > &seedPoints2=std::vector< std::vector< unsigned int > >(), bool applyConnectivity=true, double negativeEpsilon=-1e-6, bool stopOnTargets=false)
 Selects a region of space where two independent fronts run towards each other. More...