搜索资源列表
24rgbtogray
- Visual C++ 数字图像处理一书的源代码,在此基础上,添加了24位真彩图-〉8位256色灰度图的程序。经-Visual C Digital Image Processing a book of source code, on this basis, Add a 24-color pictures - "eight 256-color gray-scale map process. After
可显示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
VB_bit24to256
- VB 抖动算法演示. 24位256色,64色,8色..显示 VB 抖动算法演示. 24位256色,64色,8色..显示 VB 抖动算法演示. 24位256色,64色,8色..显示
bmp24TO8
- 一个24位的bmp 图转换成8位 bmp24byteto8byte
bmpwr
- 在控制台下写的BMP图像的存储,可以复制存储24位,8位、4位和1位的位图
WannaPlayDIB实用图形库源代码
- WannaPlayDIB实用图形库 Bitmap包装器实现 Bitmap文件存取类:支持8位调色板位图和24位真彩位图的载入,以及24位真彩位图保存-WannaPlayDIB practical packaging Bitmap graphics library for achieving Bitmap file access : 8 palette support bitmap and 24-bit color bitmap included, and 24-bit color bitmap
将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.
位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++
- 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp();
图像处理中色彩转换
- 图像处理中读入图片保存图片的封装函数 以及灰度处理 边缘提取 可以处理1 24 8 16 24位位图 还可以获取颜色进行指定颜色转换-image process with vc++
covert
- 在MFC中打开一幅BMP图像,24位,32位均可,也可以使24位图像转化为8位灰度BMP。-In MFC BMP image to open a 24-bit, 32-bit can also make 24-bit images into 8-bit grayscale BMP.
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.
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
WritePic
- VC++程序编写的可将8位和24位 BMP格式图片进行转换-VC++ Procedures can be prepared by eight and 24-bit BMP format picture conversion
Readanddisplaybitmap
- 读取并显示位图,包括8位16位很24位真彩色等-Read and display bitmap
image
- MFC实现对图像的基本处理,包括图像分割,边缘提取等功能,主要实现对 8位或者24位图的操作。-MFC to achieve the basic image processing, including image segmentation, edge detection and other functions, mainly to achieve 8-bit or 24-bit map operation.
digitalsource
- 信源长度为32位,发出信号前8位为群同步码,后24位为数字信源;信源速率为256bit/s。采用模块化设计方法进行系统设计-Source length of 32, a signal for the group before the 8-bit synchronous code, after the 24-bit digital source source rate of 256bit/s. Modular design approach to system design
DIBImage
- 本MFC++代码是基于对话框的对8位和24位位图文件的读写-The operation with the 8 bits and 24 bits bmp
Convert24bits(truecolor)to8bits(grayscale)
- 将24位真彩图转换为8位灰度图的算法之一-A algorithm used for converting true color figure of 24 bits to gray scale figure of 8 bits.