- // 缩小图像.cpp : Defines the entry point for the console application.
- //
- #include "stdafx.h"
- #include <cv.h>
- #include <highgui.h>
- const double scale = 0.5;
- IplImage* ResizeImage(IplImage *src)
- {
opencv--用鼠标动态改变显示图像窗口大小
最新推荐文章于 2023-01-20 09:49:26 发布