OpenCV基础课程笔记24直方图均衡化
代码#include<iostream>#include<opencv2/opencv.hpp>#include<cmath>using namespace std;using namespace cv;int main() { Mat src = imread("A:\\专用\\TestForTheCV\\代替女友出境.jpg"); Mat dst,gray_src; imshow(&quo