學習c++版opencv3.4之18-sobel算子

sobel算子得到的是圖像在x方向和y方向的梯度圖像。拉普拉斯算子得到二階梯度。 #include <opencv2/opencv.hpp> #include <iostream> #include <math.h> using namespace std; using namespace cv; int threshold_value = 100, threshold_max = 255;
相關文章
相關標籤/搜索