搜索资源列表
five
- 一个基于C语言的五子棋程序 five.c为c语言源程序,pic.bmp,win.bmp,lose.bmp为150×330的16色位图文件 five.exe为已将位图加入到代码中的游戏程序,可以单独运行。 程序还有一些bug,有兴趣的话可以自己改源程序。 二维数组w中保存的是权值表,你可以增加或更改它。
Bin2C
- 一个把任意图片转换为C语言数组的程序,非常好用。 直接流览打开bmp或JPG图片,点convert即可转换为同名的.c文件,方便在嵌入式硬件,应用编译时,没有文件系统不能读取文件的问题。
位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++
- 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp();
VC实现程序自动创建AVI/ WMV/ MOV电影视频源代码
- 本文及附件代码,展示了一种方法用以从一系列连续的HBitmaps中创建 (AVI / WMV / MOV)等格式的视频电影。比如,如果你想把一个目录里的所有.jpg或.bmp的静态图像做成一个视频,你就可以通过调用AppendNewFrame方法,把它们放到一个HBitmaps 数组里,如果你想在程序中产生(比如屏幕录像),你就可以WM_PAINT或者OnPaint()方法中把屏幕内容拷贝到HBitMaps数组,然后创建视频。
bmp2c.zip
- bmp2c bmp图转C 语言数组工具。,bmp2c bmp map to an array of tools for C language.
bmptochar.rar
- MFC 实现把BMP字符转为字符数组用于单片机LCD显示 ,MFC characters BMP to achieve the array of characters for the single-chip LCD display
BMPTOCHAR
- 用MFC写的字符BMP转为C数组代码程序 实现了BMP文件的载入和文件的输出 -err
BmpToYuv
- 指定路径下的BMP位图格式到YUV420的转换源码,并生成十六进制数组保存到指定路径的文件里。-Designated trails under the BMP bitmap format to YUV420 conversion source, and generate hexadecimal array is saved to the specified file path.
haz
- 将一个二维无符号数组按相同大小保存为BMP格式位图-save as BMP
Pixelto01
- c#编写的将BMP或JPG图片转成二进制数组的工具源码-The source code for a tool which can convert image files to binary files
maprar2
- 图片简单压缩软件,用来制作BMP数组.有效的减少图片的空间.-Picture a simple compression software used to produce an array of BMP.
bmp2osd
- bmp转换成数组,支持调色板 bmp转换成数组,支持调色板-bmp convert array into an array of support palette bmp, bmp palette into an array of support, support for palette
bmp_to_c
- 把bmp文件直接变为c语言的数组文件,很方便的。用于替换手持设备开机界面时候非常方便。-Bmp files directly into the array of file c language, it is convenient. For the replacement of hand-held device is turned on when the interface is very convenient.
bmp2array
- 将BMP图像转化相应的数组,给嵌入式编码人员提供的方便。-BMP image into the corresponding array,To provide the convenience of the embedded coding
jddy
- 简单实用的找多图源码,用数组方法无法解决,可以用此方法解决-Sub 找多图(x坐标, y坐标, x1坐标, y1坐标, 图片路径, 相似度, x偏移量, y偏移量, 图片像素x, 图片像素y, 延时时间, 鼠标动作) // 如 Call 找多图(0, 0, 1200, 800, "Attachment:\1.bmp", 0.9, 2, 10, 5, 20, 100, "LeftClick 2") a = x坐标 b = y坐标 c = x1
SaveToBmp
- 本程序可将图像或数组保存成bmp位图,并且未曾调用MFC.-This program can be saved as an image or an array bmp bitmap, and have not been called MFC.
readbmpinfo
- 读取bmp文件信息关键代码,已经读到数组里了,需要的人应该知道怎么用-Read the bmp file information key code, has been read into the array, the needs of the people should know how to use
tuxiang
- 1.利用工具(如ACDSee、PhotoShop)将*.jpg转换为*.bmp; 2.借助imread命令将图像内容读入内存数组; 3.通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩; 4.将数字图像的RGB表示转换为YUV表示; Y=0.30R+0.59G+0.11B U=0.70R-0.59G-0.11B V=-0.30R-0.59G+0.89B 5.通过访问Y(亮度)通道,改变数字图像的亮度; 6.通过Y(亮度)通道作灰度的线性变换,改变数字
work
- 1.将BMP图像内容读入内存数组。 2. 调整图像的灰度,对图像进行灰度变换(反变换)。 3. 对图像进行较正,分别取值为0.4,0.6,0.8.-1. The BMP image content is read into memory array. 2 Adjust the gray image, the image gray-scale transformation (inverse transform). 3 more positive image, respectively, t
chepaipic
- VC++.NET车牌识别、字符分割与归一化处理,图像对象BMP格式,程序将读取车牌的图像信息,归一化图像大小,动态分配存储图片的像素信息的二维数组,找到图像各列,从左列开始,垂直扫描,实施图片局部分割等,有兴趣编写车牌号识别的可参考对比下。 编辑注:本源码不能在Win32环境下运行。-VC++. NET license plate recognition, character segmentation and normalization, image objects BMP forma