搜索资源列表
TiltView
- 这是一个图像的旋转校正程序,可以对图像实现旋转校正,可用于车牌照识别、纸币识别等。-This is a rotating image correction procedures, the images can be achieved rotation correction can be used for vehicle license identification, Notes identify.
111
- 人民币识别论文,人民币纸币序列号识别方法
bill-recognition
- 一种纸币识别VC++程序源码,并含有多国纸币的特征库,如日元、英镑、港币...的特征库。有从纸币图像预处理、特征匹配的全过程。对从事图像处理,模式识别研究的人很有参考价值。-a type bill recognition VC++ resource code
CashCode_delphi
- CashCode delphi 纸币识别器接口测试源码-CashCode(CHA) for delphi5 Interface descr iptoins
zhibishibie
- 利用opencv来识别纸币 包里面附带执行程序-To identify the notes using opencv Incidental to the implementation of procedures inside the package ......
fisher
- 模式识别,用线性变换的方法来识别纸币的新旧-Pattern recognition, the linear transform method used to identify the notes of the old and new
notes
- 一种基于_Clinux的嵌入式纸币识别系统设计-_Clinux Based recognition system embedded notes
notes
- 一种基于_Clinux的嵌入式纸币识别系统设计-_Clinux Based recognition system embedded notes
zhibishibie
- 对目前纸币号码自动识别系统的需求日益增加,采用接触式图像传感器及ARM9设计了一种纸币号码识别系统-Notes number of automatic identification system currently increasing demand, the use of contact image sensors and ARM9 designed a number recognition system notes
DSP-CHEPAISHIBIEXITONG.RAR
- 基于DSP的纸币号码识别系统 内有MATLAB和DSP仿真-DSP-based number recognition system notes and DSP simulation within MATLAB
自动售货机纸币识别器完整模块
- 自动售货机纸币识别器完整模块,汇编语言开发-Complete module of the vending machine money detector, assembly language
Banknote-recognition
- 纸币识别系统的设计,基于匹配的识别技术,预处理技术,霍夫变换-Banknote recognition system design, based on matching recognition technology, pre-processing technology, the Hough transform
字符识别源代码
- 字符识别源代码 模式识别 VC++ 可用于纸币识别 车牌号码识别
cika
- 磁卡读写器通信协议及实现(磁卡读写器与主控制器之间的通信兼容MDB协议,该磁卡读写器的通信接口与纸币识别器通信接口相同)- U78C1 u5B1 u8BFB u5199 u5668 u951A u4FE1 u534F u8BAE u53CA u53B0 uFF08 u78C1 u5361 u8BFB u5199 u5668 u4E0E u4E3B u63A7 u5236 u5668 u4E4B u95F4 U7684 u901A u4FE1
bsp_mdb
- MDB协议代码(硬币和纸币识别器的协议,代码已经通过测试,可以用于自动售货机)-MDB protocol code (coin and banknote identifier protocol, code has been tested and can be used for vending machines)
纸币识别
- 可以实现对纸币的分类识别,边缘检测,旋转矫正,识别(Can realize the classification of banknotes recognition, edge detection, rotation correction, recognition)
自助超市
- 从一个图片出识别出水果的种类和数量,并联动电子秤,计算水果的总价格,识别图片上的纸币的种类和数量(From a picture, we can identify the kinds and quantities of fruits, and calculate the total price of fruits with the electronic scales, and identify the kinds and quantities of banknotes in pictures.)
三种人民币识别
- 通过分析第五版人民币的特征,利用纸币中央数字的特征提取和识别的方法,通过MATLAB软件实现对第五版人民币的100元、50元和20元的识别。(By analyzing the characteristics of the fifth edition of RMB, using the method of extracting and identifying the central number of banknotes, the fifth edition of RMB can be ident
基于MATLAB人民币识别系统设计
- 这是我的毕业设计,需要的可以下载,改一下论文查重过了就能毕业。本设计为基于MATLAB的人民币识别系统,带有一个GUI界面。文件包括代码、所需纸币图片、毕业论文、毕业答辩PPT、开题报告、任务书、审计表、答辩记录表。代码可以完美运行。
图像处理人民币识别
- 本设计为基于MATLAB的人民币识别系统。带有一个GUI界面。先利用radon进行倾斜校正,根据不同纸币,选择不同维度的参数识别纸币金额,有通过RGB分量识别100元; 通过面额图像的宽度识别1元、5元;通过构建矩形结构体识别10元 ;通过RGB分量识别 20元 与 50元。