Opencv2.4學習::邊緣檢測(4)Roberts算子

邊緣檢測 1、Sobel 2、Laplace 3、Roberts 4、Canny Roberts 就是以對角線作爲差分的方向來檢測  實現代碼: #include<opencv2/core/core.hpp> #include<opencv2/imgproc/imgproc.hpp> #include<opencv2/highgui/highgui.hpp> #include<iostream>
相關文章
相關標籤/搜索