Method SetEdgeFeatureCannyParameters
- Namespace
- OpenCvSharp.Segmentation
- Assembly
- OpenCvSharp.dll
SetEdgeFeatureCannyParameters(double, double, int, bool)
Switch edge feature extractor to use Canny edge detector Note: "Laplacian Zero-Crossing" feature extractor is used by default (following to original article)
public IntelligentScissorsMB SetEdgeFeatureCannyParameters(double threshold1, double threshold2, int apertureSize = 3, bool l2gradient = false)