搜索资源列表
MeanShift
- open cv MeanShift 圖形追蹤 利用RGB追蹤-open cv MeanShift graphics use RGB tracking tracking
bodymotiondetection
- 学习opencv图像处理中人体目标跟踪的一些很有用的资料,主要是讲camshift,meanshift和高斯混合模型。-Learning opencv image-processing for target tracking in the human body a number of very useful information, mainly speaking camshift, meanshift and Gaussian mixture model.
meanshift-demo
- 基于MeanShift的图像分割,分割出来的每个区域,采用漫水填充算法,使用不同的颜色表示出来。-Based image segmentation of MeanShift, each region segmentation, diffuse water filling algorithm, using a different color represented.
MeanShift
- 用meanshift方法在opencv和vs2008上实现运动物体的检测与跟踪。-Meanshift methods used to achieve the opencv and vs2008 moving object detection and tracking.
meanshift
- 本程序主要是实现meanshifit算法的跟踪功能,使用了opencv数据库,可以直接运行-it is a program used to implement tracking with meanshift
meanshift
- This mean-shift algorithm using openCV-This is mean-shift algorithm using openCV
meanshift
- meanshift函数对于运动模型的实时跟踪,初始手动选择跟踪范围。-meanshift based on the moving model, select the area which you want to focus.
Meanshift
- 本系统为主动视觉跟踪系统,采用meanshift和kalman滤波相结合,能较好地在光线比较恒定的场景进行主动跟踪。-It is an active tracking system which is based on meanshift and kalman, it has a robust performance in steady environment
meanshift-tracking
- 利用OpenCV函数的meanshift跟踪,用于演示跟踪效果,可以学习改进。-Meanshift tracking--AppWizard has created this ShadowTrack application for you.
MeanShift-Tracking
- tracking opencv 目标检测跟踪-tracking opencv
meanshift
- meanshift study slides
meanshift
- meanshift实现动态目标跟踪新方法,可直接使用,无需调试,opencv-Dynamic target tracking, opencv
opencv-meanshift
- meanshift的opencv代码,meanshift用于图像分割,目标跟踪-meanshift the opencv the code, meanshift used for image segmentation, target tracking
Meanshift
- Meanshift程序的实现,绝对能用,自己编写的-Meanshift program implementation, absolutely can, I have written
MeanShift-Kalman-tracking-algorithm
- 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
kalmanPcamshift(meanshift)
- 结合Kalman和Meanshift方法,对视频中运动目标进行跟踪。-Kalman and Meanshift combined method, the video moving target tracking.
meanshift
- 实现了用meanshift跟踪目标,效果良好,实时性可以保证-Meanshift track to achieve the target with good effect, can guarantee real-time
MeanShift
- meanShift,均值漂移,在聚类、图像平滑、分割、跟踪等方面有着广泛的应用。一般是指一个迭代的步骤,即先算出当前点的偏移均值,然后以此为新的起始点,继续移动,直到满足一定的结束条件。(MeanShift, mean shift is widely used in clustering, image smoothing, segmentation, tracking and so on. Generally refers to an iterative step, that is, first
Meanshift
- 运用meanshift算法进行目标跟踪,用鼠标选取目标后对目标进行跟踪(Target tracking using meanshift algorithm)
MeanShift目标跟踪(opencv)
- 国外一个大牛写的MeanShift目标跟踪程序,用opencv实现。