搜索资源列表
FaceTracking
- 使用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 meth
Image_Processing_Practise
- 这是《精通Visual C++数字图像处理技术与工程案例》光盘源代码,共包含9个完整用例(含源代码、完整设计流程图、原理介绍):人脸检测、牌照自动识别监控、运动人体跟踪、细胞识别统计、文字识别、相机自动调焦、计算机集成数控、运动检测、车牌定位。书中含图像和视频资源,不需自行搜集。此外还有对于数字图像处理基础知识、工程使用中涉及的基本技术的介绍。-This is《proficient in Visual C++ digital image processing technology and eng
Tracking_and_Object_Classification_for_Automated_S
- O.Javed and M.Shah. 《Tracking and object classification for automated surveillance》. 这篇英文文献是有关运动目标检测跟踪及其分类的文章。该文利用“人体运动的周期性”,把运动目标分为人、人群、机动车。具有较强的参考价值。-O. Javed and M. Shah. " Tracking and object classification for automated surveillance" .
kamanlvbogenzong
- Ka lman 滤波的人体运动位置跟踪算法。基于视频的人体运动跟踪是当前计算机视觉研究的热点, 具有广泛的应用领域. 文中提出 一种基于Kalman 滤波的跟踪算法. 合理使用自适应背景颜色模型, 能够准确地对人体运动位置进 行跟踪-Ka lman human filtering algorithm to track the location of sports. Video-based human motion tracking is the current research on c
researchonDetectionandTrackofMovingHuman
- 本文构建了一套自动的运动人体检测跟踪原型系统,对从一台固定的数码摄 像机采集的视频图像进行处理与分析,能够检测和跟踪运动人体。该原型系统由 运动人体检测、运动人体跟踪、人群融合分离跟踪等部分构成 -This paper built an automatic detection of tracking the movement of human prototype system from a stationary digital video cameras capture the vi
tracking_person
- 在视频序列中跟踪人体位置,记录人体向量,此程序代码是利用图像的差分方法实现的-In the video sequence to track the human body position, recording the human body vector
tracking_person02112
- 在视频序列中跟踪人体位置,记录人体向量,此程序代码是利用图像的差分方法实现的-In the video sequence to track the human body position, recording the human vector, this program code is the use of the image difference method to achieve
222222222facedetector_src
- 一款用于识别人脸的软件,可以动态跟踪视频中人脸的位置。-Used to identify a face of the software can dynamically track the location of the video of human faces.
adaboostPcamshift-face-detection
- The project tends to detect and track human face in a video via some basic algorithms. It uses adaboost for detection and camshift for tracking. It works well in stable environment.
Multiple-Pedestrian-Tracking-using-Colour-and-Mot
- This paper presents a method that combines colour and motion information to track pedestrians in video sequences captured by a fixed camera. Pedestrians are firstly detected using the human detector proposed by Dalal and Triggs which involves com
HumanTrack
- this code is to track the human body in a serial of images or in a video。it uses c++ and opencv ,before using,u should makesure u have opencv。
Machine.Learning.Vision-Based.Motion
- 本书从机器学习的角度介绍了基于视觉的运动分析领域的最新算法和系统。-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 visua
85human-track
- 视频中人体识别和轨迹追踪,包含所需的视频文件-Human identification and tracking in the video that contains the desired video file
gyygygy
- 视频跟踪是视频信息处理的一个重要研究方向。交通信息管理、公安刑事侦查过程中人的跟踪占有很大比例。基于人脸特征的视频跟踪主要研究视频信息中人脸特征的提取,人脸特征的对比算法,人的运动的分析方法,及跟踪方法,跟踪结果的表示。- criminal investigation,anti-terrorism and military installations. Consequently, to recognize person identity speedy and exactly in large
Face-tracking
- 人脸识别程序,可以从摄像头及视频中追踪人脸。-Face recognition program, you can track the human face from the camera and video.
huachuguiji
- 基于opencv能够在视频中动态的画出运动轨迹,主要运用于人的轨迹追踪。-Opencv able to track the trajectory of the video in the draw dynamic, based mainly used in the human trajectory.
snap
- 在动态图像中实时捕捉和跟踪到人脸的需求越来越广泛,人脸识别利用摄像机或摄像头采集含有人脸的图像或视频流,并自动在图像中检测和跟踪人脸,通过网络将抓拍数据上传至后台人脸分析服务器.-Real-time capture and track a human face in the dynamic image needs more extensive, face recognition using the camera or the camera to capture images or video s
tnn7_code_201212141110
- 人脸检测与跟踪是一个重要而活跃的研究领域,它在视频监控、生物特征识别、视频编码等领域有着广泛的应用前景。该项目的目标是在FPGA板上实现实时系统来检测和跟踪人脸。人脸检测算法包括肤色分割和图像滤波。通过计算被检测区域的质心来确定人脸的位置。该算法的软件版本独立实现,并在matlab的静止图像上进行测试。虽然从MATLAB到Verilog的转换没有预期的那样顺利,实验结果证明了实时系统的准确性和有效性,甚至在不同的光线、面部姿态和肤色的条件下也是如此。所有硬件实现的计算都是以最小的计算量实时完成的