CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形/文字识别 搜索资源 - tracking human

搜索资源列表

  1. FaceTracking

    0下载:
  2. 使用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
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-14
    • 文件大小:3.83mb
    • 提供者:陈业成
  1. HumanFaceRecognitionAndEyeTrackingPackage

    0下载:
  2. 人脸识别和人眼跟踪的程序包,MATLAB编写,可直接函数调用。-Human face recognition and eye tracking package, MATLAB prepared direct function call.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2.21mb
    • 提供者:黄文
  1. detectionofmotionpeople

    0下载:
  2. 在广泛研究前人工作的基础上,本文对运动人物的检测、跟踪与识别进行了综述。为 使分类清楚明了,本文将人物运动分析分为两大类:人体运动分析,人脸分析。人体运动分 析包括人的较大幅度的肢体运动,如手势识别、步态分析、整个人体的运动分析;人脸分析 包括人脸检测与识别、表情分析。在详细介绍了国内外研究现状后,提出了存在的问题及研 究前景。-Extensively studied in previous work on the basis of the figures in this art
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:349.23kb
    • 提供者:martin
  1. FaceIdentify

    0下载:
  2. 该代码主要是实现了在OpenCV环境下的人脸跟踪,当摄像头中显示的人脸在变动时,程序将动态的捕捉移动中的人脸-The code is mainly achieved in the OpenCV face tracking environment, when the camera is displayed in the human face of change, the program will capture the dynamic movement of the human face
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1.39mb
    • 提供者:Maclaon
  1. camshift

    0下载:
  2. camshift.rar:是基于opencv的一种算算法,能实现对人脸的跟踪。重点采用camshift算法,也应用到了hsv,结合摄像头,会更直观的观察到跟踪结果。-camshift.rar: a calculation based on opencv algorithm can achieve the tracking of human faces. Focus on using camshift algorithm, also applied to the hsv, combining ca
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1.29mb
    • 提供者:郭涵
  1. src

    0下载:
  2. [FaceDetecting.rar] - The code is in the opencv face recognition under the platform, run-off there is no error, we would like to help [DTASvm.rar] - VC++ computing and human-tracking system, I do not know what concrete is used, but looks like a v
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:10.47kb
    • 提供者:niranjan
  1. adaboostPcamshift-face-detection

    0下载:
  2. 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.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:4.17mb
    • 提供者:linuszhao
  1. rtftr-0.2rc2

    0下载:
  2. 识别是指人脸定位的任务在视频码流和识别的脸相匹配,他们对数据库的已知的脸。-Real time face tracking and recognition refers to the task of locating human faces in a video stream and identifying the faces by matching them against the database of known faces.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-22
    • 文件大小:6.79mb
    • 提供者:马朔阳
  1. Advances-in-Human-Motion-Analysis

    0下载:
  2. 人体运动视觉分析主要包括运动目标检测、 运动 目标分类 、 人体运动跟踪、 人体行为识别与描述四个环 节 , 在多领域具有广阔的应用前景. 本文从上述四个方面综述了人体运动分析的研究现状, 对人体运动分析的热点 难点进行讨论 , 对可能的发展方向进行阐述和展望.-Visual analysis includes moving object detection,moving object classfication,human tracking and activity recogni
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:683.6kb
    • 提供者:有来有去
  1. HCI

    1下载:
  2. 人机交互方面的最新文章,包括视点跟踪、手势识别、表情识别等。-Latest articles on human computer interface,including viewpoint tracking, gesture recognition and expression recognition.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2.17mb
    • 提供者:张俊杰
  1. pca

    1下载:
  2. 自动人脸识别系统具有如图所示的一半框架并完成相应功能的任务。 (1)人脸图像的获取:一般来说,图像的获取都是通过摄像头摄取,氮摄取的图像可以是真人,也可以是人脸的图片或者为了相对简单,可以不考虑通过摄像头来摄取头像,而是直接给定要识别的图像。 (2)人脸的检测:人脸检测的任务是判断静态图像中是否存在人脸。若存在人脸,给出其在图像中的坐标位置,人脸区域大小等信息。而人脸跟踪需要进一步输出所检测到的人脸位置,大小等状态随时间的连续变化情况。 (3)特征提取通过人脸特征点的检测与标定可以确
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:11.76kb
    • 提供者:蔡周杰
  1. cccamshifta

    0下载:
  2. camshift 摄像头跟踪人脸技术可可以用于人脸识别和人机交互-great! -camshift camera tracking face can be can be used for face recognition and human-computer interaction-great!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1012.37kb
    • 提供者:
  1. win32_KinectFaceTracking

    0下载:
  2. 该程序使用Kinect的人脸跟踪功能,跟踪视野内的人脸,当跟踪到人脸的时候在人脸上画网状格,跟 踪人脸丢失的时候,将原始的彩色图像显示在该窗口内,即当人脸丢失后对窗口内的图像进行更新。-The program using the Kinect face tracking, face tracking vision, when tracking a person' s face when the human face painted mesh grid, tracking face l
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-15
    • 文件大小:6.57kb
    • 提供者:萌萌
  1. human-testing

    0下载:
  2. 主要利用粒子滤波进行人体跟踪,能很好地进行人体跟踪-The main use of the particle filter for human body tracking, can be used for human body tracking
  3. 所属分类:图形/文字识别

    • 发布日期:2014-03-15
    • 文件大小:217.39kb
    • 提供者:wangfan
  1. Face-tracking

    0下载:
  2. 人脸识别程序,可以从摄像头及视频中追踪人脸。-Face recognition program, you can track the human face from the camera and video.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3.53mb
    • 提供者:
  1. tracking

    0下载:
  2. 基于Kinet+openni的人体骨架提取及姿态识别-Kinet extraction and gesture recognition based on human skeleton
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-13
    • 文件大小:19.93mb
    • 提供者:李崑鹏
  1. Simple-human-tracking-procedures

    0下载:
  2. 简单的人体跟踪程序,试验可用~在matlab下运行无错误-Simple human tracking procedures, test available-
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-09
    • 文件大小:1.65mb
    • 提供者:ding
  1. rlsb

    0下载:
  2. 实现计算机识别人脸和跟踪人脸系统,算法速度快,可以对于学习的有很大帮助和启迪。-Computer recognition of human face and face tracking system
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:3.53mb
    • 提供者:wushihu
搜珍网 www.dssz.com