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>
相关文章
相关标签/搜索