-
一个cg小例子,从这个例子中,你可以清楚地了解到cg的工作流程...
一个cg小例子,从这个例子中,你可以清楚地了解到cg的工作流程-an example of cg,
- 2022-02-16 07:00:30下载
- 积分:1
-
GDI+图形文字处理编程,如何制作TIFF多帧图像,可以扩展
GDI+图形文字处理编程,如何制作TIFF多帧图像,可以扩展-How do I create a multi-frame TIFF images
- 2022-04-11 11:51:23下载
- 积分:1
-
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对...
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对于位图,要想在vc中实现读取和存储,先必须了解BMP的文件格式。
BMP文件大体上分成四个部分:位图文件头,位图信息头,调色板,实际的位图数据。
位图文件头BITMAPFILEHEADER是一个结构,它的定义如下:
typedef struct tagBITMAPFILEHEADER{
WORD bfType
DWORD bfSize
WORD bfReserved1
WORD bfReserved2
DWORD bfOffBits
}BITMAPFILEHEADER实现-Bitmaps in vc access because of the projects where I am responsible for the module is concerned with reading and writing bitmap and storage, so read some information, and the success achieved in vc feature required to write This study reports. For bitmap, in order to achieve in the vc read and stored, first must understand the BMP file format. BMP files generally divided into four parts: the first bitmap file, BITMAPINFOHEADER, palette, the actual bitmap data. BITMAPFILEHEADER bitmap file header is a structure, it is defined as follows: typedef struct tagBITMAPFILEHEADER (WORD bfType DWORD bfSize WORD bfReserved1 WORD bfReserved2 DWORD b
- 2022-09-19 08:45:03下载
- 积分:1
-
用VC++和OpenCV库编写的选择打开图象和视频的小程序,需要安装OpenCV库并且正确配置才能使用....
用VC++和OpenCV库编写的选择打开图象和视频的小程序,需要安装OpenCV库并且正确配置才能使用.
- 2022-05-15 13:16:45下载
- 积分:1
-
可以抓取当前屏幕,完成按下键盘的“PringScreenSysRq“键的功能。不同的是,这个程序还可以在抓取框中滚动抓取来的屏幕,可将其直接保存为BMP位图文件...
可以抓取当前屏幕,完成按下键盘的“PringScreenSysRq“键的功能。不同的是,这个程序还可以在抓取框中滚动抓取来的屏幕,可将其直接保存为BMP位图文件。-You can grab the current screen, press the keyboard to complete the "PringScreenSysRq" button function. The difference is that this program can also grab the box to scroll the screen grab can be directly saved as a BMP bitmap file.
- 2022-01-22 15:03:34下载
- 积分:1
-
MSC或BC开发的SVGA图形开发库(允许使用300x200,640x480,80x600,1024x768等多种模式...
MSC或BC开发的SVGA图形开发库(允许使用300x200,640x480,80x600,1024x768等多种模式-MSC or the development of the SVGA graphics development library (allowing the use of 300x200, 640x480, 80x600, and other 1024 models
- 2022-01-26 01:19:52下载
- 积分:1
-
procedures in the BMP handling basic bitmap, on the basis of the mouse movement,...
该程序在BMP位图基本处理的基础上,通过鼠标移动,制作了颜色变换的五星动画-procedures in the BMP handling basic bitmap, on the basis of the mouse movement, produced a five-star transform color animation
- 2022-01-26 05:30:44下载
- 积分:1
-
进行人脸检测的代码,主要可以实现人脸特征及肤色检测
进行人脸检测的代码,主要可以实现人脸特征及肤色检测-for face detection code can be achieved major facial features and skin detection
- 2022-04-27 05:46:33下载
- 积分:1
-
based VC SOBEL and Kirsch edge detection operator, which could be added to the r...
基于VC的SOBEL和Kirsch边缘检测算子的实现,可自行添加相关算子。-based VC SOBEL and Kirsch edge detection operator, which could be added to the relevant operator.
- 2022-03-25 23:34:40下载
- 积分:1
-
The bouncing ball ~
在VC++环境下,利用OpenGL编写的小球的弹跳~-The bouncing ball ~
- 2022-05-31 13:20:06下载
- 积分:1