Overload List
Name | Description | |
---|---|---|
Canny(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.
| |
Canny(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.
|
See Also