Click or drag to resize

CvInvokeCanny Method

http://www.emgu.com
Overload List
  NameDescription
Public methodStatic memberCanny(IInputArray, IInputArray, IOutputArray, Double, Double, Boolean)
Finds the edges on the input dx, dy 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(IInputArray, IOutputArray, Double, Double, Int32, Boolean)
Finds the edges on the input 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