搜索资源列表
bmp
- 在c++中打开256彩色图bmp图 用VC打开
Bmp
- 打开位图图象文件(bmp)的原代码,非常详细
bmp
- 自己写的,一个打开bmp格式的图片的程序,打开的图是随着窗口的大小变化而变化的
BMP
- 打开BMP文件源代码,VC实现,相当好用,用于毕业设计及课程设计
打开BMP文件带预览功能
- 打开BMP文件带预览功能-open BMP file with previews
显示磁盘上的 外部bmp文件
- 很基础的一个程序,向初学者推荐!好好看看吧,对于打开bmp图像会理解较深-very basis of a procedure, recommended to beginners! Well let's see it, open bmp image deeper understanding
bmp打开放大以及变色
- 使用MFC打开BMP文件 并可以发大缩小,以及色相的改变-use MFC open BMP file and can make a big narrow, and the changes hue
bmp图像处理软件
- 可以打开一个bmp位图并进行各种图像处理和图像变换操作,功能强大-bmp can open a bitmap and various image processing and image transform operation, powerful
bmp图像的读取方法
- 给图像处理的初学者提供一个如何打开bmp,读取bmp图像的例子,希望对大家有帮助
打开BMP图程序源代码
- 自己编写的用于打开BPM图程序实例,有程序源码。
位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++
- 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp();
bmp2bin
- 使用vc2005编写的bmp图片处理程序,具有打开bmp图片,获取图像大小,裁剪图片,获得指定大小图片,bmp转换为二进制十六进制等功能,Vc2005 prepared using bmp image processing procedures, have to open bmp picture, access to image size, cutting pictures, access to specified sizes, picture, bmp convert hexadecimal
bmp2bin.rar
- 使用vc2005编写的bmp图片处理程序,具有打开bmp图片,获取图像大小,裁剪图片,获得指定大小图片,bmp转换为二进制十六进制等功能,Vc2005 prepared using bmp image processing procedures, have to open bmp picture, access to image size, cutting pictures, access to specified sizes, picture, bmp convert hexadecimal
用VC打开bmp图片
- 用VC打开bmp图片,一些小程序,希望大家用的到
bmpfile
- 一个能够打开bmp图片文件的程序,可以帮助理解bmp图片文件的构成和显示。-Able to open a bmp image files can help to understand the composition of bmp image files and display.
bmp
- 本程序是基于vc++开发环境的,实现bmp文件的打开与保存功能的一个程序-This procedure is based on the vc++ Development environment, the realization of bmp files to open and preservation of function of a program
DIBDisplay
- VC++ DIB图像的打开,保存等。有详细的代码,BMP文件的读写,直接可以用。-the DID image been open and saved by VC++
bmp
- C++打开读取任意一幅BMP图像代码简单学习图像处理的可以参考一下-C++ open reading any of a BMP image, the code is simple to learn image processing can refer to.
MFC-bmp-picture
- 用MFC打开BMP图像后画个矩形然后保存-open a bmp picture and draw a rectangle then save it by using MFC
BMP
- 使用C++将BMP文件从硬盘读入到内存、然后修改其数据,最后将修改的文件保存到硬盘(Read the file of bitmap from disk to memory,revise the data,and then save the revised-file to disk using C++)