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

Search list

[.nettrack opencv实现的踪源码

Description: opencv实现的踪源码,简单易懂,opencv implementation of human motion tracking source, easy-to-read
Platform: | Size: 2630917 | Author: lend0216 | Hits:

[Multimedia programRealTimeObjectTrackingandEnhancementSystem

Description: 实时运动检测及增强系统-real-time motion detection and enhance system
Platform: | Size: 339968 | Author: 王玉梅 | Hits:

[Graph Recognizehuman-motion-code

Description:
Platform: | Size: 156672 | Author: qinqiang | Hits:

[Special EffectscamSdectingobj

Description: using hue in the color of the object to detect the characters of object,it can track object well!-using hue in the color of the object to detec not the characters of object, it can track object well!
Platform: | Size: 1038336 | Author: jack | Hits:

[Special EffectsItrac_Ver_1_3

Description: Author: David Sedarsky Summary: MatLab GUI for interface tracking and edge velocity determination MATLAB Release: R14SP2 Required Products: Image Processing Toolbox Description: Itrac works on image pairs taken at times T1 and T2, and tracks the motion of features in the images selected using thresholding and edge detection. Two sample image pairs (LIF images of OH in a turbulent flame) are included in the archive. Some of the work that led me to develop Itrac is detailed here: http://www.opticsinfobase.org/abstract.cfm?URI=ol-31-7-906-Author: David Sedarsky Summary: MatLab GUI for interface tracking and edge velocity determination MATLAB Release: R14SP2 Required Products: Image Processing Toolbox Description: Itrac works on image pairs taken at times T1 and T2, and tracks the motion of features in the images selected using thresholding and edge detection. Two sample image pairs (LIF images of OH in a turbulent flame) are included in the archive. Some of the work that led me to develop Itrac is detailed here: http://www.opticsinfobase.org/abstract . cfm? URI = ol-31-7-906
Platform: | Size: 1025024 | Author: Jallon | Hits:

[Graph RecognizeMovementDetectionSystem

Description: 这是基于VC++的一个运动检测识别系统。改系统是为了实现对一系列图片中运动物体的跟踪而设计,通过一系列的图片的处理,提取出图片背景,识别出运动物体,进而对运动物体进行跟踪,得到物体运动的轨迹。-This is based on the VC++ A motion detection identification system. System is changed in order to achieve a series of pictures to track moving objects and design, through a series of image processing, to extract the background image to identify moving objects, and thus to track moving objects, the objects movement trajectory.
Platform: | Size: 2304000 | Author: yihuaibin | Hits:

[SCMmotion

Description: 单片机C程序,控制运动会赛道终点的目标,分赛道检测输入信号。-Singlechip C procedures, control of the end of the Games track goals, sub-circuit detection of the input signal.
Platform: | Size: 6144 | Author: 朱键君 | Hits:

[Special Effectsmotion_detect

Description: openCV运动检测程序,用于提取运动物体轮廓,并跟踪其运动路线.-openCV motion detection procedures for extracting the outline of moving objects and track their movement routes.
Platform: | Size: 2048 | Author: fred | Hits:

[SCMAdaptivebinocularvisualservoingforindependentlymov

Description: Visual tracking is one of the key components for robots to accomplish a given task in a dynamic environment, especially when independently moving objects are included. This paper proposes an extension of Adaptive Visual Servoing (hereafter, AVS) for unknown moving object tracking. The method utilizes binocular stereo vision, but does not need the knowledge of camera parameters. Only one assumption is that the system need stationary references in the both images by which the system can predict the motion of unknown moving objects. The basic ideas how we extended the AVS method such that it can track unknown moving objects are given and formalized into a new AVS system. The experimental results with proposed control architecture are shown and a discussion is given.
Platform: | Size: 480256 | Author: xjwu | Hits:

[Industry researchTracking_and_Object_Classification_for_Automated_S

Description: O.Javed and M.Shah. 《Tracking and object classification for automated surveillance》. 这篇英文文献是有关运动目标检测跟踪及其分类的文章。该文利用“人体运动的周期性”,把运动目标分为人、人群、机动车。具有较强的参考价值。-O. Javed and M. Shah. " Tracking and object classification for automated surveillance" . This is about the English literature to track moving target detection and classification of the article. The use of " the cyclical nature of human motion" , the goal of exercise is divided into people, people, motor vehicles. Has a strong reference value.
Platform: | Size: 1049600 | Author: brk1985 | Hits:

[CSharpMotionDetection

Description: motion detection , using c# for developping motion detection and tracking-motion detection , using c# for developping motion detection and tracking
Platform: | Size: 177152 | Author: med | Hits:

[Special Effectsmotiondetector

Description: 一个运动检测系统,非常完整,实用!Track识别路径-A motion detection system, a very complete and practical! Track identify the path
Platform: | Size: 2910208 | Author: 吴仲春 | Hits:

[.netEyesDetection

Description: 这是一个很好的motion检测的应用,可以检测连续的照片和视频以及摄像头直接摄取,相信对致力于视频追踪的朋友有用。-This is a very good application of motion detection, can detect a row of photos and video, as well as direct uptake of the camera, I believe that is committed to the video track of useful friends.
Platform: | Size: 1669120 | Author: feng | Hits:

[Graph programmotion

Description: This package used to detect the sift feature and track the people
Platform: | Size: 27648 | Author: salah | Hits:

[Graph programposeestimation

Description: 基于OPenGl的对姿态的估计,该算法能够很好的对下一时刻的姿态进行估计。-the motion track based on pose using the opengl
Platform: | Size: 271360 | Author: yjsxh1017 | Hits:

[matlabtracking_Kalman

Description: In this implementation of tracking a ball, we will track a live ball using Kalman filter. The tracking will switch to autorun mode when the sight of the ball is lost and Kalman will estimate the motion based on it s previous states
Platform: | Size: 299008 | Author: sofi | Hits:

[Software EngineeringblobTrack_projet_initial_openCV

Description: The OpenCV "Video Surveillance" facility, also called "blob tracker" through much of the code, is a simple but practical facility intended to track moving foreground objects against a relatively static background. Conceptually it consists of a three-stage video processing pipeline: 1. A foreground/background discriminator which labels each pixel as either foreground or background. 2. A blob detector which groups adjacent "foreground" pixels into blobs, flood-fill style. 3. A blob tracker which assigns ID numbers to blobs and tracks their motion frame-to-frame. -The OpenCV "Video Surveillance" facility, also called "blob tracker" through much of the code, is a simple but practical facility intended to track moving foreground objects against a relatively static background. Conceptually it consists of a three-stage video processing pipeline: 1. A foreground/background discriminator which labels each pixel as either foreground or background. 2. A blob detector which groups adjacent "foreground" pixels into blobs, flood-fill style. 3. A blob tracker which assigns ID numbers to blobs and tracks their motion frame-to-frame.
Platform: | Size: 6922240 | Author: dams | Hits:

[Other1

Description: :人体运动的跟踪与分析在图像处理和计算机视觉领域引起了很多学者的关注,但是目 前大多数学者只对单人进行跟踪。针对这一点,提出一种多人跟踪的有效方法。在人体模型的基 础上,利用apar条形ie,3 IA-体的部位,并利用具有刚体性质的躯干对不同人体进行确定,最后 采用区域匹配和特征点匹配完成多人的跟踪,并且很好的解决了遮挡问题。-: Human motion tracking and analysis in image processing and computer vision attracted attention of many scholars, but most scholars now only single track. On this point, proposed a effective way of tracking people. In the human body model based on the use of apar strip ie, 3' IA-body parts, and use a rigid body on the different nature of the human body to determine the end use of region matching and feature point matching the completion of many of the track, and it a better solution to the occlusion.
Platform: | Size: 217088 | Author: lilin | Hits:

[matlabtrack

Description: matlab code for object tracking with motion vector
Platform: | Size: 5120 | Author: shailesh | Hits:

[Special EffectsMachine.Learning.Vision-Based.Motion

Description: 本书从机器学习的角度介绍了基于视觉的运动分析领域的最新算法和系统。-Techniques of vision-based motion analysis aim to detect, track, identify, and generally understand the behavior of objects in image sequences. With the growth of video data in a wide range of applications from visual surveillance to human-machine interfaces, the ability to automatically analyze and understand object motions from video footage is of increasing importance. Among the latest developments in this field is the application of statistical machine learning algorithms for object tracking, activity modeling, and recognition. Developed from expert contributions to the first and second International Workshop on Machine Learning for Vision-Based Motion Analysis, this important text/reference highlights the latest algorithms and systems for robust and effective vision-based motion understanding from a machine learning perspective. Highlighting the benefits of collaboration between the communities of object motion understanding and machine learning, the book discusses the most act
Platform: | Size: 10570752 | Author: kankan | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net