VC++基于opencv1.0的车牌识别程序源代码-源码程序 - vc源码程序 - 谷速源码
下载频道> 资源分类> 编程语言> VC源码> VC++基于opencv1.0的车牌识别程序源代码-源码程序

标题:VC++基于opencv1.0的车牌识别程序源代码-源码程序
分享到:

所属分类: VC源码 资源类型: 文件大小: 163.26 KB 上传时间: 2017-06-20 22:01:30 下载次数: 15 资源积分:1分 提 供 者: admin 20170620100141590
内容:
VC++基于opencv1.0的车牌识别程序源代码-源码程序,基于vc6.0和opencv1.0的车牌识别,本程序开发环境:vc6.0 opencv1.0。
  整体功能:是为了实现车牌自动跟踪,检测,并拍照,定位,识别,但是跟踪和拍照等于没有实现。
  实现功能: 能实现视频中物体跟踪,但必须是手动圈住才行,摄像头是usb摄像头。
  这个程序也是根据参考网友的一些程序,改写而成,先贡献给网友。希望对你有点帮助。
  操作步骤:程序主界面:有打开摄像头,关闭摄像头,截取图片,车牌识别。
  打开摄像头,可以看到视频中画面,移动鼠标圈住物体,可以自动跟踪。截取图片,在打开设摄像头的情况下,可以截取并保存一张图片。
  关闭摄像头,不用摄像头时,需先关闭摄像头,不然执行其他的会有错误。车牌识别,弹出程序子界面。
  在程序子界面里: 依次又打开图片,图像二值化,车牌定位,字符分割,字符识别按钮。
  按钮点击顺序是:打开图片,图像二值化,车牌定位,字符分割,字符识别。
  操作完就可以看到结果。只要图片大小合适(不能太大),一般都能较准确的结果。车牌定位识别那块有详细注释。
  编译后运行需要:cv100.dll、cxcore100.dll、highgui100.dll文件,可在本站DLL下载频道下载。
VC ++ Based on opencv1.0 license plate recognition program source code - source code procedures, based on vc6.0 and opencv1.0 license plate recognition, the program development environment: vc6.0 opencv1.0.
The overall function: in order to achieve the license plate automatic tracking, detection, and camera, positioning, identification, but tracking and taking pictures is equal to not achieved.
Implementation of the function: to achieve the object tracking in the video, but must be manually occupied Caixing, the camera is usb camera.
This procedure is also based on reference to some of the users of the program, rewritten from the first contribution to the users. Hope to help you a little bit.
Steps: the main program interface: a camera to open, close the camera, capture pictures, license plate recognition.
Open the camera, you can see the video in the screen, move the mouse around the object, you can automatically track. Intercept the picture, open the camera in the case, you can intercept and save a picture.
Close the camera, no camera, you need to close the camera, or the implementation of the other will be wrong. License plate recognition, pop-up program sub-interface.
In the program sub-interface: in turn open the picture, image binarization, license plate positioning, character segmentation, character recognition button.
Button click order is: open the picture, image binarization, license plate positioning, character segmentation, character recognition.
Operation can see the results. As long as the size of the picture appropriate (not too large), generally more accurate results. License plate positioning identification that piece has a detailed note.
After the compiler needs to run: cv100.dll, cxcore100.dll, highgui100.dll file, can be downloaded from the site DLL download channel.

文件列表(点击上边下载按钮,如果是垃圾文件请在下面评价差评或者投诉):

VC++基于opencv1.0的车牌识别程序源代码-源码程序
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\res
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\图片
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\MyDialog.cpp
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\MyDialog.h
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\ReadMe.txt
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\Resource.h
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\StdAfx.cpp
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\StdAfx.h
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\opencvCar.aps
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\opencvCar.clw
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\opencvCar.cpp
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\opencvCar.dsp
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\opencvCar.dsw
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\opencvCar.h
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\opencvCar.rc
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\opencvCarDlg.cpp
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\opencvCarDlg.h
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\res\opencvCar.ico
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\res\opencvCar.rc2
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\图片\1656.jpg
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\图片\car1.jpg
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\图片\car2.jpg
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\图片\car3.jpg
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\图片\car4.jpg
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\图片\car5.jpg
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\图片\t1.jpg
VC++基于opencv1.0的车牌识别程序源代码-源码程序\code\说明.txt
VC++基于opencv1.0的车牌识别程序源代码-源码程序\www.gusucode.com.txt
VC++基于opencv1.0的车牌识别程序源代码-源码程序\【谷速代码】-免费源码.url
VC++基于opencv1.0的车牌识别程序源代码-源码程序\程序说明.txt

关键词: 程序 车牌 源代码

Top_arrow
回到顶部
联系方式| 版权声明| 招聘信息| 广告服务| 银行汇款| 法律顾问| 兼职技术| 付款方式| 关于我们|
网站客服网站客服 程序员兼职招聘 程序员兼职招聘
沪ICP备19040327号-3
公安备案号:沪公网安备 31011802003874号
库纳格流体控制系统(上海)有限公司 版权所有
Copyright © 1999-2014, GUSUCODE.COM, All Rights Reserved