-
我的图像处理作业
我的图像处理作业-my image processing operations
- 2022-03-13 18:33:47下载
- 积分:1
-
本代码实现了BMP图像窗口变换、线性变换、灰度巴拉…
本代码实现了BMP图像窗口变换、线性变换、灰度均衡等操作操作-The code achieved a BMP image window transform, linear transformation, gray balance, etc. to operate the operation
- 2022-10-31 21:15:03下载
- 积分:1
-
这是一个用C++开发的图像处理组件的源代码。
这是一个用VC++开发的ASP图像处理组件源代码。-This a VC++ development of image processing components ASP source code.
- 2022-05-17 12:19:00下载
- 积分: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
-
老外写的90度旋转图片的源码
老外写的90度旋转图片的源码-foreigner to write a 90-degree rotation of the source images
- 2022-05-22 17:46:45下载
- 积分:1
-
针对可移动的选定窗口进行裁剪.主要功能市:1,实现裁减功能 2,实现裁剪功能 3...
针对可移动的选定窗口进行裁剪.主要功能市:1,实现裁减功能 2,实现裁剪功能 3-against mobile selected window cut. The main function of the city : one, two features to achieve reductions, cutting to achieve three functions
- 2022-05-20 04:46:41下载
- 积分:1
-
vc++获得指定点颜色
vc++获得指定点颜色-vc been designated color
- 2022-11-09 14:30:03下载
- 积分:1
-
achieve some common basic 3D graphics rendering, ray tracing and achieve
实现一些常见的基本三维图形的绘制,并且实现光线追踪-achieve some common basic 3D graphics rendering, ray tracing and achieve
- 2023-08-28 18:55:02下载
- 积分:1
-
点对点视频会议程序,Visual C++,其实算于GD图象和网络通信编程
点对点视频会议程序,Visual C++,其实算于GD图象和网络通信编程-Point-to-point video conferencing program, Visual C++, In fact, count on the GD images and Network Communication Programming
- 2023-07-29 20:40:04下载
- 积分:1
-
Or a graphics program source code, feel good at home, you can look down.
还是图形处理的程序源代码,感觉不错的家,可以下来看看。-Or a graphics program source code, feel good at home, you can look down.
- 2022-06-18 20:45:54下载
- 积分:1