搜索资源列表
车牌识别
- 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
ReadFile3
- 从字符文件中读取字符到指定数组,数组可以用来识别操作,带字符文件-Read character from character file to named array,and the array can be used in recognising and operating files which include characters.
光学字符识别技术
- OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR algorithm code. This is not a com
OCR算法之C语言代码
- OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,
简单可用程序
- 对在电子显微镜下拍摄的煤粉图进行识别,煤粉的大小不一,从几个象素到几百个象素,而且图像的灰度存在非常明显的变化-right under the electron microscope in the shooting Coal map identification, coal varies, from a few to several hundred pixels pixels, but the gray images There is a very clear change
Thinned
- java开发的二值图像细化算法程序,能够从二值图像中提取图像骨架-java development of the binary image thinning algorithm procedures, from the binary image extracted image skeleton
200561555616250020000
- 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向
VFW-OpenCV-aviplay
- 基于VFW和OpenCV的avi视频捕捉程序,还可以从文件播放,很有价值,推荐-based on the VFW and OpenCV avi video capture process, but also from the player very valuable. Suggest
fileheader
- 天气雷达基数据格式,由此可以从数据中获取基本信息从而画出雷达图像-weather data format, which can access data from the basic information so he painted radar images
congaviwenjianzhongtiqutupian
- 从AVI文件中提取图片的源代码。大家看看。有用的就下吧-from AVI file photo extract the source code. See. Under useful on it
CDlgOracleImageRW
- VC++中利用OO4O接口从Oracle数据库中读写图像 VC++中利用OO4O接口从Oracle数据库中读写图像-VC OO4O use interface from the Oracle database to read and write images to use VC then OO4O from mouth to read and write Oracle Database Image
squares
- 本程序可以实现从输入的图片中找到其中的方形,算法简单!本程序是基于OpenCV的,使用前,请安装此软件。-this procedure can be achieved from the import of the pictures to find the square, the algorithm is simple! This procedure is based on OpenCV, before use, install the software.
bbp_C++
- 络实质上实现了一个从输入到输出的映射功能,而数学理论已证明它具有实现任何复杂非线性映射的功能。-Tongxinluo achieved a substantially from the input to the output of the mapping function, while mathematical theory has proven it can achieve any complex nonlinear mapping function.
BrowseDXF
- 此代码用于从CAD所生成的DXF文件中提取所需的实体数据,该数据是来完成自动编程系统的关键数据。-for this code generated from the CAD DXF files from the data entities, The data is to complete the automatic programming system critical data.
02033dataexchange
- C++Buider的列表框的数据交换,从一个列表框到另外一个列表框-C Buider box for a list of the exchange of information, from a list box to another in a list box
yingzhang_recoginition
- 印章识别算法源码,主要从原图像中提取各分量进行背景去除,然后提取特征-chop recognition algorithm source, mainly from the original image from the background component removed, and then extracting features
fingerprint_regoniation_system
- fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表条纹间隔(像素个数)
EigenFace
- 从国外网站上淘来的人脸识别程序,可以作为图像识别方面的一个例子来学习。很不错。-from foreign web sites to the Amoy face recognition procedures, image recognition can be used as an example of the study. Is pretty good.
CarCard_Recognize_System
- Visual C++.net 环境下开发的车牌识别系统,可以从包含车牌的图像中提取出车牌,并且将提取出的车牌灰度数值二值化-Visual C. Net development environment that the license plate recognition system includes plates from the extracted image registration, and will extract the license plate of gray numerical
从键盘输入字符
- 这是一个用VC++实现的,能从键盘输入字符-This is a VC with the characters from the keyboard