Opencv-002 canny算子的理解

Opencv002-canny算子的理解 函數功能:採用Canny方法對圖像進行邊緣檢測 函數原型: void cvCanny(   const CvArr* image,   CvArr* edges,   double threshold1,double threshold2,   int aperture_size=3 ); 函數說明: 第一個參數表示輸入圖像,必須爲單通道灰度圖。 第二個參
相關文章
相關標籤/搜索