Cv2Canny Method |
Namespace: OpenCvSharp
public static void Canny( InputArray src, OutputArray edges, double threshold1, double threshold2, int apertureSize = 3, bool L2gradient = false )
Public Shared Sub Canny ( src As InputArray, edges As OutputArray, threshold1 As Double, threshold2 As Double, Optional apertureSize As Integer = 3, Optional L2gradient As Boolean = false )
public: static void Canny( InputArray^ src, OutputArray^ edges, double threshold1, double threshold2, int apertureSize = 3, bool L2gradient = false )
static member Canny : src : InputArray * edges : OutputArray * threshold1 : float * threshold2 : float * ?apertureSize : int * ?L2gradient : bool (* Defaults: let _apertureSize = defaultArg apertureSize 3 let _L2gradient = defaultArg L2gradient false *) -> unit
OpenCvSharp.Cv2.Canny = function(src, edges, threshold1, threshold2, apertureSize, L2gradient);