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

Search list

[Multimedia Develop200551222211

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码-algorithm used CAMSHIFT rapid detection and tracking of moving objects in C/C source code
Platform: | Size: 9216 | Author: 扬载伦 | Hits:

[Special Effectscamshift1

Description: use cam shift to track the object based the color, the result show it s good!-use cam shift to track the object based the c olor, the result show it's good!
Platform: | Size: 9734144 | Author: jack | Hits:

[Documentscamshiftdetectandtracking

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码-CAMSHIFT algorithm used rapid detection and tracking of moving objects in C/C source code
Platform: | Size: 7168 | Author: 李治国 | Hits:

[Graph RecognizeCAMSHIFTTracker

Description: Color-based tracking (CAMSHIFT) demo. Alexandre R.J. Francois Copyright (C) 2004 University of Southern California 介绍:CamShift是一种应用颜色信息的跟踪算法,在跟踪过程中,CamShift利用目标的颜色直方图模型得到每帧图像的颜色投影图,并根据上一帧跟踪的结果自适应调整搜索窗口的位置和大小,从而得到当前图像中目标的尺寸和中心位置.在该代码的框架基础上可以开发视屏游戏。-Color-based tracking (CAMSHIFT) demo. Alexandre RJ FrancoisCopyright (C) 2004 University of Southern California, introduced: CamShift is an application of color information of the tracking algorithm in the tracking process, CamShift use of the target color histogram model of each frame image color projection, and a track based on the results of adaptive search window location and size, resulting in the current target image size and central location. In the framework of the code can be developed based on the game screen.
Platform: | Size: 65536 | Author: Andy | Hits:

[Special EffectsHSVmeanshift

Description: 自己写的meanshift,c++代码,根据论文来的-Wrote it myself meanshift, c++ Code, according to papers to the
Platform: | Size: 1422336 | Author: 胡闽 | Hits:

[Video CaptureCamShift_opencv

Description: CamShift求運動輪廓,使用opencv 和 c-Movement for CamShift contour, the use of opencv and c
Platform: | Size: 2048 | 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:

[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:

[Windows Developstandalone

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands
Platform: | Size: 3072 | Author: sparr | Hits:

[Windows DevelopCamShift

Description: CamShift算法在MFC中的实现,将C代码移植到了MFC中-CamShift Realization In MFC
Platform: | Size: 8192 | Author: xiongjiang | 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:

[OpenCVcamshift

Description: 使用C++配合OpenCV追蹤滑鼠選取範圍內的顏色-Use C++ with OpenCV tracking the mouse to select the color range
Platform: | Size: 2048 | Author: 李隆昇 | Hits:

[CSharpcamshift

Description: camshift c代码 绝对的原创 欢迎交流 -camshift c code
Platform: | Size: 6144 | 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:

[OpenCVcamshift

Description: 用于目标跟踪,采用opencv 和C++,对单个目标的跟踪-For target tracking, using opencv and C++, on a single target tracking
Platform: | Size: 1859584 | Author: 冯俊 | Hits:

[OpenCVcamshift_wrapper

Description: opencv camshift c++ source code. please download for your use
Platform: | Size: 121856 | Author: vanya | Hits:

[2D Graphiccamshift

Description: 一个很好的camshift运动目标跟踪算法代码,用C++编写的,做跟踪算法研究的人可以用。-A very good CAMSHIFT moving target tracking algorithm code, prepared by C++, do tracking people can use.
Platform: | Size: 3228672 | Author: 赵欣 | Hits:

[Special Effectscamshift

Description: 利用C语言基于opencv实现的camshift目标跟踪代码-C language based opencv realized camshift goals tracking code
Platform: | Size: 14426112 | Author: wirelessflying | 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:

[source in ebookCamshift

Description: 平台VS2015+opencv3,进行Camshift视觉跟踪(By VS2015+opencv3,with camshift to object tracking)
Platform: | Size: 2048 | Author: 俭任 | Hits:
« 12 »

CodeBus www.codebus.net