搜索资源列表
-
0下载:
基于meanshift的目标跟踪opencv开源代码,Base mean shift object tracking
-
-
0下载:
人脸检测的C/C++源代码,曾发表于 OPENCV 的 MAILING LIST,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。这个程序所使用的 Paul Viola 提出(该论文“Rapid Object Detection using a Boosted Cascade of Simple Features”发表在 CVPR01)的 Ada Boosted Cascade 算法可以说是目前最好最快的目标检测算法。,face tracking
-
-
0下载:
利用质心法的OPenCV实现运动物体跟踪检测。非常实用。,OPenCV use of quality-force to achieve the detection of moving object tracking. Very useful.
-
-
0下载:
物体跟踪,基于OPENCV和VC++开发的,已经试验过能成功,Object tracking, and OPENCV based on VC++ development has been tested successfully
-
-
0下载:
It is a people counter perform using opencv library and C++ language. Has also implemented background subtraction and object tracking.
-
-
0下载:
用VC编写的运动检测程序,实现运动物体的跟踪与检测,包括了数字图像处理的一些操作方法-VC prepared with motion detection process, the achievement of moving object tracking and detection, including a number of digital image processing method of operation
-
-
3下载:
opencv目标检测与跟踪系统,能够很好的跟踪到目标,并将目标框起来。-opencv object detection and tracking system, to a very good track to the target, and target frame.
-
-
4下载:
一个能捕捉AVI视频中的运动目标并实现定位用opencv实现的目标跟踪程序-AVI video capture of a moving object and the implementation of location tracking with opencv program goals
-
-
0下载:
基于OPENCV实现的粒子滤波运动目标跟踪源程序-Particle Filter Moving Object Tracking based on OPENCV
-
-
1下载:
一个采用FFMPEG对视频进行解码、采用OPENCV对物体进行跟踪的 跟踪示例程序。-A use of FFmpeg for video decoding, using OPENCV object tracking sample tracking procedures.
-
-
0下载:
用openCV实现,用Camshift算法实现彩色目标跟踪-openCV,color object tracking usingCamshift
-
-
0下载:
本翻译是直接根据 OpenCV Beta 4.0 版本的用户手册翻
译的,原文件是:
<opencv_directory>/doc/ref/opencvref_cv.htm, 可
以从 SOURCEFORG 上面的 OpenCV 项目下载,也可以直
接从 阿须数码 中下载:
http://www.assuredigit.com/incoming/sourcecode/o
pencv/chinese_docs/ref/opencvref_cv.htm。
翻译
-
-
0下载:
完整的运动物体检测与跟踪算法。OPENCV实现-Integrity of the moving object detection and tracking algorithm. OPENCV to achieve
-
-
0下载:
实现了实时的运动物体跟踪,方法简单,实用性强。对做跟踪的有很大的帮助-Achieve real-time moving object tracking method is simple and practical. On track to do great help! ! ! !
-
-
0下载:
物体追踪。日本opencv的配套程序。实现动态物体的跟踪功能-Object tracking. Japan opencv matching procedures. Tracking of dynamic objects
-
-
0下载:
Some code for tracking color object base on opencv library
-
-
0下载:
利用directshow连接U口摄像机,再利用menshift实现物体跟踪-U port to connect the camera using directshow, re-use menshift achieve object tracking
-
-
0下载:
The program is based on VS2010 + OpenCV2.4, used in the two picture of the same scene moving object trajectory tracking.The program from the BBN Computer Vision Lab.
-
-
0下载:
先用背景差分完成目标提取,将运动目标的相关信息放入到链表中,通过帧差完成对多目标的跟踪,达到实时性的要求
运动目标的相关信息存放于结构体中,可以在此基础上判断目标的动作行为跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果。(The relevant information of the moving object is stored in the structure.
-
-
0下载:
该资料中包含了《OpenCV By Example》中文版以及例程程序,该书的目录如下所示:
第1章 OpenCV的探险之旅;
第2章 OpenCV基础知识介绍;
第3章 图形用户界面和基本滤波;
第4章 深入研究直方图和滤波器;
第5章 自动光学检测、目标分割和检测;
第6章 学习目标分类;
第7章 识别人脸部分并覆盖面具;
第8章 视频监控、背景建模和形态学操作;
第9章 学习对象跟踪;
第10章 文本识别中的分割算法;
第11章 使用Tessera
-