资源介绍
图像尺寸改变
#include "stdafx.h"//这句头文件一定要放在最上面,否则很容易报错
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/highgui/highgui.hpp"
#include
#include
using namespace cv;
using namespace std;
#define DST_IMG_WIDTH 20 //需要调整图片后的尺寸宽度
#define SRC_IMG_HEIGH 20 //需要调整图片后的尺寸高度
- 上一篇: 图像缩放(c++)
- 下一篇: C# WPF halcon12 图片随鼠标滚动缩放例程