CvCanny Method OpenCvSharp Class Library
Overload List

  NameDescription
Public methodStatic memberCanny(CvArr, 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 methodStatic memberCanny(CvArr, 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