OpenCV: Image Processing and Computer Vision Reference Manual

OpenCV: Image Processing and Computer Vision Reference Manual

瀏覽:1295
日期:2025-04-11
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 ......看更多