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

搜索资源列表

  1. shape from shading

    2下载:
  2. face detection using matlab
  3. 所属分类:源码下载

  1. face-detection-designed-by-matlab

    0下载:
  2. 利用matlab实现人脸识别,将facefind函数生成.dll动态链接库,检测准确,可以检测到侧面图像,识别率95 以上。-Using matlab to achieve recognition, the facefind function generates. Dll the dynamic link library, testing is accurate, can detect the side of the image, recognition rate of 95 or more.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:4110514
    • 提供者:宋洪军
  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-08
    • 文件大小:1679502
    • 提供者:Amburose
  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. adaboost

    0下载:
  2. 人脸识别,基于MATLAB的一个人脸识别训练样本-recognition of face
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7360170
    • 提供者:tom
  1. CNNcharacterrecog

    0下载:
  2. This project provides matlab class for implementation of convolutional neural networks. This networks was created by Yann LeCun and have sucessfully used in many practical applications, such as handwritten digits recognition, face detection, robot na
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-27
    • 文件大小:552248
    • 提供者:ssss
  1. fdtool

    0下载:
  2. 人脸识别MATLAB工具箱 Faces detection toolbox v 0.1 -This toolbox provides some tools for faces detection using Local Binary Patterns and Haar features. The task of detection is done by boosting approaches such Adaboosting, FastAdaboosting and Gentleboos
  3. 所属分类:Graph program

    • 发布日期:2017-06-11
    • 文件大小:18769831
    • 提供者:he si
  1. Facedetection

    0下载:
  2. Face detection using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:482177
    • 提供者:ash
  1. fdsvm10

    0下载:
  2. face detection using SVM on Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:175844
    • 提供者:thang
  1. fdp5finalMatlab.tar

    0下载:
  2. 这是一个使用了Gabor特征提取和人工智能的人脸检测系统源代码 使用步骤: 1. 拷贝所有文件到MATLAB工作目录下(确认已经安装了图像处理工具箱和人工智能工具箱) 2. 找到"main.m"文件 3. 命令行中运行它 4. 点击"Train Network",等待程序训练好样本 5. 点击"Test on Photos",选择一个.jpg图片,识别。 6. 等待程序检测出人脸区域 createffnn.m, d
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:140797
    • 提供者:郑碧波
  1. matlab-face-recongition

    1下载:
  2. 用matlab实现人脸识别的重要部分人脸检测部分,很实用的代码。-Face recognition using matlab to achieve an important part of the face detection part, a very useful code.
  3. 所属分类:图形/文字识别

    • 发布日期:2013-04-23
    • 文件大小:167472
    • 提供者:duyinjuan
  1. face_detect

    0下载:
  2. 利用Matlab进行人脸识别,可将图片中的人脸识别出来-face detection using Matlab,can detect human faces in a picture after training.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:243360
    • 提供者:李诗伟
  1. face_detect

    0下载:
  2. Face Detection using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3750
    • 提供者:R Gill
  1. rar

    0下载:
  2. face detection using matlab-fetching image from computer and convert it into gray image
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:2879
    • 提供者:abhi
  1. my-face-detection

    0下载:
  2. Detect face parts in real time using Matlab.
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:21471863
    • 提供者:saurabh
  1. renlianjiance

    0下载:
  2. 用matlab实现人脸检测的全部代码的实现-The realization of all the code of face detection using MATLAB
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:12767426
    • 提供者:杨磊
  1. code-for-face-detection

    0下载:
  2. Lets see how to detect face, nose, mouth and eyes using the MATLAB built-in class and function. Based on Viola-Jones face detection algorithm, the computer vision system toolbox contains vision.CascadeObjectDetector System object which detects objec
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:225207
    • 提供者:sirisha
  1. cvml2011-practical-face-detection

    0下载:
  2. 人脸识别的源代码,使用matlab实现,学习资料-Face recognition source code, using matlab realize, learning materials
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9807741
    • 提供者:virons
  1. FaceDetection-

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

    • 发布日期:2018-04-20
    • 文件大小:783360
    • 提供者:layals
  1. Matlab-ACF-LiveTracking-master

    1下载:
  2. 使用ACF聚合通道特征算法,实现人脸检测(Face detection using ACF aggregation channel feature algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2020-07-27
    • 文件大小:6290432
    • 提供者:爱喝可乐
« 1 23 4 5 6 »
搜珍网 www.dssz.com