#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
Image | itk::simple::SimpleContourExtractor (const Image &image1, double inputForegroundValue=1.0, double inputBackgroundValue=0.0, 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...
|
|
|
Image | itk::simple::SimpleContourExtractor (const Image &image1, double inputForegroundValue=1.0, double inputBackgroundValue=0.0, 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...
|
|