Welcome![Sign In][Sign Up]
Location:
Search - openbmp

Search list

[GUI Developopenbmp

Description: 本功能是打开一幅位图,并显示在屏幕上。 在图象处理中这都是基本的操作-open a bitmap, and on the screen. In Image Processing This is the basic operation
Platform: | Size: 4482 | Author: 彗星撞地球 | Hits:

[GDI-Bitmapopenbmp

Description: 本来手把手的介绍了如果在VC++的环境下打开一副自定义的.bmp图的编程过程,已经过测试,完全可行!
Platform: | Size: 155415 | Author: 文雨子 | Hits:

[Graph programopenbmp

Description: 该代码详细演示了怎样用vc调用WINAPI函数打开一个BMP文件的,是我的数字图像处理的代码,很不错哦!
Platform: | Size: 12011 | Author: zxd | Hits:

[Other resourceDB2_zhouqibmp

Description: DB2_周期_相移(对bmp文件进行小波变换,运行后点OPENBMP按钮找到BMP图片并打开然后点WAEVLETS看图片经过小波变换后的效果
Platform: | Size: 226387 | Author: 臧良 | Hits:

[Special EffectsopenBMP

Description: VC打开和显示BMP文件-VC open and display BMP file
Platform: | Size: 37878 | Author: 张卫 | Hits:

[GDI-Bitmap位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++

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:

[Special EffectsopenBMP

Description: VC打开和显示BMP文件-VC open and display BMP file
Platform: | Size: 1934336 | Author: | Hits:

[GUI Developopenbmp

Description: 本功能是打开一幅位图,并显示在屏幕上。 在图象处理中这都是基本的操作-open a bitmap, and on the screen. In Image Processing This is the basic operation
Platform: | Size: 4096 | Author: 彗星撞地球 | Hits:

[GDI-Bitmapopenbmp

Description: 本来手把手的介绍了如果在VC++的环境下打开一副自定义的.bmp图的编程过程,已经过测试,完全可行!-Originally introduced the hands-on in VC environment to open a custom. Bmp map programming process has been tested entirely feasible!
Platform: | Size: 155648 | Author: 文雨子 | Hits:

[Graph programopenbmp

Description: 该代码详细演示了怎样用vc调用WINAPI函数打开一个BMP文件的,是我的数字图像处理的代码,很不错哦!-The code in detail to demonstrate how to use vc call WINAPI function to open a BMP file, is my digital image processing code, oh well!
Platform: | Size: 972800 | Author: zxd | Hits:

[Picture Viewerbmpopen

Description: 基于MFC的打开BMP类型文件 -Based on MFC to open the BMP file type
Platform: | Size: 3685376 | Author: 高原 | Hits:

[WaveletDB2_zhouqibmp

Description: DB2_周期_相移(对bmp文件进行小波变换,运行后点OPENBMP按钮找到BMP图片并打开然后点WAEVLETS看图片经过小波变换后的效果-_ DB2_ cycle phase shift (of the wavelet transform bmp files, after the point of running to find BMP picture OPENBMP button and open the picture and then points WAEVLETS look after wavelet transform effect
Platform: | Size: 2121728 | Author: 臧良 | Hits:

[Special EffectsopenBMP

Description: 将一个VC程序代码,它能将数据文件放入bmp位图文件中,并能从bmp 中提取出原文件。以便大家在这里通过下载图片来得到图片中的资源-A VC program code, it will be data files Add bmp bitmap file, and extracted from the original bmp file. To everyone here by downloading pictures to get the picture of the resources
Platform: | Size: 958464 | Author: 杨志龙 | Hits:

[Special EffectsOpenBMP

Description: 打开各种位图的简单程序,希望对大家有用。是初学VC图像处理的必备代码-Open all kinds of bitmap simple procedure, useful for all of us hope. VC is a beginner essential image processing code
Platform: | Size: 48128 | Author: 高武 | Hits:

[GDI-BitmapOpenBMP

Description: 此代码是对24位位图来处理图形图像的压缩和解压-openbmp
Platform: | Size: 8329216 | Author: 甘德军 | Hits:

[GDI-Bitmapopenbmp

Description: 在VC环境下打开、浏览、保存bmp图像,-open bitmap by VC workplace
Platform: | Size: 1890304 | Author: zs | Hits:

[Picture ViewerOPENBMP

Description: 打开一副位图,然后显示在对话框上的程序,只要稍微修改一下,还可以做其他用途-Open a bitmap, and then displayed in the dialog box on the procedure, as long as the slightly changed a bit, also can be done for other purposes
Platform: | Size: 32768 | Author: Loo | Hits:

[GDI-Bitmapopenbmp

Description: 这是一个严格按照bmp图像的格式,顺序读取图像数据,并进行显示的程序。希望对大家有所帮助,程序中可能有错误 不好意思-This is a strictly in accordance with the format of bmp images, the order to read image data, and display procedures. We would like to help, proceedings may be wrong sorry
Platform: | Size: 2007040 | Author: zhang | Hits:

[Otheropenbmp

Description: open BMP image file to byte value
Platform: | Size: 2048 | Author: Wu Chuan Yang | Hits:

[Special EffectsOpenBMP

Description: 看了本程序,你就知道如何自己编程序打开BMP格式文件-How to compile their own program to open BMP format file
Platform: | Size: 1945600 | Author: 刘丽梅 | Hits:
« 12 »

CodeBus www.codebus.net