duxiebmp

所属分类:GDI/图象编程
开发工具:Visual C++
文件大小:164KB
下载次数:9
上传日期:2011-04-17 20:16:37
上 传 者wuliang11
说明:  一个有用的图像读取程序,可读写多种格式的图像。
(An useful image reading and writing program.)

文件列表:
读写bmp(c++版本)\1.bmp (247734, 2007-06-13)
读写bmp(c++版本)\4.bmp (911790, 2007-06-10)
读写bmp(c++版本)\BmpImageCode\BasicImage.cpp (5080, 2006-12-07)
读写bmp(c++版本)\BmpImageCode\BasicImage.h (9169, 2006-12-07)
读写bmp(c++版本)\BmpImageCode\BmpImage.cpp (18016, 2008-05-14)
读写bmp(c++版本)\BmpImageCode\BmpImage.h (4636, 2008-05-14)
读写bmp(c++版本)\BmpImageCode\HeapOperate.cpp (586, 2006-11-28)
读写bmp(c++版本)\BmpImageCode\HeapOperate.h (4119, 2006-12-07)
读写bmp(c++版本)\BmpImageCode\IoSystem.cpp (546, 2006-02-05)
读写bmp(c++版本)\BmpImageCode\IoSystem.h (840, 2006-02-06)
读写bmp(c++版本)\BmpImageCode (0, 2008-05-14)
读写bmp(c++版本)\Example.cpp (2525, 2008-05-14)
读写bmp(c++版本)\Example.dsp (4455, 2008-05-14)
读写bmp(c++版本)\Example.dsw (539, 2006-02-05)
读写bmp(c++版本)\Example.h (641, 2008-05-14)
读写bmp(c++版本)\Example.ncb (132096, 2008-05-14)
读写bmp(c++版本)\Example.opt (119808, 2008-05-14)
读写bmp(c++版本)\Example.plg (1850, 2008-05-14)
读写bmp(c++版本)\readWrite.cpp (3997, 2008-05-14)
读写bmp(c++版本)\readWrite.h (503, 2008-05-14)
读写bmp(c++版本)\w1.cpp (4550, 2008-05-14)
读写bmp(c++版本)\w1.h (536, 2008-05-14)
读写bmp(c++版本)\w1_3.cpp (3099, 2008-05-14)
读写bmp(c++版本)\w1_3.h (513, 2008-05-14)
读写bmp(c++版本)\未命名.bmp (77878, 2008-05-13)
读写bmp(c++版本) (0, 2008-05-14)

Bmp图像输入输出函数(C++语言版1.0)使用说明 1、将所有文件拷贝到程序文件夹内 包括: BasicImage.cpp BasicImage.h BmpImage.cpp BmpImage.h HeapOperate.cpp HeapOperate.h IoSystem.cpp IoSystem.h 2、在需要进行Bmp文件读写的函数所在文件(建议为头文件)内起始处加入: #include "BmpImage.h" 3、RGB三种颜色和灰度信息以二维矩阵的形式,分别存在BmpImage_T类内的数据成员变量:pR,pG,pB,和pGray指向的数据空间中 4、示例工程不附带彩色图像转换为灰度图像的函数 5、函数使用说明及示例见Example.cpp 6、如有任何疑问、意见或建议,欢迎来信: apatriot@bjut.edu.cn 2006.2.5 Copyright (c) 2006, Neural Network and Image Recognition Research Group, Beijing University of Technology, All rights reserved.

近期下载者

相关文件


收藏者