CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - face detection with matlab

搜索资源列表

  1. finishedimage

    0下载:
  2. Face recognition using webcam and this data.if the person exist means its gives the serial data out..this face regonition totally used by automatically
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1679502
    • 提供者:Amburose
  1. fdp5final

    0下载:
  2. matlab人脸检测软件,经过测试,很不错!-face detection matlab software, tested and very good!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:18652223
    • 提供者:李力
  1. face_detection

    0下载:
  2. 用matlab编写的人脸检测的算法,包含图片库,可以直接运行,检测出人脸在图片中的位置。-Matlab prepared with face detection algorithms, including image libraries, can be run to detect the face position in the picture.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:641392
    • 提供者:zw
  1. face_track

    0下载:
  2. MATLAB的人脸检测程序程序源码,代码完整,功能强大,很好用。-Face Detection MATLAB program source program, code integrity, and powerful.
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2129402
    • 提供者:张彩华
  1. finalfacialExpression

    0下载:
  2. Face detection with facial Expression Analyze, Feature points stored in excel sheet,GUI module also used.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:94626
    • 提供者:Amburose
  1. face_detection

    0下载:
  2. 用MATLAB实现的人脸检测算法,该算法主要用于单目标人脸的识别。-Implemented with MATLAB face detection algorithm, which is mainly used for single-target face recognition.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:668373
    • 提供者:dyh
  1. FaceDetection_MATLAB_Call_OpenCV

    0下载:
  2. 本程序在MATLAB中调用了OpenCV的AdaBoost检测器实现了人脸检测,还可用来学习MATLAB中调用C/C++代码的方法,研究人脸识别和希望熟悉MATLAB的同志们不妨试一试。-This procedure is called in MATLAB, OpenCV the AdaBoost detector implemented face detection, can also be used to learn MATLAB to call C/C++ code used to stu
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1892374
    • 提供者:
  1. skin-detection

    0下载:
  2. This file helps identify the presence of a human face, hand or any other body part by identifying and marking skin-like pixels within a given image. With further image processing techniques, the output produced by this scr ipt can be refined and proc
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:402982
    • 提供者:Hamlin DSouza
  1. facedetection

    0下载:
  2. 人脸区域检测,对图像中的人脸区域进行检测并用矩形框标记。-Face region detection, face image in the region to detect and mark with a rectangular box.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1275
    • 提供者:飞哥
  1. face_detection

    0下载:
  2. 一个非常优秀的人脸检测matlab程序,可用于人脸跟踪、识别的基础,附有测试图片!-A very excellent face detection matlab program can be used to face tracking, recognition based on testing with pictures!
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:834727
    • 提供者:朴风
  1. haar_face-detection

    0下载:
  2. this a face detector using haar like features this is an extension of viola jones model with lesser number of features or subset of features-this is a face detector using haar like features this is an extension of viola jones model with lesser nu
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1064655
    • 提供者:somesh
  1. PCA

    0下载:
  2. 主成分分析方法通过建立两个主成分的二位图,对数值特异点的剔除,减少数据处理中无关项的干扰,-Free Source Code for Image segmentation and Extraction malic: A Realtime Face Recognition System Source Code Face Detection C++ Library with Skin and Motion Analysis Face Recognition
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:177928
    • 提供者:wuchangke
  1. vision[1]

    0下载:
  2. open source detection face with matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:593757
    • 提供者:Sofiane
  1. Robust-Detection-and-Tracking-of-Human-Faces-with

    1下载:
  2. face detection using matlab
  3. 所属分类:matlab例程

    • 发布日期:2014-03-18
    • 文件大小:1705351
    • 提供者:abd
  1. fdtool

    0下载:
  2. 利用局部二位模式和haar特征进行人脸或目标识别。-This toolbox provides some tools for objects/faces detection using Local Binary Patterns (and some variants) and Haar features. Object/face detection is performed by evaluating trained models over multi-scan windows with
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-10
    • 文件大小:18237846
    • 提供者:zhu rg
  1. dokuman

    0下载:
  2. this a matlab source code for the face detection with pca and lda method-this is a matlab source code for the face detection with pca and lda method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2897
    • 提供者:john wayne
  1. FacialExpressionClassification

    1下载:
  2. 1. 使用matlab自带的人脸识别工具(Viola-Jones算法)找出人脸的位置,并裁剪出人脸区域。 2. 使用Gabor滤波器识别出人脸的局部特征及纹理。 3. 训练一个SVM进行表情分类。 4. 交叉验证得到表情分类正确率为83.3 。 操作说明和系统描述请见ReadMe.-1. Using matlab with face detection tool (Viola-Jones algorithm) to find the location of a human
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-12
    • 文件大小:5593435
    • 提供者:冯溢
  1. generate_skinmap

    0下载:
  2. 克以及有所给出的图片可以有效识别人脸,手,身体的matlab代码(This file helps identify the presence of a human face, hand or any other body part by identifying and marking skin-like pixels within a given image. With further image processing techniques, the output produced by thi
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:403456
    • 提供者:懒样
  1. matlab-viola-jones-master

    0下载:
  2. 用matlab实现了基于viola-jones框架的人脸检测算法(A face detection algorithm based on Viola-Jones framework is implemented with MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:4567040
    • 提供者:是大神啊
  1. Matlab火焰烟雾检测(GUI)

    8下载:
  2. Matlab火焰烟雾检测(GUI) 本设计为基于matlab的烟雾火焰火灾识别系统,可读取视频或者图象,检测出是否有烟雾火焰,具备一个人机交互式GUI界面,功能强大,识别准确,同时配备相对应的操作说明和运行效果图,直接运行GUI文件即可完美运行。另外,诸如车牌,人脸,图象去雾,压缩,水印,疲劳检测,人数统计,声音信号处理等均可做技术交琉,欢迎一起探讨。(Matlab flame smoke detection (GUI) This design is a smoke and flame fi
  3. 所属分类:matlab例程

    • 发布日期:2020-09-19
    • 文件大小:12152832
    • 提供者:for Matlab
« 12 »
搜珍网 www.dssz.com