推荐
专栏
教程
课程
飞鹅
本次共找到2条
iplimage
相关的信息
Wesley13
•
3年前
OpenCV图像亮度、对比度调节
include "cv.h" include "highgui.h" include <stdio.h int ImageAdjust(IplImage src,IplImage dst, double
Stella981
•
3年前
OpenCV实现图像的旋转
include "cv.h"include "highgui.h"include "math.h"// clockwise 为true则顺时针旋转,否则为逆时针旋转IplImage rotateImage(IplImage src, int angle, boo
1