搜索资源列表
显示BMP图象的程序
- 640*480 256 色 .BMP 文件显示程序,可以浏览、同时显示 4 幅图象,也可以 在屏幕上开一个窗口显示 .BMP 图象,并可以使用上下左右箭头键、PageUp/PageDown、Ctrl+Left、Ctrl+Right键浏览整幅图象,在S3、ATI等VGA卡上 调试通过 -640 * 480256 color. BMP file display program can browse, also showed four images on the screen can also ope
bmp.c
- tc可以直接调用的c语言图片显示程序,将16色BMP文件显示在你的界面上!-tc can directly call the c language picture display program, 16-color BMP file shows you the interface!
显示bmp图像的程序
- 640*480 256 色 .BMP 文件显示程序,可以浏览、同时显示 4 幅图象,也可以 在屏幕上开 一个窗口显示 .BMP 图象,并可以使用上下左右箭头键、PageUp/PageDown、Ctrl+Left、Ctr l+Right键浏览整幅图象,在S3、ATI等VGA卡上 调试通过-640 * 480256 color. BMP file display program can browse, also showed four images on the screen can also op
对256色bmp图像进行处理的程序
- 这是一个对256色bmp图像进行点运算,几何变化,正交变化,图像增强,图像分析,图像编码,图像还原等处理的源码,功能强的出奇-this a 256-color bmp image point operations, geometry changes, orthogonal change, image enhancement, image analysis, image coding, image processing, such as reducing the source, functions
256色bmp.把24位bmp转成256色bmp
- 把24位bmp转成256色bmp,灰度bmp,ascii图形,put 24 bmp convert 256-color bmp, Gray bmp, graphics ascii
BMP
- 这是一个操作256色BMP文件的简单实例,源程序不带烦琐的调色板操作。 -This is an operation of a simple 256-color BMP file example source palette without cumbersome operations.
BMP
- 可以显示1位、4位、8位、真彩BMP图片,可以自动循环。但没有实现显示压缩图片。-One can show, 4, 8, true color BMP picture, it will automatically cycle. But did not achieve the compressed picture show.
256_color_bmp
- 处理256色bmp图像的程序.包括正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原等内容-256-color bmp image treatment procedures. Including orthogonal transformation, image enhancement, morphological transformation, edge and contour, image analysis, image restoration, etc.
bmp-font-bit
- 这是用C++ Builder写的两个位图转换成C51格式的提取程序源代码.仅供参考学习,请勿用于商业目的。谢谢 (1)EX1生成4096色16bit(双8bit)RGB数据 (2)EX2用于字库提取,采用横向扫描,可以在画图程序里输入汉字保存图片后转换, 但我推荐使用C51bbs上龙版的字模3输入汉字,然后保存图片或copy到画图程序,可以 很方便的制作各种菜单图片 如有什么问题可以Email跟我联系 95908@163.com 16:54 2004
bmp
- bmp 提取灰度 以下代码测试通过,支持bmp灰度和彩色,你可以参考一下-extracted gray bmp test the following code to support bmp grayscale and color, you can refer to
grayscale
- 将256色bmp图像转换为灰度图,c++实现,有利于初学者使用-256-color bmp image converted to grayscale
LCDBMP_to_H
- bmp2h是一个专门用来转换64K色bmp图片用的它可以把bmp格式的图片转换成64K色的数组数据-bmp2h is designed to convert a 64K-color bmp image which can be used in bmp format images converted into a 64K-color array data
ImageandHistogram
- 打开一幅256色BMP图像,进行灰度统计直方图的操作并且用对话框资源显示直方图,程序重要而简洁。-Open a 256-color BMP images to obtain gray-scale histogram display operation to get the dialog box resources, Histogram
bmp
- 调用bmp图像,将256色图像转化为灰度图,图像锐化,RGB转换成YUV-Call bmp images, 256 color images into grayscale, image sharpening, RGB into YUV
BMP-bitmap-operation
- BMP位图包括位图文件头结构BITMAPFILEHEADER、位图信息头结构BITMAPINFOHEADER、位图颜色表RGBQUAD和位图像素数据四部分。处理位图时要根据文件的这些结构得到位图文件大小、位图的宽、高、实现调色板、得到位图像素值等等。这里要注意的一点是在BMP位图中,位图的每行像素值要填充到一个四字节边界,即位图每行所占的存储长度为四字节的倍数,不足时将多余位用0填充-BMP bitmap file bitmap header structure, including BITMA
Pseudo-color-enhancemen
- 伪彩色增强,对灰度图像Fig5.bmp中不同灰度值的区域赋予不同的颜色,使生成的伪彩色图像尽可能接近现实状况。-Pseudo-color enhanced gray-scale image of gray value Fig5.bmp different regions to give a different color, so that the resulting pseudo-color image as close to reality.
bmp
- vc程序实现BMP图像解析,对256色bmp图像进行处理的程序-vc procedures to achieve BMP image resolution, 256 color bmp image on the procedures for handling
16bpp-bmp
- 16位色bmp图片的颜色代码说明,在图片上均有说明-16 color bmp picture color code instructions are instructions on the picture
bmp
- bmp图像顺时针旋转90度,24或32位真彩色bmp图像-bmp image rotated clockwise 90 degrees, 24 or 32-bit true color bmp image
24位色BMP转换8位色BMP
- 24位色BMP转换8位色BMP的算法,从24位真彩色转换为8位彩色的算法,效果可以,失真误差比较均衡,算法效率也比较高。(24 bit color BMP conversion 8 bit color BMP algorithm, from 24 bit true color to 8 bit color algorithm, the effect is good, the distortion error is more balanced, the efficiency of the algo