搜索资源列表
GETBMP
- 读取bmp文件,生成可插入到C程序中的点阵数组格式.-read bmp file, generate C can be inserted into the procedure for the lattice array format.
!!MyDICOM
- 针对DCM医学图像格式,编制程序完成DCM图像的读取,并可以进行bmp转换-against DCM medical image format, the preparation procedure is completed DCM images read, and can change bmp
MyDesign
- BMP图象的处理 包括读取 几何变换等-BMP image processing including reading geometric transformation
imgobj
- 一个附带完全源码的图片编辑显示类,包含:图像裁剪,旋转,增强,显示等模块,支持.bmp,.jpg等多种格式文件的读取。
ThumbViewer
- 一个图像浏览的源代码,可以预览,可以读取jpg,bmp等格式,可以做图像处理
obmp
- 读取BMP文件 并且进行缩小和放大 旋转等操作
agag
- 程序实现了bmp和dib图片的的读取,并能用各种经典的算法对图片实现_图像增强,图像匹配,图像复员,图像变换,特
ReadBMP
- 读取BMP,显示图像长度、高度、像素字节数等相关信息,并保存图像备份!-Read BMP, image length, height, pixel number of bytes and other related information, and save the image backup!
PrintBMPPixel
- c 语言读取BMP格式,可同时处理没有压缩的BMP格式的二值图像-c language to read BMP format, which can handle binary image of uncompressed BMP format
convert_raw_bmp_image
- 读取raw数据格式图像,转换为bmp图像保存 实现批量读取转换,带测试图。运行run文件,需要修改当前测试图像路径。-Read the raw data format images converted to read bmp images are saved to achieve batch conversion, with a test pattern. Run the run file, you need to modify the current test image path.
wave_log_exp
- 实现BMP图像的读取,进行两层小波变换,低频进行直方图均衡化,小波重构,并实现指数对数变换,很好用的。-The realization of BMP images to read, to carry out a two-tier wavelet transform, to carry out low-frequency histogram equalization, wavelet reconstruction, and the index of the number of transforma
ReadBMP_1
- 读取一张BMP图像,显示其相关信息,并修改图片的颜色表,使得图片颜色改变以后另外存盘! 只能是8bit的灰度图像才有颜色表,24bit的真彩色图片没有颜色表!-Read a BMP image, display information, and modify the color table of the picture, making the picture color change after another save! Only 8bit grayscale images have a
ReadBMP_3
- 读取一张BMP彩色图像,显示其相关信息,并将彩色图片改成8bit灰度图片以后另外存盘!-Read a BMP color image display its related information and changed the color pictures 8bit grayscale image after another save!
bmpfile_read
- bmp文件的读取,2,8,16,24bit自适配-bmp file read,2、8、16、24bit adjust
bmp
- 读取位图信息储存为txt,且将存储信息再次翻译为图像显示出来。-Read the bitmap information stored as txt
test.cpp
- 识别二维码的算法,读取bmp图像 输出二维码-Algorithm to identify the two-dimensional code, two-dimensional code read bmp image output
pintuyouxi
- 简单拼图游戏实现,核心为BMP图像的读取和分割。-Simple jigsaw puzzle achieve core read BMP images and segmentation.
scode
- 此源代码为BMP格式文件的基本读取和写入操作-bmp file read and write
BMP文件基于C语言的信息读取
- BMP图像文件的内部信息,可以依据C语言编程确定图像的具体信息内容
获取BMP图片数据
- VC工程,选择图片并读取BMP数据的部分,输出以16进制的方式。