CvArrCanny Method OpenCvSharp Class Library
Overload List

  NameDescription
Public methodCanny(CvArr, Double, Double)
Finds the edges on the input image image and marks them in the output image edges using the Canny algorithm. The smallest of threshold1 and threshold2 is used for edge linking, the largest - to find initial segments of strong edges.
Public methodCanny(CvArr, Double, Double, ApertureSize)
Finds the edges on the input image image and marks them in the output image edges using the Canny algorithm. The smallest of threshold1 and threshold2 is used for edge linking, the largest - to find initial segments of strong edges.
Top
See Also

Reference