图像缩放c++程序

时间:2015-08-15 13:47:44
【文件属性】:

文件名称:图像缩放c++程序

文件大小:1.49MB

文件格式:RAR

更新时间:2015-08-15 13:47:44

c++ opencv 图像缩放

图像尺寸改变 #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 //需要调整图片后的尺寸高度


【文件预览】:
图像缩放
----图像缩放()
--------ReadMe.txt(1KB)
--------图像缩放.vcproj.GQOCWLUE9KU7L8H.Administrator.user(1KB)
--------图像缩放.cpp(2KB)
--------stdafx.h(233B)
--------Debug()
--------stdafx.cpp(213B)
--------图像缩放.vcproj(5KB)
--------targetver.h(498B)
----Debug()
--------图像缩放.ilk(412KB)
--------图像缩放.pdb(931KB)
--------图像缩放.exe(49KB)
----图像缩放.suo(9KB)
----图像缩放.ncb(2.5MB)
----图像缩放.sln(902B)

网友评论

  • 很有用,刚好解决我我的一个问题,包括尺度的改变以及名字、路径的改变,注释很详细。。