搜索资源列表
读取bmp
- BMP图像文件格式是微软公司为其Windows环境设置的标准图像格式,而且 Windows系统软件中还同时内含了一系列支持BMP图像处理的API函数,随着Windows 在世界范围内的不断普及,BMP文件格式无疑也已经成为PC机上的流行图像文件格 式。它的主要特点可以概括为:文件结构与PCX文件格式类似,每个文件只能存放一幅图像;图像数据是否采用压缩方式存放,取决于文件的大小与格式,即压缩处理成为图 像文件的一个选项,用户可以根据需要进行选择。
PsFilters
- 这是photoshop中置换滤镜的模拟代码,在photoshop中的置换图是psd文件,但这里是哟使用的是bmp图片。另外,包含了一个简单的图像反相功能,该功能是使用了指针,直接对图像数据的内存操作。-which is the replacement filter simulation code, photoshop in the replacement plan is psd file, but here is the use of yo bmp picture. Also, include
imagecodingexample
- 处理图像lena.bmp,并画出各图像的灰度层次的分布图,并对256位和16位信源数据进行霍夫曼编码-lena.bmp image processing and paint images of the gray level of distribution map as well as 256-bit and 16-bit data source coding Hoffman
bmp1111
- 导出bmp 根据文档数据导出坐标曲线,保存成bmp文件-derived bmp files under the curve data derived coordinates preserve documents into bmp
可显示8位和24位bmp图像的CImage类
- //简单的可操作8位和24位bmp位图的图像类。 //特点: //1、显示速度快。(我用这个类显示图像序列,比VC++内幕的CDIB类快很多。) //2、重载=操作符。 //3、通过函数操作可以得到图像数据。 //局限: //只能显示8位和24位bmp位图-/ / simple operational 8 and 24 bmp bitmap image category. / / Characteristics : / / 1, showed faster. (I use this image
bayer2bmpyuv
- bayer格式数据转换为bmp和yuv的图片,
bmp
- 将bmp文件头和文件尾去掉,把bmp文件中的数据保存在*.dat文件中
BMP转TIFF源码
- 将bmp图像数据取出重新封装成tiff格式,vc++
1231123
- 从BMP图像文件数据流中生成IPLIMAGE对象 从IPLIMAGE对象中生成BMP的图像文件流-BMP image files from the data stream generated IPLIMAGE object IPLIMAGE object generated from the BMP image file stream
bmp
- 将bmp文件解析,去掉头文件后,将数据提取出来-Bmp file will resolve to turn the file, extract the data
BMP
- VC++通过创建一个链表,循环读取BMP文件数据,再显示在界面上。-VC++ Load BMP image by creating a list
BMP
- 使用MFC读写BMP文件,对了解位图的数据格式很有帮助。-Read and write BMP files using MFC, for understanding the data format bitmap helpful.
PictureStreamLoader
- 对内存中图像数据流进行加载,返回DIB格式,支持的格式:BMP(1,8,256,24位),GIF,JPG-load picture from stream,return DIB data,support BMP(1,8,256,24bit),GIF,JPG
BasicDD_src
- 使用DirectDraw 方式显示BMP数据-Use DirectDraw display BMP data
HideFile
- windows 下用BMP图片来加密数据-windows using BMP picture to encrypt data
SavePicDataToBMP
- 一个将图像数据保存为BMP文件的实例,一篇论文-describe how to save picture data to bmp file
bmp-features-extraction
- BMP图片数据结构信息,关键特征的提取代码-BMP image data structure information, the key feature extraction code
bmp
- 本程序主要通过读灰度8位图片,将其DATA数据域输出成为XML文件-The program primarily through reading 8-bit grayscale image, to output as XML data field DATA file
bmp
- 根据位图文件格式,将一个函数的图像先存放在内存矩阵中,然后将矩阵数据保存到bmp文件中,从而生成相应函数的bmp图像。-According to a bitmap file format, will be a function of the image stored in the memory matrix, the matrix data is then saved to a bmp file Function to generate the corresponding bmp image
capture-screen_and-save-as-bmp
- 用c++编写的抓屏程序;可以将抓到的屏幕数据保存为bmp位图-Written in c++ with a screen capture program screen can be captured data is saved as bmp bitmap