opencv22-直方图均衡化

#include<opencv2\highgui\highgui.hpp> #include<opencv2\opencv.hpp> #include<iostream> #include<math.h> using namespace std; using namespace cv; char *output_title = "output Image"; Mat src, dst; //霍夫圆
相关文章
相关标签/搜索