图像缩放c++程序
图像尺寸改变#include"stdafx.h"//这句头文件一定要放在最上面,否则很容易报错#include"opencv2/imgproc/imgproc.hpp"#include"opencv2/highgui/highgui.hpp"#include#includeusingnamespacecv;usingnamespacestd;#defineDST_IMG_WIDTH20//需要调整图片后的尺寸宽度#defineSRC_IMG_HEIGH20//需要
下载地址
用户评论