CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - video detection face

搜索资源列表

  1. FaceDetectionAndTrackingTechniquesInCompressed-Dom

    0下载:
  2. Abstract: Effective data processing is required with the fast development of multimedia technology. Compressed-domain images/video processing techniques have captured the attention of many researchers in recent years, and research on face detection a
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:145339
    • 提供者:黄永
  1. facedetect_harrcascade

    0下载:
  2. 基于adaboost的构造的cascade用于快速检测人脸,能够实时检测视频中的人脸。没有采用opencv的代码。-Adaboost based on the structure of the cascade for the rapid detection of human faces, real-time video can face. Did not use the code opencv.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1529106
    • 提供者:wangdi
  1. gauss-backgrounds

    0下载:
  2. 本程序可以进行视频的动态提取背景,使用的是高斯模型使用前请配置好opencv环境。希望对大家学习人脸检测有所帮助-This procedure can extract the dynamic video background, using a Gaussian model configured before use opencv environment. We would like to learn helpful Face Detection ...
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4557985
    • 提供者:baiyang
  1. face_detection_paper

    0下载:
  2. 两篇人脸检测的英文论文,是花钱买的哦,英文描述中是一篇文章的英文摘要!-Face and facial feature detection plays an important role in various applications such as human computer interaction, video surveillance, face tracking, and face recognition. Efficient face and facial feature det
  3. 所属分类:Project Manage

    • 发布日期:2017-05-14
    • 文件大小:3770968
    • 提供者:刘宋
  1. 3

    0下载:
  2. matlab 中 基于avi视频的人脸检测-avi video matlab-based Face Detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1258
    • 提供者:王国伟
  1. VideoBasedFaceDetection

    0下载:
  2. 视频搜索中人脸识别关键技术的研究与实现。本文对人脸检测与识别技术进行了研究,实现了一个用于视频搜 索的自动人脸识别系统。该系统对输入的视频帧进行人脸检测和定 位,经过图像预处理之后,进行重要特征点Gabor一Fisher的特征提取 和分类识别。-Video search, face recognition and implementation of key technologies. In this paper, face detection and recognition tech
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:4003917
    • 提供者:王帅
  1. Face_detectionEllipse_detection

    2下载:
  2. 都是用matlab写的,复制到txt上了 (1)基于简单背景的人脸监测,针对视频,效果还不错,传的是txt,大家新建一个M文件,复制,然后把视频名与程序中的改成一致就可以了。 (2)对多椭圆的检测,非实际图像,无噪声,就是简单的椭圆,使用同上。-Are written with matlab, copy to the txt on the (1) human face based on a simple background monitoring, for video, the resu
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:2103
    • 提供者:sss
  1. State2of2the2ArtonVideo2BasedFaceRecognition

    0下载:
  2. 基于视频的人脸识别研究进展-Video-based Face Recognition Research
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:459569
    • 提供者:费里
  1. DETECTION-MOUVEMENT-AIDE-WEBCAM

    0下载:
  2. OpenCv face detection mouvement in a video
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:649766
    • 提供者:Hala
  1. face-detection

    0下载:
  2. 对输入的图像或者视频进行人脸检测,例如检测的是一个人的照片那么程序运行结果则会对照片上的人的脸部圈划出来-Of the input image or video detection, such as testing a person' s photograph will then run the results on the person' s face on the photo circle marked out
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:4761
    • 提供者:高东旭
  1. opencv-Characterization-of-face

    0下载:
  2. 本程序可对输入的图像或者视频进行人脸检测,-This program can be the input image or video detection,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:2153
    • 提供者:pzw
  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
    • 文件大小:4370059
    • 提供者:linuszhao
  1. Combining-face-detection-and-people-tracking-in-v

    0下载:
  2. Face detection algorithms are widely used in computer vision as they provide fast and reliable results depending on the application domain. A multi view approach is here presented to detect frontal and profile pose of people face using Histogram of
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:294074
    • 提供者:linuszhao
  1. face-detection-and-tracking

    0下载:
  2. 基于AdaBoost和mean-shift视频中的人脸检测与跟踪识别-Based on AdaBoost and mean-shift video of face detection and tracking recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-11
    • 文件大小:18119686
    • 提供者:jianghui
  1. call-Video-achieve-face-detection

    0下载:
  2. 调用视频实现人脸识别。基于haarcascades+adaboost算法使用opencv实现-Call the video face recognition. Use opencv achieve haarcascades+adaboost algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:5769
    • 提供者:谭德辉
  1. face

    0下载:
  2. 基于视频流下的人脸检测,能够很好地实现实时检测的效果。利用OpenCV的haarcascade_frontalface_alt.xml实现。-Video-based Face Detection shed people, can achieve a good effect of real-time detection. The haarcascade_frontalface_alt.xml achieved using OpenCV.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2395
    • 提供者:H_Haiman
  1. Detect Face in live webcam

    0下载:
  2. Code to detect face in live webcam video, this code will detect if human face exists in the live webcam video and if face it detected then it will draw a box around the face
  3. 所属分类:matlab例程

  1. face-detection-and-recognition-

    0下载:
  2. Based on the WebCam video capture+face detection and recognition software source code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1505493
    • 提供者:罗云沧
  1. matlab-code-for-real-time-video-detection

    0下载:
  2. Real time Face Detection/motion detection in Matlab
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-05
    • 文件大小:7675
    • 提供者:Sonal Baravkar
  1. opencv-face-master

    0下载:
  2. 这是一个基于opencv的人脸检测代码,可以在视频上检测到人脸(This is a opencv based face detection code, you can detect the face in the video)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:2202624
    • 提供者:Dylanin1999
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com