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

Go to the source code of this file.

Classes

class  itk::simple::SimpleContourExtractorImageFilter
 Computes an image of contours which will be the contour of the first image. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::SimpleContourExtractor (const Image &image1, double inputForegroundValue=1.0, double inputBackgroundValue=0.0, const std::vector< unsigned int > &radius=std::vector< unsigned int >(3, 1), double outputForegroundValue=1.0, double outputBackgroundValue=0.0)
 Computes an image of contours which will be the contour of the first image. More...