搜索资源列表
MultifacesTrackingBasedOnCamshift
- 本程序是基于VisualC++和OpenCV的做的人脸跟踪程序,实现了多人脸跟踪,通过改进Camshift算法,在一定程度上解决了多人脸混淆问题
ColorCamshiftBasedAutoInitial
- 本程序是在Camshift原始的跟踪算法的基础上进行了改进,实现了对多目标的跟踪的自动初始化,
CV4HCI_2006-02-25.tar
- 用java编写调用OPECV中的camshift和多高斯模型前景提取程序,在上面可以实现半自动跟踪,非常方便
本程序是在Camshift原始的跟踪算法的基础上进行了改进,实现了对多目标的跟踪的自动初始化
- 本程序是在Camshift原始的跟踪算法的基础上进行了改进,实现了对多目标的跟踪的自动初始化
opencamera
- 在MFC下使用opencv实现摄像头视频显示,图像采集,以及使用camshift实现物体的追踪。自己参考别人写的,诸多不好之处,敬请谅解-Use opencv realized in MFC camera video display, image acquisition, and tracking objects using camshift achieve. Own reference written by someone else, a lot of not very good, pleas
camshift
- 多目标跟踪的camshift while循环代码-Multi-target tracking camshift while loop code
AutoCamShift
- CAMSHIFT算法实现快速跟踪和检测运动目标-Algorithm implementation CAMSHIFT Express tracking and detection of moving targets
camshift
- 此程序演示了通过USB从图像处理卡采集图像,并对采集到的视频图像进行camshift的跟踪的功能。涉及多个开发领域,综合性强,具有很好的参考价值。-This program demonstrates the card through the USB capture images from the image processing, and video images collected camshift tracking function. Involves a number of develop
duorenliangenzong
- 改进Camshift算法的多人脸跟踪,衣服的颜色辅助信息,有效的改善Camshift算法的缺点,不至于使遮挡时跟踪趋向于强势窗口。-Improved multiplayer Camshift face tracking algorithm, the color of clothing auxiliary information, an effective method to improve the Camshift shortcomings, does not cause a strong te
isMHICAMSHIFT
- isMHI结合CAMSHIFT的多目标跟踪
camshifttracker
- 基于多个颜色分布模型的Camshift跟踪算法-Color distribution model based on multiple tracking algorithms Camshift
a200910-648
- 参考文献:基于camshift的多目标跟踪的实现。具体请仔细阅读。-References: Multi-target tracking based on camshift implementation. For details, please read them carefully.
camshift
- 本程序是在原始的Camshift跟踪算法的基础上进行了改进,实现了对多目标的跟踪的自动初始化-This procedure is in the original Camshift tracking algorithm based on improved, to achieve multi-target tracking for automatic initialization
object-tracking-based-on-camshift
- 本程序在Camshift原始的跟踪算法的基础上进行了改进,能够实现对多目标的跟踪,并且实现了自动初始化-The improved Camshift original tracking algorithm based on this program, able to multi-target tracking, and automatically initialized
MultifacesTrackingBasedOnCamshift
- 基于CAMSHIFT的多个人脸的跟踪程序,配置环境为VC6.0+OPENCV1.0-The configuration environment VC6.0+OPENCV1.0 based on the multiple faces CAMSHIFT tracking program
camshift
- 多目标跟踪的camshift while循环代码Multi-target tracking camshift while loop code-Multi-target tracking camshift while loop code
Multi-target
- 多目标跟踪的改进Camshift/卡尔曼滤波组合算法-Multi-target tracking improvements Camshift/Kalman filter algorithm combinations
opencv_cvcamshift_cvmeanshift
- CAMSHIFT进行多目标的跟踪,而且根据多个场景进行改进的算法。-CAMSHIFT multi-target tracking, and improved algorithm based on multiple scenarios.
156423
- 为实现教室监控视频中多目标智能跟踪,研究提出了一种基于前景检测修正和梯度特征的改进型CamShift算法。该算法利用收敛速度分段分区可调的背景重建算法对视频序列进行背景重建与前景检测。综合考虑了前景检测结果,图像 梯度和颜色特征,进行CamShift目标跟踪。该算法能自适应调节梯度与颜色特征融合比例,对强光有一定的抑制作用。开发了实验软件,仿真结果表明了所提算法的有效性,为解决教室照明用电浪费问题提供一个可行的解决方案。-Surveillance video in the classroom
opencv3之目标跟踪(单目标、多目标)
- 对于刚入门的opencv玩家,提起目标跟踪,马上想起的就是camshift,但是camshift跟踪往往达不到我们的跟踪要求,包括稳定性和准确性。 opencv3.1版本发行后,集成了多个跟踪算法,即tracker,大部分都是近年VOT竞赛榜上有名的算法,虽然仍有缺陷存在,但效果还不错。(For incoming opencv players, CAMSHIFT is the key to target tracking, but CAMSHIFT tracking often fails t