搜索资源列表
opencv
- 此程序,是在opencv+vc6.0环境下运行的,可以实现人脸识别,运动轨迹等功能。强烈推荐。-This program is under the opencv+ vc6.0 running, you can achieve recognition, trajectory and other functions. Highly recommended.
headCountCode
- 采用了Harrtraining和离子滤波算法实现了拥挤人群人头计数,非常有用。VC++和Opencv开发,采用Oepncv中的Harrtraining训练一个分类器即可运行-Human detection and tracking in high density crowds is an unsolved problem. Standard preprocessing techniques such as background modeling fail when most of the
opencv_
- 很好的质心算法,求图像的运动轨迹,用opencv实现的 -Centroid algorithm, find the image of the trajectory with opencv
huachuguiji
- 基于opencv能够在视频中动态的画出运动轨迹,主要运用于人的轨迹追踪。-Opencv able to track the trajectory of the video in the draw dynamic, based mainly used in the human trajectory.
多目标跟踪opencv
- 先用背景差分完成目标提取,将运动目标的相关信息放入到链表中,通过帧差完成对多目标的跟踪,达到实时性的要求 运动目标的相关信息存放于结构体中,可以在此基础上判断目标的动作行为跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果。(The relevant information of the moving object is stored in the structure.