搜索资源列表
24to8
- 图象处理程序, 能把16位或24位等图象转化为8位(256色)图象,并保存到指定地址-Programs for image processing,can convert 16-bit or 24-bit images to 8-bit ones,and save them in the specific address.
24bitto8bit
- windows下24位色高质量转8位色代码-windows color under 24 to eight high-quality color code
Convert24To8
- 将24位彩色图像转化为8位灰度图像。内部创建了一个调色板。-to 24 color images into gray-scale images 8. Internal created a palette.
MUTI_DisplayBMP
- 该程序可以实现多窗口显示图片,并且可以把24位彩色图片转变成8位灰度图片!
Bmp24To16
- 为图转化,本文中实现将24位图转化为8位图的功能。-To map the transformation of the realization of this article will be 24-bit map into the function of Figure 8.
vert
- 24位位图转换为8位位图的VC++6.0环境下的源码-24-bit bitmap is converted to 8-bit bitmaps VC++6.0 environment of the source
colortogray
- 将24位彩色图像转化为8位的灰度图像,C语言实现。-The 24-bit color images into 8-bit grayscale image, C language.
bmpConvert
- 完成彩色BMP图像8位或者24位输入,转成灰度图,并可以再转成彩色BMP图输出-Complete 8-bit color BMP images or 24-bit input, conversion to grayscale, and color BMP plan may be carried forward into the output
TreeView
- 基于对话框的位图变换,包括二值化,旋转,bmp转jpg,24位转8位-based on dialog of MFC,binarize and rotate and bmp to jpg and bitcount 24 to 8
24bitTo8bit
- 24位图像转化为8位图像,使用查找表来实现此功能-24-bit images into 8-bit image, use the lookup table to implement this feature
TrueColorTO8Bit
- 将24位真彩色图转化为8位256色彩色图,以及二值化处理(注:处理的真彩色图为BMP格式)-The 24-bit true color image into 8-bit 256-color-color diagrams, and binary processing (Note: The picture shows the true color processing BMP format)
BMPViewer222
- 24位BMP图象的读入与显示 BMP图象的读取 使用C语言对BMP图象进行读取和显示 将BMP图象内容写入到AVI文件中去 简单的可操作8位和24位bmp位图的图像类 图象处理程序, 能把16位或24位等图象转化为8位 bmp图象处理类,实现了bmp图象的读写操作-24 BMP images read into and display
gray
- 图像灰度化的可运行的程序。能够实现24位彩色图像转化为8位灰度图像。-The image gray running program. Able to achieve 24-bit color images into 8-bit grayscale images.
24bit8
- 基于VC++的BMP图像——24位转8位-Turn based BMP images in VC++- 24 8
bmp2bmp24
- 数字图像处理,Linux环境编程,bmp格式24位图转8位图-Turn 24 bitmap BMP format to 8 bitmap figure
test_image
- 对BMP图像的基础处理,包括24位转8位灰度,图像打开存储,图像移动、渐显、收缩、扩张等基础特效显示源码-BMP images on the basis of processing, including 24 transfer 8-bit grayscale image to open storage, moving images, fade, shrink, expansion and other basic effects show source
ImageProcess---
- VC6.0 不使用CDIB类打开图像保存图像。并对24位转8位,大津阈值二值化处理,伪彩图-Core is good
C语言现实的图像处理(包含快速傅里叶变换)
- 这代码功能有:读入和保存文件头、读入和保存信息头、读入和保存像素数据、读入和保存位图、24位的位图转化为8位位图、8位位图转换为24位位图、图像的二值化、8位位图的Sobel边缘检测、8位位图的Laplace锐化、8位位图的中值滤波、分离与合并RGB矩阵、直方图均衡化 main.c是main函数的所在;BMP.h是对位图文件头和信息头,以及调色板等的类型的声明;function.h主要完成对位图的读写操作;algorithm.h主要完成对位图进行相关的算法的处理。