SimpleITK
1.0.1
|
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... | |