CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 识别定位

搜索资源列表

  1. RecoCar2

    1下载:
  2. 车牌识别系统包括前期的预处理,车牌定位,识别等过程-License plate recognition system, including pre-pre-processing, license plate location, recognition process
  3. 所属分类:Graph Recognize

    • 发布日期:2015-09-16
    • 文件大小:5183488
    • 提供者:hys
  1. 47457821nicecaridentity

    0下载:
  2. 一个很好的车牌识别程序.能够实现车牌定位,车牌字符分割,车牌字符识别等-A good license plate recognition program. To achieve license plate location, license plate character segmentation, license plate character recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-29
    • 文件大小:11358241
    • 提供者:崔良义
  1. PlateLocal(matlab)

    1下载:
  2. 实现车牌识别并自动定位* 主函数:MyCarLocal.m * * im2gray 将图像转化为灰度图象; * * mycombine 区域合并; * * select 前期处理的区域选取; * * isplate 判断检测出的区域是否为车牌区域,还需要继续完善。-Automatic license plate recognition and positioning to achieve
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:5120
    • 提供者:emtf
  1. zx_pr_exp_6

    0下载:
  2. 选择合适的方法对车牌进行预处理,车牌定位,字符分割; 设计神经网络结构,利用神经网络训练字符,实现字符识别; 设计Matlab或者VC++程序编程实现完整的车牌识别系统。 -recognition of the car bland
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:610821
    • 提供者:林语
  1. work

    0下载:
  2. 本文的处理手段是对输入的汽车图像进行预处理,运用车牌定位,字符分割,字符识别的方法提取车牌上的数字字符串,并以文本的形式输出。-This treatment method is to enter the vehicle image preprocessing, the use of license plate location, character segmentation, character recognition to extract license plate numbers on th
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:489507
    • 提供者:金振涛
  1. roberts

    0下载:
  2. 基于边缘检测的车牌定位,及其识别(待完成)-Edge detection of license plate location
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:2866
    • 提供者:wangjingzun
  1. chepaishibie

    1下载:
  2. 车牌定位系统的目的在于正确获取整个图像中车牌的区域,并识别出车牌号。-The purpose of plate positioning system to obtain the correct license plate area in the whole image, and brand recognition out of the bus.
  3. 所属分类:matlab

    • 发布日期:2016-11-30
    • 文件大小:1648640
    • 提供者:sunny
  1. chepaishebvie

    0下载:
  2. 可以实现车牌定位 分割 识别 效果很好 通过验证 放心使用-Segmentation can identify the license plate location works well validated ease of use
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:102740
    • 提供者:夜星辰
  1. yuanchuang1

    0下载:
  2. 车牌识别的一个完整程序,其中定位方式用的是形态学办法,识别部分是神经网络,程序比较简单,但能实现系统识别要求,并有数个图片示例支撑,适用于初学者弄懂程序,学习思维方法。-License Plate Recognition of a complete program, including positioning the morphological approach used to identify parts of a neural network, the program is relative
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-25
    • 文件大小:8283012
    • 提供者:晨菁
  1. facial_detect

    0下载:
  2. 用VC 编译的人脸识别程序 大四经典软件编程项目 最新轮廓定位识别引擎-Recognition programs compiled with the VC senior classic software programming projects outline the latest recognition engine positioning
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-19
    • 文件大小:29177367
    • 提供者:牢龙
  1. chapter07

    0下载:
  2. 汽车牌照识别(包括车牌定位、车牌字符分割、车号牌字符识别)是一款移植能力较强的程序。-License plate recognition (including the license plate location, license plate character segmentation, vehicle number plate character recognition) ability is a transplant procedure.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1045354
    • 提供者:何盼
  1. ekfslam_v1.0

    0下载:
  2. 根据SLAM算法中的EKF-SLAM算法对运动机器人和周围环境进行同步定位和环境识别的仿真,可以达到较高的定位精度和结果-SLAM algorithm based on the EKF-SLAM algorithm and the surrounding environment movement to synchronize the robot to locate and identify the simulation environment, you can achieve high posi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:29154
    • 提供者:zx
  1. 006

    0下载:
  2. 车辆识别系统主要由车牌定位、字符分割和字符识别三个部分组成。车牌定位是指将车牌区域从车辆图像中分割出来,车牌定位是车牌自动识别技术中一个至关重要的环切。其定位的速度和准确程序直接影响到车牌识别系统的性能。车牌定位的方法的出发点是通过车牌区域的特征来判断牌照。而车牌定位主要包含两个关键技术问题:图像的预处理和车牌定位的算法。本文针对车牌识别系统中关于静态图片中的车牌定位问题,主要运用了图像处理的知识,在VC开发平台上,通过对静态图片进行灰度变换,二值化,中值滤波等一系列处理,利用投影检测算法实现了
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6316927
    • 提供者:ZYM
  1. Macles

    0下载:
  2. 机器视觉的冷凝管管口识别定位Machine Vision Identification and Location of condenser nozzles-Machine Vision Identification and Location of condenser nozzles
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:337529
    • 提供者:
  1. yzm

    0下载:
  2. VB简单验证码识别,二值后拆分再字模匹配 适合固定形状,固定位置的验证码 -Simple VB Code to identify, and then split two font matching value for a fixed shape, fixed position of the verification code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-25
    • 文件大小:5080
    • 提供者:liuling
  1. chepaishibie

    0下载:
  2. 车牌识别,里面有具体的程序代码,实现车牌定位、分割及字符的识别-License Plate Recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-15
    • 文件大小:6400
    • 提供者:马经纬
  1. chepaishibie

    1下载:
  2. 只需输入车辆图片,即可实现包括车牌检测、车牌定位、车牌字符分割、车牌字符识别的全流程图形化演示,非常形象!拥有完整matlab源代码,是学习模式识别的高贵编程参考。-Just enter the vehicle picture, you can achieve, including license plate detection, license plate location, license plate character segmentation, the whole process of
  3. 所属分类:matlab

    • 发布日期:2016-11-27
    • 文件大小:1534976
    • 提供者:zdx
  1. originalcode

    0下载:
  2. 一个简单的车牌字符识别系统 包括车牌定位 字符切割及识别等功能-A license plate recognition (LPR)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3444
    • 提供者:雪山飞船
  1. chepaisihbie-matlab

    2下载:
  2. 基于matlab的汽车牌照识别程序,能够实现车牌图像预处理,车牌定位,字符分割,然后通过神经网络对车牌进行字符识别,最终从一幅图像中提取车牌中的字母和数字,给出文本形式的车牌号码。-failed to translate
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:773998
    • 提供者:barry
  1. FaceDetect(vc)

    0下载:
  2. 是用vc++开发的人脸识别程序,能很准确的对人脸图片进行精确定位,希望对大家有帮助。-Is the development of face recognition vc++ program can be very accurate picture of the precise positioning of the face, we want to help.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-22
    • 文件大小:7140036
    • 提供者:lhb
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com