#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
Image | itk::simple::BinaryContour (const Image &image1, bool fullyConnected=false, double backgroundValue=0.0, double foregroundValue=1.0) |
| Labels the pixels on the border of the objects in a binary image. More...
|
|
Image | itk::simple::BinaryContour (Image &&image1, bool fullyConnected=false, double backgroundValue=0.0, double foregroundValue=1.0) |
| Labels the pixels on the border of the objects in a binary image. More...
|
|
|
Image | itk::simple::BinaryContour (Image &&image1, bool fullyConnected=false, double backgroundValue=0.0, double foregroundValue=1.0) |
| Labels the pixels on the border of the objects in a binary image. More...
|
|
Image | itk::simple::BinaryContour (const Image &image1, bool fullyConnected=false, double backgroundValue=0.0, double foregroundValue=1.0) |
| Labels the pixels on the border of the objects in a binary image. More...
|
|