基本閾值的操作

#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;
相關文章
相關標籤/搜索