学习c++版opencv3.4之20-canny边缘检测

Canny边缘检测。 #include <opencv2/opencv.hpp> #include <iostream> #include <math.h> using namespace std; using namespace cv; int threshold_value = 100, threshold_max = 255; int threshold_type = 0, thresh
相关文章
相关标签/搜索