CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - C bmp
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - C bmp - List
[
Picture Viewer
]
BMP文件操作
DL : 0
纯C的BMP文件操作程序,包含bmp文件的读取,和内存数据写入文件。本人亲自编写,是我机器视觉项目的一个接口程序,特地分享。
Update
: 2009-08-27
Size
: 1.88kb
Publisher
:
fjiale
[
GDI-Bitmap
]
位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++
DL : 0
指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp(); //复制构造函数 tmBmp(const tmBmp & bmp); virtual const tmBmp & operator = (const tmBmp & init); //打开位图 virtual bool openBmp(const std::string fname); //另存位图 virtual bool saveBmp(const std::string fname); //保存位图 virtual bool saveBmp(); //创建一幅位clrBit位,宽imw高imH的位图 virtual bool createBmp(const std::string fname,BYTE clrBit,DWORD imW,DWORD imH); //从灰度数组,创建灰度图像 template bool createGrayBmp(T * imArray,DWORD imW,DWORD imH); //释放读入的图像 virtual void releaseBmp(); //获得图像的宽度 DWORD getWidth(); //获得图像的高度 DWORD getHeight(); //获得颜色位数 WORD getClrBit(); //显示位图信息 void showBmpInfo(); //获取调色板某一元素的值,存入RGBQuad bool getRGBQuad(RGBQuad &, BYTE index); //用RGBQuad更改调色板某一元素的值 bool setRGBQuad(RGBQuad &, BYTE index); //重命名位图 void rename(const std::string fname = "新建位图.bmp"); //颜色反转 virtual void reverseColor(); //将一幅图片的像素区,装换为灰度值数组 template bool tranToArray(T * pixelArray); //如果是8位以内的图像本函数为 //在图像上(x,y)处画颜色索引为redPart的点 //对于16,24,32位的图像为 //在图像上(x,y)处画颜色为redPart+greenPart+bluePart的点 //x为行号,y为列号 bool putPixel(DWORD x,DWORD y,BYTE redPart=0,BYTE greenPart=0,BYTE bluePart=0);
Update
: 2009-04-09
Size
: 15.35kb
Publisher
:
tr0217
[
Other
]
BMP操作(C语言)
DL : 0
通过该程序可以了解BMP的文件结构。
Update
: 2009-04-18
Size
: 99.93kb
Publisher
:
eqgyjj
[
Books
]
bmp
DL : 0
Bmp图象的文件结构-Bmp image file structure
Update
: 2025-03-14
Size
: 9kb
Publisher
:
尘悦儿
[
GDI-Bitmap
]
bmp文件读写函数
DL : 0
bmp文件读写函数-bmp document read-write function
Update
: 2025-03-14
Size
: 1kb
Publisher
:
[
Documents
]
显示256色BMP位图
DL : 0
用C语言显示256色位图的代码-C language showed 256 color bitmap code
Update
: 2025-03-14
Size
: 2kb
Publisher
:
海天一燕
[
Picture Viewer
]
bmp位图文件的读取与保存
DL : 0
bmp位图文件的读取与保存- dib files of bmp read and save
Update
: 2025-03-14
Size
: 26kb
Publisher
:
刘汉强
[
GDI-Bitmap
]
显示bmp图像的程序
DL : 0
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 open a window on the show. BMP images and can be used above and below the arrow keys, and Page/Prompt, Ctrl Left, Right keys Ctr l View the entire images in S3, ATI VGA cards such as debugging through
Update
: 2025-03-14
Size
: 4kb
Publisher
:
郭指挥
[
Other
]
将 24Bit BMP 图形转为 TXT 格式
DL : 0
将 24Bit BMP 图形转为 TXT 格式-will 24Bit BMP format graphics to TXT
Update
: 2025-03-14
Size
: 12kb
Publisher
:
long
[
Graph Recognize
]
bmp图象读取
DL : 0
BMP图象的读取 使用C语言对BMP图象进行读取和处理-BMP image reader to use C language to read BMP image processing and
Update
: 2025-03-14
Size
: 4kb
Publisher
:
李达
[
Windows Develop
]
bmp基本处理
DL : 0
BMP基本处理的一些技巧,很经典,对于初学者来说,绝对值得一看-BMP some of the basic skills, classic, for a newcomer, shot entirely
Update
: 2025-03-14
Size
: 965kb
Publisher
:
刘诚
[
Graph Drawing
]
BMP位图文件程序
DL : 0
手把手教你了解BMP图形文件结构,C语言文件读写函数应用,一般数据处理方法,如果看不懂,说明我写的还不够具体,以后继续改进.-Maxivista you know BMP graphics structure of the document, document literacy C language function applications, generally data processing methods, if they did not understand that I was also not specific enough in the future to continue to improve.
Update
: 2025-03-14
Size
: 359kb
Publisher
:
大师傅
[
Special Effects
]
c与c++图像处理编程源代码
DL : 0
BMP图象处理的VC实现.如几何变换,色调变换等.提供大家学习参考.-the VC. If geometric transformation, such as color transformation. Study reference for everyone.
Update
: 2025-03-14
Size
: 108kb
Publisher
:
李辉煌
[
Special Effects
]
C++Builder图像处理编程
DL : 1
BMP图象在C++Builder环境下的实现,是个用于学习的不错的源码.-BMP images in the C Builder environment of achieving, is good for learning the source.
Update
: 2025-03-14
Size
: 248kb
Publisher
:
李辉煌
[
Picture Viewer
]
BMP-readwrite-c
DL : 0
实现BMP的读写功能,C语言实现,简单易懂.-achieve the functional literacy, C language and easily understood.
Update
: 2025-03-14
Size
: 2kb
Publisher
:
yaoli
[
Picture Viewer
]
readBitmap
DL : 0
功能是打开一幅位图,并显示在屏幕上。 命令行编译过程如下 vcvars32 rc bmp.rc cl bmp.c bmp.res user32.lib gdi32.lib 注意事项:运行时,文件c:\test.bmp必须存在-Function is to open a bitmap and displayed on the screen. Command-line compiler is as follows vcvars32rc bmp.rccl bmp.c bmp.res user32.lib gdi32.lib Note: run-time, file c: est.bmp must exist
Update
: 2025-03-14
Size
: 13kb
Publisher
:
曹小雨
[
Editor
]
BMP
DL : 0
C语言环境代码下读写BMP文件代码,运行的时候在vc6.0下通过.-C language environment code to read and write BMP files under the code, running in vc6.0 through.
Update
: 2025-03-14
Size
: 1kb
Publisher
:
YOUJI
[
Picture Viewer
]
bmp
DL : 0
可以打开bmp图,要在VC++6.0的环境下菜可以
Update
: 2025-03-14
Size
: 2kb
Publisher
:
jasery
[
GDI-Bitmap
]
bmp
DL : 0
初学者学习底层BMP读取的代码,调试后可运行,并且包含bmp格式学习资料,对初学BMP格式的人很有帮助。-BMP beginners learn to read the bottom of the code, debugging can be run, and includes learning materials bmp format, BMP format for beginner people very helpful.
Update
: 2025-03-14
Size
: 321kb
Publisher
:
weiguoxin
[
Picture Viewer
]
bmp
DL : 0
用C语言实现BMP图像的显示,可以显示出1bit,4bit,8bit,16bit,24bit图像-BMP image using C language display, can show 1bit, 4bit, 8bit, 16bit, 24bit images
Update
: 2025-03-14
Size
: 6.28mb
Publisher
:
刘子龙
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.