搜索资源列表
DistinguishCheckDigit
- 网页校验码识别程序,识别网上数字校验码,准确性高。-website check code identification procedures, and identification number of online check codes and high accuracy.
delphiblood
- delphi 血液红细胞识别统计源代码,功能相对比较完善,主要采用了数字图像的识别技术
modulation-classification
- 产生多种模拟及数字信号,针对多种调制信号进行有效地调制识别-modulation classificationforsignals such as:PSK,MPSK,FSK,MFSK,FM,AM,PM,SSB,DSB,AM
program1
- 本文利用MATLAB从预处理、边缘检测、车牌定位、车牌切割,字符分割、字符识别等几个方面,具体介绍了数字图像处理中车牌自动识别的原理。-In this paper , Principle of automatic license plate recognition in digital image processing is specially introduced using MATLAB from some perspectives , which conclude processing ,
Hopfield
- 离散Hopfield神经网络的联想记忆—数字识别,包含源代码和数据-Discrete Hopfield neural networks associative memory- digital identification, including source code and data
opencv
- 车牌识别,基于OPENCV的数字图像处理,图像中数字标识的自动识别-vehicle license plate recognition system
charSamples
- c++字符识别用到的车牌图像集,各个字符和数字的图像都有-character recongnize source images
yejianchepaishibie
- 分析拍照相片,灰度对比,数字识别,进行车牌识别-Analysis photograph photo, gray contrast, digital recognition, license plate recognition
Digital-card-recognition
- 实现数字卡片识别功能,效果非常好,可以准确识别0-9这10个数字-Digital card recognition function, the effect is very good, you can accurately identify the 10 digits 0-9
rddioedalysisbatch
- 设计一个离散hopfield网络,实现联想记忆,以对模糊数字进行识别,判断,-Design a discrete hopfield network, the realization of associative memory, for the fuzzy number, which can identify,
识别PDF中文字的Python程序
- 程序默认使用离线OCR,如果想使用百度在线OCR,需要在百度云网站申请创建新项目,将项目的apiKey,appId, SecretKey填写到程序中,并将OCR_ONLINE设置为True。(在线识别效果略好于离线识别效果,尤其在数字、英文字母、标点方面效果更好)。