搜索资源列表
bmp-show
- 这是一个在对话框中显示图片的程序。可以显示24位或者是32位bmp格式的位图-This is a dialog box shown in the photo process. It shows 24 or 32 bmp format bitmaps
BMP to Code(5r6g5b)
- 我自己写的程序,将24位的BMP位图转成16位的(5r6g5b)格式的代码,用于弹片机编程-I wrote it myself procedures, 24 BMP bitmap conversion 16 (5r6g5b) format code for shrapnel Machine Programming
可显示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
位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++
- 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp();
HAAR.rar
- 共享HAAR小波实现图象的分解与重构的C程序. 功能: 就是 经典的digital image processing 中小波那章中haar小波,完成一幅图象的分解与重构, 图象要求是bmp, 24位或8位均可. 而且在分解的子图象中,拉一个矩形框可以实现上步的还原,做到局部放大的效果. 同时 还附带 空间域的 反色和直方图均衡化(灰度图)以及 位图的重载, 放大缩小等.,Sharing the HAAR Wavelet Image Decomposition and Reconstruction
PictureStreamLoader
- 对内存中图像数据流进行加载,返回DIB格式,支持的格式:BMP(1,8,256,24位),GIF,JPG-load picture from stream,return DIB data,support BMP(1,8,256,24bit),GIF,JPG
bmp_resolution
- 位图图像处理,能打开8位,24位位图,进行彩色转灰度,亮度,对比度调整,二值化操作!-resolution for bmp image handling.
ReadBitMap
- 改工具是一个bmp图片的浏览器。可以打开任意一种bmp格式的图片,如8,24位等等。-Change tools is a bmp picture browsers. Can open any of bmp format images, such as 8,24-bit and so on.
wangqifreev30_full
- 本系统采用ASP.NET内核制作,本系统最大的特点是 后台管理功能强大,网站运行速度快,支持静态输出,网站安全性极高,对搜索引擎的支持性好,24小时自动循环新闻采集,网站界面可任意定制各类精美页面.整套系统精雕细琢无一垃圾代码。 系统特点:静态页面对搜索引擎更友好,速度更快.而且更安全. 主要功能: ·集成讨论区,可作为留言版或简易论坛 ·首页、 分类、新闻、专题可生成静态页面 ·生成速度可在每分钟30页到2000页之间选择 ·首页静态文件自动定时生成
WritePic
- VC++程序编写的可将8位和24位 BMP格式图片进行转换-VC++ Procedures can be prepared by eight and 24-bit BMP format picture conversion
BasicDD_src
- 使用DirectDraw 方式显示BMP数据-Use DirectDraw display BMP data
bmp-24
- 英语学习,非常的好!!!!!!!快来下呀!机不可失!-very good !!!!!!!!!!!
bmp-24
- 读写bmp图像,进行读写操作;得到图像的位图信息;-read or write bmp pictures
rgb_to_gray
- this the code to convert 24 bit bmp images to 8bit grayscale image.-this is the code to convert 24 bit bmp images to 8bit grayscale image.
AviCreate
- 生成AVI文件的例子,可以选择一个目录,允许在同一文件内放一个wav声音文件,程序会将里面的所有bmp文件(要求是24位的)自动合成avi文件,wav文件会做为背景音乐。该例子虽不完善,但可以为avi的视频流及声音流的读写提供参考。-Examples of AVI file is generated, you can choose a directory that allows the same directory put a wav sound file, the program will b
BOOL
- bmp文件处理24位真彩色转换成黑白的,刚从网上看到的
Vista
- 位图分析转换软件 可以分析8,16,24,32位BMP图 输出可选16位,18位,24位RGB格式 同时支持串行下载-Bitmap analysis of 8,16,24,32-bit conversion software can map out the optional 16-bit BMP, 18 bit, 24-bit RGB format also supports serial download
bmp
- bmp图像顺时针旋转90度,24或32位真彩色bmp图像-bmp image rotated clockwise 90 degrees, 24 or 32-bit true color bmp image
bmp
- 将bmp文件变为24位灰度图,并将其显示出来-Bmp file into 24 grayscale
真彩色bmp灰度化
- 24位真彩色bmp图像转换为8位bmp图像(The type of bmp (24bit) translate to 8bit)