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

搜索资源列表

  1. face

    1下载:
  2. 基于肤色的简单人脸检测,用opencv读入一幅图像,然后对图像进行处理,识别人脸区域。 -A simple color-based face detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2138112
    • 提供者:long
  1. MyBysj

    0下载:
  2. VS2010+OpenCV下的视频人脸检测。-VS2010+ OpenCV face detection under the video.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-18
    • 文件大小:27872806
    • 提供者:周卓
  1. face_detection

    0下载:
  2. 利用OpenCV實現人臉辨識雖然常見,但是本檔案基於OpenCV 1.0版本進行,同時整理程式編譯過程中可能出現的錯誤以及對應的解決辦法,同時針對函式cvHaarDetectObject各參數的設定值進行討論,以得到最佳的辨識率。另外,程式亦包括在偵測前進行影像處理,以進一步有效提升人臉辨識率。-Face recognition using OpenCV to achieve though common, but this version of the file based on the Ope
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-20
    • 文件大小:30457178
    • 提供者:陳霖
  1. mfcopencv

    0下载:
  2. opencv在visualC++中mfc平台实现基本的图像显示,视频采集,人脸检测等问题-In visualC++ opencv mfc platform in the basic image display, video capture, face detection and so on
  3. 所属分类:software engineering

    • 发布日期:2017-06-14
    • 文件大小:22192779
    • 提供者:yangxin
  1. opencv-Algorithm

    0下载:
  2. 介绍了一些人脸检测的最新动态以及一些好的算法研究。-Describes some of the latest developments in face detection algorithm as well as some good.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-22
    • 文件大小:6981033
    • 提供者:朱海飞
  1. FacemouthDection

    0下载:
  2. Face and mouth detection using OpenCV and VC-Face and mouth detection using OpenCV and VC++
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3962152
    • 提供者:alittlecat
  1. facedetection

    0下载:
  2. 使用MFC和OpenCV,实现对摄像头中实时视频的人脸的实时检测,或是直接加载图片进行人脸检测-Using MFC and OpenCV, to achievereal-time face detection in real-time camera video , or load the pictures to directly detect face
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-21
    • 文件大小:6332513
    • 提供者:于敬
  1. FaceDetection

    0下载:
  2. 人脸检测。用c++编写。人脸检测是人脸分析的首要环节,其处理的问题是确认图像(或影像)中是 否存在人脸,如果存在则对人脸进行定位。人脸检测的应用领域相当广泛,是实 现机器智能化的重要步骤之一。 AdaBoost 算法是1995 年提出的一种快速人脸检测算法,是人脸检测领域里 程碑式的进步,这种算法根据弱学习的反馈,适应性地调整假设的错误率,使在 效率不降低的情况下,检测正确率得到了很大的提高。-Face Detection. Using c++ to prepare. Fac
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:896865
    • 提供者:ashura
  1. face_tracking_based_on_Camshift_and_morphology

    0下载:
  2. 基于kalman滤波和人脸形态约束的人脸跟踪算法实现,可在快速人脸跟踪的同时很好的去除类肤色的干扰,注意是基于OpenCV函数库的程序。-Based on kalman filtering and face shape Face Tracking bound algorithm may face in the fast track at the same time remove the category of very good color interference, the attention
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:23508
    • 提供者:王亮亮
  1. TuXiangChuLi_OpenCV

    0下载:
  2. 基于opencv的图像和视频处理的软件。该软件实行了opencv的多种功能:边缘检测、拉氏变换、椒盐噪音、人脸识别、霍夫变换等功能。-Opencv-based image and video processing software. The software has multiple functions opencv: edge detection, Laplace transform, salt and pepper noise, face recognition, Hough transfo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2910102
    • 提供者:陶应学
  1. FaceRecognition

    0下载:
  2. 本文介绍了OpenCV函数库的基本用法,阐述了目前做人脸检测研究中所使用的常用检测算法,并利用OpenCV设计和实现了图像中人脸的检测,试验结果表明利用OpenCV开发人脸检测系统效率高,识别效果好。-This paper introduces the basic OpenCV library usage, on the current human face detection research commonly used in the detection algorithm, and the
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3994097
    • 提供者:吴彦
  1. PCA

    0下载:
  2. 人脸识别里面,用c++讲PCA程序系统化,有输出界面-Face Recognition inside, using c++-speaking PCA procedure systematic, there is the output interface
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-04
    • 文件大小:1194460
    • 提供者:高劼
  1. FaceDetectionDlg

    0下载:
  2. 应用OpenCV进行人脸检测。Adaboost算法实现起来比较复杂,应用OpevCV提供的函数和分类器进行人脸检测将十分容易。-Application of OpenCV for face detection. Adaboost algorithm to achieve more complex, applications provided by OpevCV function and classifier for face detection will be very easy.
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7391
    • 提供者:huzhanqi
  1. facedetection_opencv.tar

    0下载:
  2. face detection using haar cascades and opencv functions
  3. 所属分类:Video Capture

    • 发布日期:2017-05-03
    • 文件大小:1162261
    • 提供者:vamsi krishna
  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. canny

    0下载:
  2. 建立visual c++控制台程序,通过opencv进行人脸检测-The establishment of visual c++ console program, conducted through face detection opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:99297
    • 提供者:qiuqiu
  1. face_openvcv

    0下载:
  2. /* face detection.c using opencv
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2288527
    • 提供者:BYH
  1. haarcascade_frontalface_alt

    0下载:
  2. 前脸的分类器 人脸检测分类器,opencv用-Before the face of face detection classifier classifier, opencv with
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:96831
    • 提供者:xzy
  1. LiveVideo

    0下载:
  2. face detection code for OpenCV
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-09
    • 文件大小:1487764
    • 提供者:kavan
  1. Opencv

    0下载:
  2. 使用Opencv进行图像处理学习资料,包括几个例子-Fast Human Face Detection Overview
  3. 所属分类:Graph program

    • 发布日期:2017-05-01
    • 文件大小:515504
    • 提供者:wyc
« 1 2 3 4 56 7 8 9 10 ... 26 »
搜珍网 www.dssz.com