-
一个非常好的对BMP图像进行操作的程序框架
一个非常好的对BMP图像进行操作的程序框架-A very good image of BMP operation Framework
- 2022-08-22 22:24:10下载
- 积分:1
-
在VC中利用OpenGL进行三维绘图的实现
在VC中利用OpenGL进行三维绘图的实现-OpenGL
- 2023-07-27 14:45:03下载
- 积分:1
-
一个很不错的颜色向导
一个很不错的颜色向导-a very good color guide
- 2023-07-17 04:15:02下载
- 积分:1
-
PCB Quality Detection using machine vision method ,design and implication
使用机器视觉的方法实现对印刷电路板制造缺陷的检测,包括相关问题的讨论-PCB Quality Detection using machine vision method ,design and implication
- 2023-08-21 11:45:05下载
- 积分:1
-
AffineTransformation computes and applies the geometric affine transformation to...
AffineTransformation computes and applies the geometric affine transformation to a 2-D image.
The program main functions are:
- Load Image: Load the image to be transformed.
- Transform Image: Computes the transformation matrix from the transformation parameters specified by the user, then it applies the transformation to the loaded image.
- Save Image: Save the transformed image.
- Quit: Exit the program.
The transformation parameters are specified by the user by editing the
values of the rotation, scale (x and y), and shear (x and y). The
translation is not icluded because it can be easily (normalized or) removed from the image by
subtracting the shape cetroid.
The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox
functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
- 2022-01-30 20:17:04下载
- 积分:1
-
VC++读写DXF文件
VC++ read and write DXF files -VC++ Read and write DXF files
- 2022-10-14 01:20:03下载
- 积分: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
-
如何在Visual C++中实现Choen
如何在Visual C++中实现Choen-Sutherland线段裁剪算法,实现了基本交互-how to achieve Visual C Choen-Sutherland line cutting algorithm, to achieve the basic interactive
- 2022-03-02 22:11:46下载
- 积分:1
-
Convert RGB 24bit to YUV4:2:0
rgb(24)到yuv420的快速转换。在很多时候这种转换都是很需要的。-Convert RGB 24bit to YUV4:2:0
- 2022-06-29 19:36:23下载
- 积分:1
-
imitate the small windows drawing software
模仿windows画图的小软件-imitate the small windows drawing software
- 2022-06-22 05:07:18下载
- 积分:1