-
consider mirror embedded functions, including access to the image attributes, sh...
内置虑镜功能,包括获取图像的属性,锐化,模糊,浮雕等功能.可以缩放,优化图片.打开图片带预览功能,使用了gdiplus,能处理gif,bmp,jpg,png图片,处理速度也不错-consider mirror embedded functions, including access to the image attributes, sharpening, blurring, relief and other functions. Can zoom, photo optimization. Photo opened with preview function, use the gdiplus to handle gif, bmp, jpg, png images, processing speed is not bad
- 2022-05-26 07:23:25下载
- 积分:1
-
Visual C# 2005 编写的很精致实用的电子钟
Visual C# 2005 编写的很精致实用的电子钟-Visual C# 2005 was exquisitely prepared by the practical electronic bell
- 2022-05-15 23:40:43下载
- 积分:1
-
spline drawing programm
Please read your package and describe it at least 40 b...
spline drawing programm
Please read your package and describe it at least 40 bytes in English.-spline drawing programm
Please read your package and describe it at least 40 bytes in English.
- 2022-02-14 12:19:36下载
- 积分:1
-
VC环境下的中点画圆算法
VC环境下的中点画圆算法-VC environment of the mid-point Circle Algorithm
- 2023-04-29 17:35:04下载
- 积分:1
-
用牛顿插值法绘制曲线,同时涉及vb与excel的连接!
用牛顿插值法绘制曲线,同时涉及vb与excel的连接!-with Newton drawing curve interpolation, and excel involved vb link!
- 2022-05-29 19:29:51下载
- 积分:1
-
passed the test procedures to deal with all the images
刚才传的所有程序试验处理的图像-passed the test procedures to deal with all the images
- 2022-08-03 08:12:21下载
- 积分:1
-
document in the running VC6.0 environment compiler, is a stand
该运行文件在VC6.0环境下编译通过,是一个 stand-alone 运行程序,不需要OPENCV的DLL库支持。在运行之前,请先连接好USB接口的摄像头。然后可以用鼠标选定欲跟踪目标。-document in the running VC6.0 environment compiler, is a stand-alone operating procedures, no OPENCV DLL library support. Before the operation, please connect better USB camera. The mouse can then be selected using wishing to track the target.
- 2023-04-24 19:55:02下载
- 积分:1
-
简单的用Mfc及opengl编写的能够适当交互的点线,多边形的画法...
简单的用Mfc及opengl编写的能够适当交互的点线,多边形的画法-Simple to use Mfc and interactive opengl properly prepared point line, polygon drawing method of
- 2022-10-19 15:50:03下载
- 积分:1
-
图像编码
图像编码-Image Coding
- 2022-01-22 16:53:57下载
- 积分:1
-
图像的平移,旋转
平移(translation)变换是几何变换中最简单的一种。初始坐标为(x0,y0)的点经过平移(tx,ty)(以向
右,向下为正方向)后,坐标变为(x1,y1)。这两点之间的关系是x1=x0+tx ,y1=y0+ty。
下面给出 Translation 的源代码。算法的思想是先将所有区域填成白色,然后找平移后显示
区域的左上角点(x0,y0) 和右下角点(x1,y1) ,分几种情况进行处理。
- 2022-03-16 08:40:04下载
- 积分:1