搜索资源列表
get_pixel.zip
- 得到24位位图的一个点的颜色值
可显示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
将24位位图转换8位位图
- 将24位位图转换成8位位图,效果很好,希望大家多多指教,也希望能给我提出更多的建议。-to 24 bitmap conversion into 8-bit maps, a good effect, and we hope the exhibitions, I can also hope that more proposals are forthcoming.
用动态规划思想压缩位图
- 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它能将内存中的位图文件信息,按照位图格式,写到位图文件中保存。
位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++
- 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp();
图象RGB提取
- 提起图片的RGB , 观察24位图象纹理特征
bmp_resolution
- 位图图像处理,能打开8位,24位位图,进行彩色转灰度,亮度,对比度调整,二值化操作!-resolution for bmp image handling.
32bit-to-24-bit
- 将色深为32位的位图转换成色深为24位的位图,有疑问联系我,314777324-convert 32 bit bitmap to 24 bit bitmap
get_pixel
- 得到24位位图的一个点的颜色值 -Getting the RGB value of a point in a 24-bit image
不用位图文件的电子钟表
- 能够很简明的显示时间 分12小时和24小时制度,用VC6.0编的!-is simple to display time in 12-hour and 24-hour system and using VC6.0 series!
Bitmap_Manipulation_Class
- 这是一个位图操作的类,不依赖于MFC,可以实现位图的旋转、镜像、透明、扭曲等等非常绚丽的特效,非常值得推荐。This a bitmap manipulation class that would not be MFC dependent, and would offer some extended features not present in the original MFC implementation. This class can load any 8, 16, 24 or 32bit
rotateBMP
- 在windows下用VisualC++实现24位位图的缩放及动态旋转-In windows using VisualC++ Achieve 24-bit bitmap scaling and dynamic rotation
HVSnapContinuous
- 演示利用回调方式,实现连续循环采集图像到内存,并转换成RGB 24位格式位图。-Demonstration of the use of callback methods achieve continuous cycle of collecting images into memory and converted into RGB 24-bit format bitmap.
bmp-24
- 读写bmp图像,进行读写操作;得到图像的位图信息;-read or write bmp pictures
CDIB
- 一个读写DIB的操作类,可以读256,24位,32位等多种格式的位图-DIB to read and write operation of a category, can be read 256,24 place a variety of formats, such as 32-bit bitmap
vert
- 基于VC++6.0环境下的24位位图转换为8位位图的源码-Based on VC++6.0 environment of the 24-bit bitmap is converted to 8-bit bitmap source
24
- 24位转单色位图模块 for E 语言-24 bit color
24bitTo16bit
- 实现24位位图到16位位图的转换,采用565格式压缩-24bit bitmap to 16bit bitmap,
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
bmp24to8
- 基于对话框显示的24位彩色位图转换为灰度图像程序-Based on the dialog box shows the 24-bit color bitmap converted to grayscale process