搜索资源列表
bit123
- 图像处理基础打开位图(向世明书源码)-image processing based on open bitmap (to the source book Shi-ming).
BMP位图处理类源码
- BMP位图处理的源代码,非常好用-bitmap BMP handling the source code, very handy
chepaishibie
- 车牌识别源码 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)
runosd-nopic-nodata
- 90092 OSD 源码 介绍一款监视器行业用的汉字字符叠加芯片用于叠加汉字信息于摄像头采集的图像文件中包括使用说明书,原理图,驱动程序及专用字库生成软件
10
- 图象配准源码,图象配准理论,图象配准示例
ScreenCapture_src1.01
- 仿照QQ的屏幕截图工具vc源码,对于学习GDI是非常好的参考
FaceDetection
- 人脸检测源码 确定脸部标志位\\边缘检测 生成新位图标记人脸区域
FaceLocation
- 关于人脸检测源码,图象融合的一些源码,希望对大家有所帮助
super_ec
- 一个图片寻找的易语言模块源码,仅仅图片寻找,提供了多种寻找方案详见源码,适当修改可实现屏幕找图。-A picture is easy to find the source language module, only to find pictures, find a formula to provide a variety of detailed source, the screen can be achieved with appropriate modifications to find ma
20080427
- 基于C语言的指纹识别程序源码,程序描述了如何使用该库增强指纹图像,如何提取方向图等功能-Based on the C language source code of the fingerprint identification process, the program describes how to use the database to enhance the fingerprint image, how to extract features such as pattern
kwsb
- 采用扩维方法进行模式识别,包括源码及运行结果图,其中注释掉的还有二维分布图。-Pattern recognition method using augmented, including source code and run on the graph, which was also comment out the two-dimensional distribution.
countvba
- AutoCAD文字统计,VBA源码, 主要用于平面图、立面图中的文字、块属性数量统计-AutoCAD text statistics, VBA source, mainly used for floor plans, elevations in the text, the block number of statistical properties
plateVs2003
- 自已用Vs 2003开发的,车牌识别程序源码,很有用的,实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。 -Their own development with the VC, license plate re
e
- 位图模糊找图 e语言源码 很强大啊-Figure e bitmap fuzzy looking very strong language source ah
2010111715351124
- 资源类别: VB源码¦图象 很不错的一个人脸识别技术,大家看看上面的图像就知道大概功能了 -Resource type: VB source ¦ a very good image recognition technology, we look at the image above to know about functionality
EAN13ReaderaScanner
- 本程序为条形码生成、识别程序,支持从文件中读取与用鼠标读取 运行程序的要求: BCEncode.dll,BCEncode.lib,BCEncode.h 条形码生成动态链接库。 CDIB.H,CDIB.CPP设备无关类,程序中用它来从文件中读取位图。以上所需文件均包含在了源码中 -The procedures for bar code generation, recognition, support for reading from a file and run the program
seg
- 基于MATLAB的车牌号自动识别源码,文件含例图,可修改验证-MATLAB-based automated license plate recognition source code, there is no upload case diagram, make changes to
zhaotu
- 一个可以模糊识别图片的找图源码,速度快(0.1s)位图找图,可用于需要图像识别的工作。-Identification find a diagram of the image source, a fuzzy speed (0.1s) bitmap to find the diagram can be used for needs Image recognition.
CharRec
- 字符识别的源码,可识别数字和英文。包括图像处理和模式识别的内容。图像处理包含转灰度图、二值化、滤波、细化、分割、规格化等。模识别部分包含欧式距离的模板匹配和BP神经网络。-Character recognition source code, can recognize numbers and English. Including image processing and pattern recognition. Contains to grayscale image processing, bi
模板匹配源码
- 基于MATLAB的SAD模板匹配算法,可以在原图中找到匹配的部分并进行框选。