原创的一套基于opencv的图片增强代码

增强方式有四种,包括了直方图均衡化、拉普拉斯、Log、Gamma,下面上带注释的代码 #include <opencv2/opencv.hpp> #include <iostream> #include <fstream> #include <string> using namespace std; using namespace cv; int main(){ Mat image;
相关文章
相关标签/搜索