资源列表
97288385ocr
- 校验码识别delphi的识别,请看下能不能用呢-Check the identification code recognition delphi, see the next can not use it
nanking
- 这是一个车牌识别系统,仅供参考 做得不好的话,莫怪 -This is a license plate recognition system, for information purposes only if done well, No wonder, then
MEAN-SHIFT-Algorithms
- MEAN SHIFT算法概述,对mean shift一些分析-MEAN SHIFT Algorithms, some analysis on the mean shift
RFIDchanyefazhanbaogao
- RFID射频识别是一种非接触式的自动识别技术,它通过射频信号自动识别目标对象并获取相关数据,识别工作无须人工干预,可工作于各种恶劣环境。RFID技术可识别高速运动物体并可同时识别多个标签, 操作快捷方便。-Radio Frequency Identification RFID is a non-contact automatic identification technology, which RF signal automatic target recognition and access t
Midpointcircle
- 在矩阵或者二维图像中画一个圆,没有丢失的像素点 -Draw a circle in a matrix/image
face
- 基于matlab的人脸识别,不包含图像库,使用PCA分析方法-Matlab-based face recognition, image database does not include the use of PCA analysis
V1[1].0
- 一个较完整的利用用形态学方法提取骨架线的源代码,界面友好,里面还包含了平滑和滤波算法。-Using a more complete extraction with morphological skeleton source code, friendly interface, which also includes smoothing and filtering algorithms.
HoughLineTracking
- 从摄影头输入影像,可侦测直线物体,侦测到的直线以红色线条显示出来,以OPENCV的Hough transform实作-The first input from the photographic images, can detect linear objects detected straight lines shown in red to OPENCV the Hough transform implementation
lprsdk
- 很好用的车牌定位识别模块,使用很简单,很方便。-Good positioning with the license plate recognition module, using very simple and very convenient.
rtgenzong
- 智能监控系统运动目标识别程序,能顺利运行。-Moving Object Recognition Intelligent Surveillance System program, run smoothly.
handwritten-digits
- 手写数字识别的几种算法 c 源码,希望对大家有所帮助-Several handwritten numeral recognition algorithm c source code, we want to help
platelience
- 车牌识别系统一般包括车牌定位、车牌切分、字符识别三部分,而车牌定位是车牌识别系统的基础和前提,其准确与否直接影响着车牌识别的准确率。本文针对这一关键问题进行了研究,提取了车牌的颜色特征并结合其纹理特征、几何特征以及投影特征进行准确定位。采用HSV颜色模型,利用颜色空间距离相似度计算分割颜色;针对颜色分割后的图像,车牌区域内水平方向上具有的连续跳变的特征,采用行扫描法确定车牌的上下边界;车牌区域内垂直方向具有投影特征,采用垂直投影法确定车牌的左右边界;最后根据车牌的宽高比判断是否是真实的车牌域。实