#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
Image | itk::simple::ShapeDetectionLevelSet (const Image &initialImage, const Image &featureImage, double maximumRMSError=0.02, double propagationScaling=1.0, double curvatureScaling=1.0, uint32_t numberOfIterations=1000u, bool reverseExpansionDirection=false) |
| Segments structures in images based on a user supplied edge potential map. More...
|
|
Image | itk::simple::ShapeDetectionLevelSet (Image &&initialImage, const Image &featureImage, double maximumRMSError=0.02, double propagationScaling=1.0, double curvatureScaling=1.0, uint32_t numberOfIterations=1000u, bool reverseExpansionDirection=false) |
| Segments structures in images based on a user supplied edge potential map. More...
|
|
|
Image | itk::simple::ShapeDetectionLevelSet (Image &&initialImage, const Image &featureImage, double maximumRMSError=0.02, double propagationScaling=1.0, double curvatureScaling=1.0, uint32_t numberOfIterations=1000u, bool reverseExpansionDirection=false) |
| Segments structures in images based on a user supplied edge potential map. More...
|
|
Image | itk::simple::ShapeDetectionLevelSet (const Image &initialImage, const Image &featureImage, double maximumRMSError=0.02, double propagationScaling=1.0, double curvatureScaling=1.0, uint32_t numberOfIterations=1000u, bool reverseExpansionDirection=false) |
| Segments structures in images based on a user supplied edge potential map. More...
|
|