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