搜索资源列表
bmp图像浏览器
- 实现bmp图像文件的读入和存取,同时能对bmp文件进行基本的编译,如:放大、截取-This programme can read and save bmp image meanwhile it can operate the bmp image file basically ,for example, zoom and cut the image.
bmp
- 一个很好的BMP文件处理动态连接库,用他就可以不用建立CDIB类了
BMP
- vb 读写bmp文件。文件头结构体定义等都很详细。
bmp-picture
- 实现BMP文件的打开,并实现了获取图像直方图和对图像进行平滑处理的功能。
实现了读取bmp图像到矩阵的转换
- 实现了读取bmp图像到矩阵的转换,是个很好的头文件,直接引入就能用,this code can covert bmp to matrix,
BMP
- c++语言描述的BMP文件解析程序-c++ language described in the BMP file parser. . . .
Kmeans
- 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
bmp-ctatic
- 读取BMP 8bit文件(size n1*n2),输出整个文件[n1]*[n2]的像素值,像素值的范围0-255,并统计每个像素质的数量-BMP 8bit file read (size n1* n2), the output document as a whole [n1]* [n2] the pixel value, pixel value range of 0-255, and the quality of statistics like the number of each
edgeDetection
- 我写的一个 使用 Canny算法进行 边缘检测的程序。 目前打开BMP文件。-I wrote an algorithm using the Canny edge detection procedure. BMP file is currently open.
zhifangTuJunHeng
- 用C++实现的一个 直方图均衡的算法。 目前处理BMP文件-Using C++ to achieve a histogram equalization algorithm. Currently deal with BMP files
YuvConvert
- YUV转BMP工具,在YUV源文件的当前目录将YUV文件转换为单个BMP文件。-YUV to BMP tool, YUV source files in the current directory will be converted to a single YUV file BMP file.
tuxiang_duqu
- Visual C++ 和 OpenCV搭建的,用于读取.bmp 文件 可以作为图像处理的入门级参考资料-Visual C++ and OpenCV built for reading. Bmp file can be used as the entry-level image processing reference
image
- 1、图象灰度处理:将<24位真彩色图像>转换成<256级灰度图像>;(*.bmp文件) 2、图像的灰度直方图:分别反映转换前后图像中的灰度级与出现这种灰度的概率之间的关系; 3、其它功能:存盘、清屏和退出应用程序功能。 源程序用Pascal语言编写。 含有三种不同的算法作为比较,并且附有详细的软件设计的思路说明。-1, gray-scale image processing: to < 24-bit true color image> conve
ImageCoding
- 本程序是用VC编写的一个基于bmp图像文件的图像压缩程序,主要完成的工作是:BMP文件的读取与显示;BMP文件的位图数据的压缩;压缩数据的解压缩及图像再现-This procedure is written in a VC bmp image file based image compression process, the major work done: BMP file to read and display BMP files compressed bitmap data compr
bmp-VC
- bmp文件读取,转弯成灰度图的VC程序.很不错的呀-bmp->VC++
TestXmp
- 梦幻麻将馆xmp文件解密工具,xmp文件不能查看,通过该工具,可以转化成bmp文件。-Fantasy mahjong xmp file decryption tool, xmp file can not see through the tool, can be converted into bmp file.
BMP-jiexi
- 是对BMP文件格式的解析,并附有一个图像灰度处理的C++源代码-Is the BMP file format parsing, along with a gray handle C++ source code
bmp
- 自己编写的一个vc下读写bmp文件并在图形的中央绘制一个圆环的程序-read bmp and worte the file,draw a circle ring in the bmp center
BMP
- bmp文件格式标准,便于调用、显示图形文件,原理很简单-BMP file standard
BMP
- 本文详细说明了BMP文件的结构,可用于指导BMP文件与YUV,JPEG等格式的转换-this DOC expain the BMP struct detail,it can be use to change BMP to YUV or JPEG