[OpenCV] 图像亮度和对比度调整

对比度调整的原理参考这篇博客html 如下是代码实现:ios #include <iostream> #include "opencv2/core.hpp" #include "opencv2/imgproc.hpp" #include "opencv2/highgui.hpp" using namespace std; using namespace cv; #define CLIP_RAN
相关文章
相关标签/搜索