-
图像的平移,旋转
平移(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
-
用GDI函数抓屏
如果我们不太在意抓屏的效率,并且我们想要的只是一个屏幕快照的话,可以考虑使用GDI方式。这种抓屏机制是以“桌面也是一个...
用GDI函数抓屏
如果我们不太在意抓屏的效率,并且我们想要的只是一个屏幕快照的话,可以考虑使用GDI方式。这种抓屏机制是以“桌面也是一个窗口,桌面也有一个窗口句柄(HWND)”这个简单的常识为基础的,如果我们得到了桌面的设备上下文(DC),就可以利用blit(复制)它的内容到我们创建的DC中。我们可以用GetDeskWindow()得到桌面的窗口句柄,从句柄得到DC也是很容易的
-GDI function with screenshots screenshots if we do not care about efficiency, and we want only a snapshot of the screen, you can consider using GDI mode. This mechanism is based on the screenshots Desktop is also a window, the desktop also has a window handle (HWND) This simple knowledge-based, if we get the desktop device context (DC), can be used on the blit (copy) its contents that we created in DC. We can use GetDeskWindow () get desktop window handle from the handle to get DC is also very easy
- 2023-05-23 00:30:03下载
- 积分:1
-
图像的预处理,读入彩色图像将其灰度化matlab 代码
图像的预处理,读入彩色图像将其灰度化matlab 代码-matlab code
- 2022-05-25 15:33:47下载
- 积分:1
-
差值算法,并且介绍了拉格朗日插值多项式,抛物线插值多项式...
差值算法,并且介绍了拉格朗日插值多项式,抛物线插值多项式-Difference algorithm, and introduce a Lagrange interpolating polynomial, parabolic interpolation polynomial
- 2022-01-31 16:35:00下载
- 积分:1
-
一个用GDI+绘图的ActiveX控件,希望大家喜欢哦
一个用GDI+绘图的ActiveX控件,希望大家喜欢哦
- 2022-01-31 14:32:56下载
- 积分:1
-
This is what I recently wrote a dictionary code encoding and decoding algorithm...
这是我最近写的字典码的编码和解码算法,可以使用的-This is what I recently wrote a dictionary code encoding and decoding algorithm can be used
- 2022-03-26 17:15:14下载
- 积分:1
-
poser的人体模型
poser的人体模型-poser models of body
- 2022-01-30 19:44:39下载
- 积分:1
-
自己写的简易长方体房间 可以在里面漫游 行走 具有很好的参考价值...
自己写的简易长方体房间 可以在里面漫游 行走 具有很好的参考价值-Write your own simple rectangular room in which roaming has a very good reference value for walking
- 2022-01-29 03:34:08下载
- 积分:1
-
mandelbrot 图案生成程序
mandelbrot 图案生成程序-Mandelbrot pattern generation process
- 2022-08-18 00:48:29下载
- 积分:1
-
类似mschart的功能,完成柱状图象的生成,
类似mschart的功能,完成柱状图象的生成,-mschart similar function as a complete column generation,
- 2022-01-25 23:48:17下载
- 积分:1