|
SimpleITK
|
#include <memory>#include "sitkBasicFilters.h"#include "sitkImageFilter.h"#include "sitkProcessObjectDeleter.h"
Include dependency graph for sitkBinaryContourImageFilter.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | itk::simple::BinaryContourImageFilter |
| Labels the pixels on the border of the objects in a binary image. More... | |
Namespaces | |
| namespace | itk |
| namespace | itk::simple |
Functions | |
| 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. | |
| 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. | |
1.13.2 |
Privacy Policy