原創的一套基於opencv的圖片增強代碼

增強方式有四種,包括了直方圖均衡化、拉普拉斯、Log、Gamma,下面上帶註釋的代碼 #include <opencv2/opencv.hpp> #include <iostream> #include <fstream> #include <string> using namespace std; using namespace cv; int main(){ Mat image;
相關文章
相關標籤/搜索