CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 位图操作
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 位图操作 - List
[
Graph program
]
位图操作实例.rar
DL : 0
位图操作实例
Update
: 2025-02-19
Size
: 171.92kb
Publisher
:
[
GDI-Bitmap
]
bmp位图处理类源码
DL : 0
位图类的源代码,原始的位图操作,显示等-bitmap type of source code, the original bitmap operation, display
Update
: 2008-10-13
Size
: 25.59kb
Publisher
:
寒冬
[
GDI-Bitmap
]
位图类(参考2)
DL : 0
一个不错的位图操作类,可以实现位图的各种操作。-a good bitmap operations, bitmap can be achieved in a variety of actions.
Update
: 2008-10-13
Size
: 5.95kb
Publisher
:
沈华伟
[
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
[
GDI-Bitmap
]
位图操作
DL : 0
bmp位图按位读取、倒立读取、旋转操作
Update
: 2009-04-23
Size
: 1014.2kb
Publisher
:
chaowei6636@126.com
[
GDI-Bitmap
]
位图操作
DL : 0
关于位图的一些操作
Update
: 2010-12-12
Size
: 862.17kb
Publisher
:
wwwzuijinde@126.com
[
Graph program
]
位图操作实例
DL : 0
位图操作实例-Examples of bitmap operations
Update
: 2025-02-19
Size
: 172kb
Publisher
:
李海军
[
GDI-Bitmap
]
bmp位图处理类源码
DL : 0
位图类的源代码,原始的位图操作,显示等-bitmap type of source code, the original bitmap operation, display
Update
: 2025-02-19
Size
: 25kb
Publisher
:
寒冬
[
GDI-Bitmap
]
CBitmap对象操作
DL : 0
这是关于CBitmap的类操作,包括BMP位图的打开、保存、图像处理等各项操作,是位图编程的基础-CBitmap This is the type of operation, including BMP bitmap open, preservation, image processing and other operations, bitmap based programming
Update
: 2025-02-19
Size
: 1.31mb
Publisher
:
邵文坤
[
GDI-Bitmap
]
位图类(参考2)
DL : 0
一个不错的位图操作类,可以实现位图的各种操作。-a good bitmap operations, bitmap can be achieved in a variety of actions.
Update
: 2025-02-19
Size
: 6kb
Publisher
:
沈华伟
[
2D Graphic
]
位图BMP格式图像文件处理类源码VC版
DL : 0
该类集成了常用的BMP位图文件的一些经常用到的比如文件读写等操作-such integrated common bitmap BMP documents some of the frequently used documents such as literacy, etc
Update
: 2025-02-19
Size
: 871kb
Publisher
:
宋成军
[
GDI-Bitmap
]
Leon_5_3_2(GDI+)
DL : 0
自做的MDI,可打开BMP文件并作相应处理,包含很全面的位图操作函数并封闭了一个CDib类。-done since the MDI may open the BMP file and dealt with accordingly. includes comprehensive bitmap manipulation functions and the closure of a CDib category.
Update
: 2025-02-19
Size
: 6.09mb
Publisher
:
月日明
[
GDI-Bitmap
]
fgbmptest
DL : 0
原创的位图文件读写类,以及类的示例代码。位图文件读写综述(见VCKBASE.COM)一文作者亲自上传的原文代码。学习VC位图操作的好参考。-original bitmap document literacy class, and type of sample code. Bitmap File Summary of literacy (see VCKBASE.COM) an author personally upload text in the original language code. VC bitmap learning to operate a good reference.
Update
: 2025-02-19
Size
: 195kb
Publisher
:
bbsqqbbs
[
Picture Viewer
]
bitmapoperation
DL : 0
位图操作的原码,图文件操作的一个类,里面有完整的注释和操作 -Operation of the original bitmap code, map file operations of a class, which has integrity and operation of the Notes
Update
: 2025-02-19
Size
: 30kb
Publisher
:
Jiang
[
Special Effects
]
bmp_file_operation
DL : 0
利用VC++进行BMP位图操作(包括读和写)的程序原代码。-Use VC++ For BMP bitmap operations (including read and write) the procedures for the original code.
Update
: 2025-02-19
Size
: 8kb
Publisher
:
岳震
[
Special Effects
]
dib
DL : 0
dib类,在bmp位图操作中具有很重要的作用,使用方便-dib category in bmp bitmap operations have a very important role, user-friendly
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王卫伟
[
Special Effects
]
IProcessP
DL : 0
VC.NET对图像处理,包括位图操作,图像性质,色调与模式,几何变换,动态图像等-VC.NET of image processing, including bitmap operations, the nature of images, colors and patterns, geometric transformations, dynamic images, etc.
Update
: 2025-02-19
Size
: 88kb
Publisher
:
周珍娟
[
Special Effects
]
ImageP
DL : 0
图形操作 画布选择 位图操作 生成图像 图像性质 色调与模式 几何变换 动态图像-Graphics operator to choose canvas bitmap image nature of the operation to generate color image geometric transformations and model the dynamic image
Update
: 2025-02-19
Size
: 5.5mb
Publisher
:
周奇
[
GDI-Bitmap
]
ImageViewer
DL : 0
VC++位图操作实例演示 -VC++ Bitmap operation demonstration examples VC++ Example bitmap operation demo
Update
: 2025-02-19
Size
: 105kb
Publisher
:
样彬彬
[
GDI-Bitmap
]
bitmap_VB6_20100120
DL : 0
位图操作的例程,源程序一定可以用的,不会发错误的东西误导人的。-about bitmap source code ,it is very good
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王工
«
1
2
3
4
5
6
7
8
9
10
...
31
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.