Location:
Search - 位图操作
Search list
Description: 位图操作实例
Platform: |
Size: 176043 |
Author: |
Hits:
Description: 位图类的源代码,原始的位图操作,显示等-bitmap type of source code, the original bitmap operation, display
Platform: |
Size: 26200 |
Author: 寒冬 |
Hits:
Description: 一个不错的位图操作类,可以实现位图的各种操作。-a good bitmap operations, bitmap can be achieved in a variety of actions.
Platform: |
Size: 6092 |
Author: 沈华伟 |
Hits:
Description: 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有
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);
Platform: |
Size: 15714 |
Author: tr0217 |
Hits:
Description: bmp位图按位读取、倒立读取、旋转操作
Platform: |
Size: 1038544 |
Author: chaowei6636@126.com |
Hits:
Description: 位图操作实例-Examples of bitmap operations
Platform: |
Size: 176128 |
Author: 李海军 |
Hits:
Description: 位图类的源代码,原始的位图操作,显示等-bitmap type of source code, the original bitmap operation, display
Platform: |
Size: 25600 |
Author: 寒冬 |
Hits:
Description: 这是关于CBitmap的类操作,包括BMP位图的打开、保存、图像处理等各项操作,是位图编程的基础-CBitmap This is the type of operation, including BMP bitmap open, preservation, image processing and other operations, bitmap based programming
Platform: |
Size: 1375232 |
Author: 邵文坤 |
Hits:
Description: 一个不错的位图操作类,可以实现位图的各种操作。-a good bitmap operations, bitmap can be achieved in a variety of actions.
Platform: |
Size: 6144 |
Author: 沈华伟 |
Hits:
Description: 该类集成了常用的BMP位图文件的一些经常用到的比如文件读写等操作-such integrated common bitmap BMP documents some of the frequently used documents such as literacy, etc
Platform: |
Size: 891904 |
Author: 宋成军 |
Hits:
Description: 自做的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.
Platform: |
Size: 6383616 |
Author: 月日明 |
Hits:
Description: 原创的位图文件读写类,以及类的示例代码。位图文件读写综述(见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.
Platform: |
Size: 199680 |
Author: bbsqqbbs |
Hits:
Description: 位图操作的原码,图文件操作的一个类,里面有完整的注释和操作 -Operation of the original bitmap code, map file operations of a class, which has integrity and operation of the Notes
Platform: |
Size: 30720 |
Author: Jiang |
Hits:
Description: 利用VC++进行BMP位图操作(包括读和写)的程序原代码。-Use VC++ For BMP bitmap operations (including read and write) the procedures for the original code.
Platform: |
Size: 8192 |
Author: 岳震 |
Hits:
Description: dib类,在bmp位图操作中具有很重要的作用,使用方便-dib category in bmp bitmap operations have a very important role, user-friendly
Platform: |
Size: 1024 |
Author: 王卫伟 |
Hits:
Description: VC.NET对图像处理,包括位图操作,图像性质,色调与模式,几何变换,动态图像等-VC.NET of image processing, including bitmap operations, the nature of images, colors and patterns, geometric transformations, dynamic images, etc.
Platform: |
Size: 90112 |
Author: 周珍娟 |
Hits:
Description: 图形操作 画布选择 位图操作 生成图像 图像性质 色调与模式 几何变换 动态图像-Graphics operator to choose canvas bitmap image nature of the operation to generate color image geometric transformations and model the dynamic image
Platform: |
Size: 5767168 |
Author: 周奇 |
Hits:
Description: VC++位图操作实例演示 -VC++ Bitmap operation demonstration examples VC++ Example bitmap operation demo
Platform: |
Size: 107520 |
Author: 样彬彬 |
Hits:
Description: 位图操作的例程,源程序一定可以用的,不会发错误的东西误导人的。-about bitmap source code ,it is very good
Platform: |
Size: 1024 |
Author: 王工 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
31
»