基本阈值的操作

#include<iostream> #include<opencv2\opencv.hpp> #include<math.h> using namespace std; using namespace cv; int threshold_value = 127;  //阈值的初始值 int thresholg_max = 255;    //阈值的最大值 int type_value = 2;
相关文章
相关标签/搜索