-
图象分割,包括并行边界分割,串行边界分割,并行区域分割,串行区域分割...
图象分割,包括并行边界分割,串行边界分割,并行区域分割,串行区域分割-Image segmentation, including the parallel partition boundaries, partition borders serial, parallel region segmentation, region segmentation serial
- 2022-06-26 01:56:08下载
- 积分:1
-
命令的直方图校正和颜色转换过程
直方图修正和彩色变换
命令行编译过程如下
vcvars32
rc bmp.rc
cl colorope.c bmp.res user32.lib gdi32.lib-Histogram correction and color transformation process of the command-line compiler is as follows vcvars32rc bmp.rccl colorope.c bmp.res user32.lib gdi32.lib
- 2023-05-24 14:10:03下载
- 积分:1
-
c#的截屏程序,调用api实现,在codeproject有详细介绍
c#的截屏程序,调用api实现,在codeproject有详细介绍-the cut screen procedures, called api realized, in a detailed briefing codeproject
- 2022-01-24 08:58:41下载
- 积分:1
-
这是一个很好的图像处理类的介绍!通用性很强,有代码!
这是一个很好的图像处理类的介绍!通用性很强,有代码!-This is a very good introduction for Image Process Classes,and have code for them.
- 2022-10-01 18:00:03下载
- 积分:1
-
用小飞机游戏,GDI编写,功能良好
Use a small airplane game that the GDI write, the function is well-found, there is collision, there is integral calculus, there is blood and have artificial intelligence
- 2022-03-23 04:26:56下载
- 积分:1
-
This is a VC project.It has some functions of Image Process,such as Image Rotati...
VC例程:VC编写的图像处理有关子函数-图像旋转-This is a VC project.It has some functions of Image Process,such as Image Rotation.
- 2022-07-21 18:40:44下载
- 积分:1
-
介绍 D3D坐标变换, 纹理映射,Dshow 播放音乐 ,线程创建等基础知识.对初学D3D的朋友非常有帮助....
介绍 D3D坐标变换, 纹理映射,Dshow 播放音乐 ,线程创建等基础知识.对初学D3D的朋友非常有帮助. -D3D introduced coordinate transformation, texture mapping, Dshow music, the basic knowledge, such as thread creation. For beginner friends D3D very helpful.
- 2023-02-15 05:20:04下载
- 积分:1
-
with MFC write simple two
用MFC写的简易2维CAD,能实现图形的复制,旋转,镜像,缩放,移动等功能.-with MFC write simple two-dimensional CAD, graphics can achieve replication, rotation, mirroring, zooming, mobile capabilities.
- 2022-11-11 05:45:03下载
- 积分: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
-
在VB中利用API实现动态画图,包括正弦,余弦,正切,余切等,也可以通过修改代码自定义函数....
在VB中利用API实现动态画图,包括正弦,余弦,正切,余切等,也可以通过修改代码自定义函数.-use in VB API Dynamic drawing, including sine, cosine, tangent, Cotangent, can also modify the code-defined functions.
- 2022-02-02 00:00:21下载
- 积分:1