Welcome![Sign In][Sign Up]
Location:
Search - track opencv camshift

Search list

[CSharpCAMSHIFT

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 CC++ 源代码-CAMSHIFT algorithm using fast-track and detect moving targets CC++ Source code
Platform: | Size: 3072 | Author: gg | Hits:

[Graph RecognizeSinglefaceTrackingBasedOnCamshift

Description: 本程序是用VisualC++和OpenCV实现的,通过改进的Camshift算法,引进辅助信息,解决了人脸遮挡问题-This procedure is used VisualC++ And OpenCV achieved through improved Camshift algorithm, the introduction of auxiliary information to resolve the problem of facial occlusion
Platform: | Size: 23914496 | Author: 张涛 | Hits:

[Otheryundong

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,该运行文件在VC6.0环境下编译通过,是一个 stand-alone 运行程序,不需要OPENCV的DLL库支持。在运行之前,请先连接好USB接口的摄像头。然后可以用鼠标选定欲跟踪目标。-CAMSHIFT algorithm using fast-track and detect moving targets C/C++ Source code, the run files in VC6.0 compiler environment is passed, is a stand-alone run the program, do not need the DLL library OPENCV support. Running before you connect a good camera USB interface. Can then be selected with the mouse For tracking the target.
Platform: | Size: 5120 | Author: 徐振华 | Hits:

[Graph RecognizeFaceTracking

Description: 使用OPENCV库实现的人脸跟踪,需要安装OPENCV。输入源可以是视频,也可以是摄像头。可选择Harr特征和CamShift两种方法对人脸进行跟踪。还提供了视频保存的功能。-Library implemented using OPENCV Face Tracking, need to install OPENCV. Input source can be a video camera can also be. Harr features and CamShift choose two methods to track human face. Also provides a video storage.
Platform: | Size: 4017152 | Author: 陈业成 | Hits:

[Graph programkalmanfortracking

Description: opencv做的camshift例程,可以跟踪目标,实时性好-opencv do camshift routines, can track targets in real time with good
Platform: | Size: 108544 | Author: 张超蓝 | Hits:

[Graph program1

Description: opencv做的camshift例程,可以跟踪目标,实时性好-opencv do camshift routines, can track targets in real time with good
Platform: | Size: 2215936 | Author: 张超蓝 | Hits:

[Special Effectsyundong

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshift algorithm which is a robust statistical method of finding the mode (top) of a probability distribution. Both CAMSHIFT and Meanshift algorithms exist in the library. While it is a very fast and simple method of tracking, because CAMSHIFT tracks the center and size of the probability distribution of an object, it is only as good as the probability distribution that you produce for the object. Typically the probability distribution is derived from color via a histogram, although it could be produced from correlation, recognition scores or bolstered by frame differencing or motion detection schemes, or joint probabilities of different colors/motions etc. In this application, we use only the most simplistic approach: A 1-D Hue histogram is sampled from the object in an HSV color space version of the image. To produce the
Platform: | Size: 15360 | Author: 黄文伟 | Hits:

[Graph programMyVideo1.0_AutoCamshift

Description: 程序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 程序做的不完善,只能针对类似test.avi的视频进行测试。(读一下函数GetBlob()你就能明白为什么了) 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Program using MFC+ openCV prepared. Can be realized automatically obtain an objective selection box and make camshift track
Platform: | Size: 568320 | Author: 王呈鹏 | Hits:

[OpenCVAutoCamShift

Description: opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。-opencv provides color-based tracking algorithm camshift, good algorithm, but it is a semiautomatic algorithm, it needs to track the user interface to set tracking goals.
Platform: | Size: 215040 | Author: 黄美芝 | Hits:

[OpenCVcondesation

Description: opencv 粒子滤波程序,可以对感兴趣的颜色进行跟踪-opencv particle filtering program that can track the color of interest
Platform: | Size: 676864 | Author: zhongcheng | Hits:

[AI-NN-PRTrackingAlgorithm

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子-CAMSHIFT algorithm using fast-track and detect moving targets C/C++ source code, OPENCV BETA 4.0 version of the SAMPLE in this example is given
Platform: | Size: 8192 | Author: 梁浩 | Hits:

[OpenCVcamshifttrack

Description: opencv camshift 实现摄像头半跟踪 绝对可以运行 本人已经实现过 -opencv camshift finish half-auto track absolutely can be runned,i have make it
Platform: | Size: 7168 | Author: 张博为 | Hits:

[Graph RecognizeCAMSHIFT

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出的一个例子。-CAMSHIFT algorithm using fast-track and detect moving targets C/C++ source code, OPENCV BETA 4.0 version of the SAMPLE given in an example.
Platform: | Size: 21504 | Author: 谢露 | Hits:

[OpenCVMotionDetect

Description: 从摄像头读取视频,屏幕选择追踪区域,利用opencv camshift算法实现跟踪-Read the video from the camera, the screen select the track area, tracking algorithm using opencv camshift
Platform: | Size: 3690496 | Author: 果果 | Hits:

[OpenCVAutoCamShift

Description: VC6.0编写,基于Opencv的Camshift跟踪程序,可选出ROI区域,然后对其使用Camshift算法进行跟踪,同时标出跟踪框。-VC6.0 to write, based on the Camshift Opencv tracking program, the ROI can be selected, and then track their use Camshift algorithm, while marked track box.
Platform: | Size: 174080 | Author: 付刚 | Hits:

[Dialog_WindowCamShift-tracking(MFC)

Description: 打开摄相头;打开视频文件;保存视频文件; Camshift跟踪;VC与opencv混合编程-Open the camera relative to the first open the video files save the video files Camshift track VC mixed programming with opencv
Platform: | Size: 14954496 | Author: wu | Hits:

[Graph programcamshift

Description: 使用MFC和OpenCV结合,使用camshift算法,实现基于摄像头的实时视频的运动物体的检测-Combined use of MFC and OpenCV, use camshift algorithm to track moving object
Platform: | Size: 9216 | Author: 于敬 | Hits:

[OpenCVopencv-camshift

Description: 基于opencv,在visio-studio的作用下,利用camshift算法实现运动目标的实时有效跟踪,实时效果和鲁棒效果都比较好。-Based on opencv, the role of the visio-studio, using camshift algorithm effectively track moving objects in real time, real-time performance and robustness results are better.
Platform: | Size: 13312 | Author: 赵静 | Hits:

[OpenCVcamshift-tracking-based-on-opencv

Description: camshift算法跟踪-运行效果好.rar,是基于opencv的camshift算法,能提取背景、前景,实现对目标的跟踪,已调试能运行。-camshift algorithm track- good running effect rar, is based on the opencv camshift algorithm can extract the background, foreground, to achieve the goal of tracking, debugging can run.
Platform: | Size: 16590848 | Author: WU | Hits:

[OpenCVCamshift

Description: VS2013结合OpenCV3.2.0,运用Camshift算法对视频中的彩色物体进行跟踪(VS2013 combined with OpenCV3.2.0 and uses Camshift algorithm to track color objects in video)
Platform: | Size: 2048 | Author: klosemir | Hits:
« 12 »

CodeBus www.codebus.net