Welcome![Sign In][Sign Up]
Location:
Search - LICENSE PLATE VIDEO

Search list

[Graph Recognizehhh

Description: 视频识别车牌,vvc++ ,图像,源码,车牌-Video license plate recognition, vvc++, Images, source code, license plate
Platform: | Size: 5960704 | Author: 陈伟文 | Hits:

[Graph Recognizeinspectcarcard

Description: 对压实线、长期占用超车道、不按规定停车、强超抢会等违章行为的车辆进行数字录像取证(包括车辆图像、违章时间、违章地段等信息)、车牌识别和黑名单比对报警,-On the compaction line, long-term occupation of ultra-lane, non-required parking, strong super-snatching, such as violations of the vehicle digital video recording of evidence (including vehicle images, irregular time, regulations and other information sites), License Plate Recognition and blacklists against alarm,
Platform: | Size: 1101824 | Author: chen ning | Hits:

[Graph Recognizevideo

Description: 一个车牌识别的实验的录像文件,我在网上很少能找到这样的东西,所以共享一下啊,-License Plate Recognition experiments a video file, I rarely can find this online thing, so share what ah,
Platform: | Size: 1187840 | Author: liurui | Hits:

[Graph programCubicVideo_OCX_SDK

Description: 给大家介绍一款关于车牌识别的软件:视频捕获组件。-Give everyone an introduction about License Plate Recognition Software: Video Capture components.
Platform: | Size: 335872 | Author: songxiang | Hits:

[Special EffectsImage_Processing_Practise

Description: 这是《精通Visual C++数字图像处理技术与工程案例》光盘源代码,共包含9个完整用例(含源代码、完整设计流程图、原理介绍):人脸检测、牌照自动识别监控、运动人体跟踪、细胞识别统计、文字识别、相机自动调焦、计算机集成数控、运动检测、车牌定位。书中含图像和视频资源,不需自行搜集。此外还有对于数字图像处理基础知识、工程使用中涉及的基本技术的介绍。-This is《proficient in Visual C++ digital image processing technology and engineering case》source code, contains a total of nine complete use case (including source code, complete the design flow chart, the principle of introduction): Human Face Detection, License Plate Recognition monitoring exercise to track the human body , cell recognition statistics, language identification, auto-focus camera, computer integrated CNC, motion detection, license plate location. Book containing images and video resources, do not need to collect on their own. In addition have the basic knowledge of digital image processing, engineering involving the use of basic technology introduction.
Platform: | Size: 14778368 | Author: | Hits:

[Multimedia programvideodetection

Description: 信号控制系统接收路口红绿灯信号,在红灯状态下,利用动态视频检测技术,对闯红灯的车辆进行抓拍和车牌识别-Signal control system to receive signals at the junction traffic lights, in the red state, the use of motion video detection technology, red light running vehicles to capture and License Plate Recognition
Platform: | Size: 691200 | Author: 叶青 | Hits:

[Graph RecognizeVideo-Frame

Description: 视频帧分析源码,用于车辆检测及车牌识别,采用背景差分法-Analysis of source video frame for vehicle license plate detection and identification, using the background difference method
Platform: | Size: 197632 | Author: ligi | Hits:

[source in ebookyoudianmatlabVc

Description: 人民邮电版图像处理源码,车牌识别,数字识别系统源代码,路线识别(机器人视觉),形态学处理,数字识别,字母识别,边缘检测,图像分割-Posts And Telecommunications News source version of image processing, license plate recognition, digital identification system source code, line identification (robot vision), morphological processing, digital identification, letter recognition, edge detection, image segmentation
Platform: | Size: 6606848 | Author: 杨山 | Hits:

[AI-NN-PRLPR-mobile

Description: 视频车辆牌照识别,包含汉字处理算法,BP神经网络设计。识别率高达90%以上。-Video vehicle license plate recognition, including the Chinese characters processing algorithms, BP neural network design. Recognition rate as high as 90 .
Platform: | Size: 771072 | Author: 飞辉 | Hits:

[Special EffectsLicensePlateLocation

Description: 车牌定位VC++源程序,高速公路视频抓拍汽车车牌并分析车牌号。-License plate location VC++ source code, highway video capture and analyze vehicle license plate number plate.
Platform: | Size: 1271808 | Author: 秦琼 | Hits:

[Graph programMobilePolice

Description: 交通系统监控软件,具有安装包,安装后有相应的测试视频和例程源码。具有车牌识别功能和机动车辆实时抓拍功能等。-Traffic system monitoring software, with installation package, after installation of the appropriate test video and routine source. A motor vehicle license plate recognition and real-time capture function.
Platform: | Size: 17165312 | Author: gr109 | Hits:

[Graph RecognizeDigitalImageProcessingExperimentMATLAB

Description: 基于视频图像的车牌定位程序,其中预处理包括图像二值化、边缘提取、图像滤波和形态学处理的等等,最后利用投影进行车牌定位。-License Plate Location Based on Video Image program, which includes image binarization pretreatment, edge extraction, image filtering and morphological processing, etc. Finally, projection for license plate location.
Platform: | Size: 4426752 | Author: 田瑞霞 | Hits:

[Special EffectsLPREngineDemoEx

Description: 包含如下文件: LPR车牌识别模块 用于读取视频流的辅助模块 -Contains the following files: LPR License Plate Recognition Module for reading the auxiliary video stream module
Platform: | Size: 208896 | Author: | Hits:

[Special Effectschepaidingweisuanfayanjiu

Description: 摘要 车辆牌照识别(License Plate Recognition System, LPR)作为目标自动识别的一 种重要形式,可用于电子收费、出入控制、车流监控等众多场合,从而提高交通 管理自动化的程度,它的相关技术的研究正逐渐受到人们的重视。 本文主要介绍基于Run Length原理和Tamura纹理的车牌定位系统,该系统是基 于视频流进行开发的,主要包括车辆运动区域检测、车牌图像处理、车牌定位。 其中车辆运动区域检测利用多帧求平均的背景估计方法实现;车牌图像处理包括 灰度变换、中值滤波、边缘检测和二值化;车牌定位包括车牌水平定位、车牌垂 直定位、颜色判断和细定位。 该定位系统是在C++Builder环境下实现的,针对不同大小车牌、不同光照条件 的1400张图片进行测试,其定位率可以达到92 以上;同时也将该算法封装成DLL 库,应用在雷达测试仪中,对各种光照条件下的视频流进行测试。测试结果证明 本文算法简单、快速、准确率高,满足车牌识别系统实时性、通用性、和准确性 的要求,具有一定的应用价值。 关键词:车牌定位Run Length Tamura纹理-Abstract As an important application form of target automatic recognition, vehicle license plate recognition( LPR) technology is used in some fields, such as electron charging, pass controlling and automobile stream supervising etc. The paper introduces license plate location system based on the principle of Run Length and Tamura texture feature. The system is developed based on video streams, mainly includes vehicle motion region detection, license plate image processing, vehicle license plate location. The detection of vehicle motion region uses the background estimation methods based on the average of multi-frame license plate image processing includes gray-scale transformation, median filtering, edge detection and binarization the license plate location includes license plate horizontal location, license plate vertical position, color judgments and accurate location. The system is achieved in the C++ Builder environment, and it uses 1400 images that are of different
Platform: | Size: 2509824 | Author: 王述 | Hits:

[OpenCVopencvCar

Description: 利用VC环境,开发了一个基于OPenCV的车牌识别系统,实现了对静态图片和视频中的车牌进行识别的功能,算法还有需要改进的地方,希望大家多提宝贵意见-Use the VC environment, developed a license plate recognition system based on OPenCV realized for still images and video of the license plate to identify the function, the algorithm still needs improvement, I hope you valuable advice
Platform: | Size: 14772224 | Author: | Hits:

[Graph RecognizeLicense-Plate-Recognition-

Description: 车牌识别视频跟踪资料,详细介绍了车牌识别的一些常用方法及技巧,视频跟踪分析得挺详细的。-License plate recognition video tracking data, details of some commonly used methods and techniques of the license plate recognition, video tracking analysis, quite detailed
Platform: | Size: 3870720 | Author: 罗彬强 | Hits:

[Mathimatics-Numerical algorithmsVehicle-License-Plate-Recognition-

Description: 车牌识别技术(Vehicle License Plate Recognition,VLPR) 是指能够检测到受监控路面的车辆并自动提取车辆牌照信息(含汉字字符、英文字母、阿拉伯数字及号牌颜色)进行处理的技术。车牌识别是现代智能交通系统中的重要组成部分之一,应用十分广泛。它以数字图像处理、模式识别、计算机视觉等技术为基础,对摄像机所拍摄的车辆图像或者视频序列进行分析,得到每一辆汽车唯一的车牌号码,从而完成识别过程。通过一些后续处理手段可以实现停车场收费管理,交通流量控制指标测量,车辆定位,汽车防盗,高速公路超速自动化监管、闯红灯电子警察、公路收费站等等功能。对于维护交通安全和城市治安,防止交通堵塞,实现交通自动化管理有着现实的意义。-The license plate recognition technology (Vehicle License Plate Recognition, VLPR) is detected by monitoring road vehicle and automatically extract vehicle license information (including Kanji characters, English letters, Arabic numerals and number plate color) processing technology. License plate recognition is an important part of modern intelligent transportation systems, and a wide range of applications. Based on digital image processing, pattern recognition, computer vision technology, vehicle camera shooting images or video sequences analysis, only the license plate number of every car, so as to complete the identification process. Can be achieved by subsequent processing means parking fee management, traffic flow control indicators measuring vehicle location, car theft, highway speeding automation regulatory red light electronic police, highway toll stations and more. Has practical significance for the maintenance of traffic safety and urban security, to prevent traffic jams, tr
Platform: | Size: 14730240 | Author: 王超 | Hits:

[Special EffectsVehicle-License-Plate-Recognition

Description: 车牌识别技术(Vehicle License Plate Recognition,VLPR) 是指能够检测到受监控路面的车辆并自动提取车辆牌照信息(含汉字字符、英文字母、阿拉伯数字及号牌颜色)进行处理的技术。车牌识别是现代智能交通系统中的重要组成部分之一,应用十分广泛。它以数字图像处理、模式识别、计算机视觉等技术为基础,对摄像机所拍摄的车辆图像或者视频序列进行分析,得到每一辆汽车唯一的车牌号码,从而完成识别过程。-License plate recognition technology (VLPR) is the ability to detect the monitored road vehicles and vehicle license automatically extract information (including Kanji characters, English letters, digits and plate color) processing technology. License plate recognition is one of the modern intelligent transportation system, an important part of the wide range of applications. It is a digital image processing, pattern recognition, computer vision technology, the vehicle image captured by the camera or video sequence analysis, only every car s license plate number, thus completing the identification process.
Platform: | Size: 4159488 | Author: wang | Hits:

[CSharpVehicle-license-plate-recognition

Description: 车牌识别技术是计算机视频图像识别技术在车辆牌照识别中的一种应用。车牌识别技术要求能够将运动中的汽车牌照从复杂背景中提取并识别出来,通过车牌提取、图像预处理、特征提取、车牌字符识别等技术,识别车辆牌号、颜色等信息-License Plate Recognition Vehicle (VLPR) is an application of computer video image recognition technology in vehicle license plate recognition. The license plate recognition technology can extract and recognize the vehicle license plate the complex background. Through the license plate extraction, image preprocessing, feature extraction, license plate character recognition technology, the identification of vehicle grades, color and other information
Platform: | Size: 10996736 | Author: 毛尖 | Hits:

[Otherautomatic-license-plate-tracking

Description: 本程序开发环境:vc6.0 opencv1.0 整体功能:是为了实现车牌自动跟踪,检测,并拍照,定位,识别,但是跟踪和拍照等于没有实现。 实现功能: 能实现视频中物体跟踪,但必须是手动圈住才行,摄像头是usb摄像头. 打开车牌图片,能进行定位,车牌分割,字符分割,字符识别。 操作步骤:程序主界面:有打开摄像头,关闭摄像头,截取图片,车牌识别 打开摄像头,可以看到视频中画面,移动鼠标圈住物体,可以自动跟踪。 截取图片,在打开设摄像头的情况下,可以截取并保存一张图片。 关闭摄像头,不用摄像头时,需先关闭摄像头,不然执行其他的会有错误。 车牌识别,弹出程序子界面。-The program development environment: vc6.0 opencv1.0 overall function: in order to achieve automatic license plate tracking, testing, and photographed, locate, identify, track and take pictures equal but not implemented. Function: video object tracking can be achieved, but must be manually trapping for the job, the camera is open usb camera license plate image can be positioned, plate segmentation, character segmentation, character recognition. Procedure: the main program interface: Yes open the camera, turn off the camera, the interception of the picture, turn on the license plate recognition camera, you can see the video screen, move the mouse trapping objects can be automatically tracked. Interception of the picture, set to open in the case of the camera, can intercept and save a picture. Turn off the camera when not in camera, you must first turn off the camera, or perform other will be wrong. License Plate Recognition, pop-up sub-program interface.
Platform: | Size: 1930240 | Author: 大声道 | Hits:
« 12 3 »

CodeBus www.codebus.net