-
程序可以对任意大小的对bmp图片进行热议范围内的切割。
程序可以对任意大小的对bmp图片进行热议范围内的切割。-This cut you .bmp picture
- 2022-02-26 21:48:40下载
- 积分:1
-
视觉定位系统,对孔程序,应用在各大视觉定位系统;美国cognex公司的核心...
视觉定位系统,对孔程序,应用在各大视觉定位系统;美国cognex公司的核心-Visual positioning system, the procedures of the hole, applied in the major visual positioning system U.S. Cognex
- 2022-11-21 11:55:03下载
- 积分:1
-
人脸检测源码,有多种处理函数,已通过VS6.0
人脸检测源码,有多种处理函数,已通过VS6.0-Face detection source, has a wide range of treatment functions, has passed VS6.0
- 2022-06-13 16:19:53下载
- 积分:1
-
计算机图形学,利用中点算法,DDA算法,Bresenham算法…
计算机图形学,利用中点算法、DDA算法、Bresenham算法完成直线的生成。-Computer graphics, using the midpoint algorithm, DDA algorithm, Bresenham algorithm to complete the generation of a straight line.
- 2022-01-21 03:53:35下载
- 积分:1
-
三维造型及真实感显示 083903.rar
三维造型及真实感显示 083903.rar-3D modeling and 3D display 083903.rar
- 2022-01-26 04:49:21下载
- 积分:1
-
vc++边沿检测与提高.轮廓跟踪的图象算法,一个好的图象处理原代码...
vc++边沿检测与提高.轮廓跟踪的图象算法,一个好的图象处理原代码-vc edge detection and improve. Image contour tracking algorithm, a good source image processing
- 2022-03-11 14:28:42下载
- 积分:1
-
图像旋转,实现二维图像的旋转功能,从而为三维旋转奠定基础...
图像旋转,实现二维图像的旋转功能,从而为三维旋转奠定基础-Image rotation, the realization of two-dimensional image rotation function, so as to lay the foundation for three-dimensional rotation
- 2022-07-27 16:12:49下载
- 积分:1
-
vc graphics example, users can example, learning vc in the drawings, through lea...
vc++的绘图实例,用户可以通过实例,学习在vc++下的绘图,也通过学习而对vc++的使用有一定的了解。-vc graphics example, users can example, learning vc in the drawings, through learning and the use of vc a certain understanding.
- 2022-08-21 14:41:19下载
- 积分:1
-
Three
三维绿翡翠龙,这是一个关于绿翡翠龙的虚拟现实三维空间作品,VRML语言编写,值得学习与观赏-Three-dimensional Green Jade Dragon, which is a green jade dragon on virtual reality three-dimensional works, VRML language, it is worth learning and Watch
- 2023-02-03 05:45:04下载
- 积分: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