-
一些视频处理工具,可以进行视频的相关处理操作
一些视频处理工具,可以进行视频的相关处理操作-some video processing tools for video-related handling operations
- 2022-07-25 17:11:22下载
- 积分:1
-
white balance
利用三基色原理正确地调整摄像机的白平衡,是逼真还原彩色画面的关键 并根据三基色原理
给出了几种实现理想彩色画面的方法...
white balance
利用三基色原理正确地调整摄像机的白平衡,是逼真还原彩色画面的关键 并根据三基色原理
给出了几种实现理想彩色画面的方法-trichromatic white balance using the principle of the right to adjust the camera" s white balance is the real key to restore the color screen and in accordance with the principle of trichromatic given to achieve the desired color pictures of several methods
- 2022-06-27 16:17:13下载
- 积分:1
-
数字图像采集,处理与应用。数字图像模式…
VC++数字图象获取,处理及实践应用.数字图像模式识别技术及工程实践上的关于图像的纹理相关、局部平稳性、惯性矩等的计算源代码和程序。.. -VC digital image acquisition, processing and application. Digital image pattern recognition technology and engineering practice on the texture relevant, local smooth, and the moment of inertia calculations source code and procedures. ..
- 2022-06-28 07:05:58下载
- 积分:1
-
为 Win32 SDK 编程初学者准备,用GDI API
为 Win32 SDK 编程初学者准备,用GDI API-Win32 SDK programming for beginners ready, use GDI API
- 2022-07-25 05:50:27下载
- 积分:1
-
是一个获得图象高度及宽度的源代码,对需要做图象处理的朋友是有很好的参考价值的....
是一个获得图象高度及宽度的源代码,对需要做图象处理的朋友是有很好的参考价值的.-Is an access to the image height and width of the source code, on the need to do image processing has a very good friend is a reference value.
- 2022-02-14 16:27:18下载
- 积分:1
-
用VB实现方框图,饼图等的制作,在数据分析中用途很广
用VB实现方框图,饼图等的制作,在数据分析中用途很广-VB diagram, the production pie in the data analysis uses a wide
- 2023-04-08 00:10:03下载
- 积分:1
-
一个用的风险投资+ +。简单标测系统的网络开发
一个用VC++.NET开发的简易的绘图系统-A used VC++. NET development of simple mapping system
- 2022-03-31 18:21:54下载
- 积分:1
-
水晶连连看的游戏,你一定不陌生吗?可是你想过自己来编出这个游戏吗?如果你没有,那你就要看看这个源代码了,本源代码,完全实现了水晶连连看,就是水晶连连看的源代码!...
水晶连连看的游戏,你一定不陌生吗?可是你想过自己来编出这个游戏吗?如果你没有,那你就要看看这个源代码了,本源代码,完全实现了水晶连连看,就是水晶连连看的源代码!在一定程度上比水晶连连看原版还好!-Crystal Lianliankan game, you certainly no stranger to it? But you thought of themselves made out of the game? If you do not, you will have to see the source code, and source code, the full realization of the crystal Lianliankan is Crystal Lianliankan source code! to some extent better than the original crystal Lianliankan!
- 2022-09-18 20:50:03下载
- 积分:1
-
Using least
最小二乘法拟合圆-Using least-sqares algorihtm fitting circle
- 2022-02-10 02:26: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