OpenCV學習筆記-Canny算子

Canny算子格式如下: Canny 採用 Canny 算法做邊緣檢測 void cvCanny( const CvArr* image, CvArr* edges, double threshold1, double threshold2, int aperture_size=3 ); image 單通道輸入圖像. edges 單通道存儲邊緣的輸出圖像 thresh
相關文章
相關標籤/搜索