-
可以对图像进行合成操作 如差影法的加运算 减运算 并可以进行逻辑运算 文件中已经有了测试图片 方便直接使用...
可以对图像进行合成操作 如差影法的加运算 减运算 并可以进行逻辑运算 文件中已经有了测试图片 方便直接使用-Images can be synthesized operations, such as poor law-add video subtraction and logic operations can test the image file already have convenient and direct the use of
- 2022-04-12 09:02:26下载
- 积分:1
-
VS2005 out of the windows to do under the Paint program, you can set a variety o...
VS2005 下做出来的windows画图程序,可以设置多种画笔,画出多种图形,支持文件的缩放,保存和读取-VS2005 out of the windows to do under the Paint program, you can set a variety of brushes, draw a variety of graphics, support files, zoom, save and read
- 2022-02-15 04:27:53下载
- 积分:1
-
可以实现的热区,好玩
可以实现的热区,好玩-heat can be achieved, fun
- 2022-03-21 00:07:27下载
- 积分:1
-
This code implements edge detection
This code implements edge detection
- 2022-11-16 10:50:03下载
- 积分:1
-
linux下的3D开发库的源代码
linux下的3D开发库的源代码-development of 3D library source code
- 2022-01-24 14:10:57下载
- 积分:1
-
用递归的方法进行连通域的标记,算出面积并且去除小面积的连通域,对于去噪很有效!...
用递归的方法进行连通域的标记,算出面积并且去除小面积的连通域,对于去噪很有效!-Using recursive methods of tags connected domain, calculate the area and remove a small area connected domain for denoising very effective!
- 2022-01-24 13:47:28下载
- 积分:1
-
自己写的用DeCasteljau算法实现的Bezier曲面。
自己写的用DeCasteljau算法实现的Bezier曲面。-Using the Decastljau arithmetic to realize the Bezier surface
- 2022-07-11 19:51:16下载
- 积分:1
-
1。鼠标交互绘制Bezier曲线2。贝塞尔三C0 C1、C2为曲线…
1.鼠标交互式绘制三次bezier曲线
2.Bezier曲线的C0,C1,C2连续拼接,
3.交互式操作(绘制好后可以鼠标拖动控制点,bezier曲线实时更新)-1. Mouse interactive rendering Bezier curves 2.Bezier three curves C0, C1, C2 for splicing, 3. Interactive operations (drawing good can drag the control point the mouse, bezier curves of real-time updates)
- 2022-03-12 20:12:16下载
- 积分:1
-
himself in a multi
自己写的一个多功能图象编辑器,包含简单的动画制作 播放-himself in a multi-purpose image editor, include simple animation player
- 2022-04-22 12:29:24下载
- 积分: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