 |
OpenCV: Image Processing and Computer Vision Reference Manual
Canny Implements Canny algorithm for edge detection void cvCanny( const CvArr* image, CvArr* edges, double threshold1, double threshold2, int aperture_size=3 ); image Input image. edges Image to store the edges found by the function. threshold1 The ...
www.seas.upenn.edu |
 |