opencv13-基本阈值操作

  #include<opencv2\opencv.hpp> #include<opencv2\highgui\highgui.hpp> #include<iostream> #include<math.h> using namespace std; using namespace cv; Mat src, gray_dst,dst; int threshold_value = 127; int
相关文章
相关标签/搜索