Wesley13 Wesley13
3年前
OpenCV图像亮度、对比度调节
include "cv.h"    include "highgui.h"    include <stdio.h    int ImageAdjust(IplImage src,IplImage dst,                    double 
Stella981 Stella981
3年前
OpenCV实现图像的旋转
include "cv.h"include "highgui.h"include "math.h"// clockwise 为true则顺时针旋转,否则为逆时针旋转IplImage rotateImage(IplImage src, int angle, boo