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

搜索资源列表

  1. kkmatlabrenlian

    0下载:
  2. 人脸检测的方法很多,kl是其中比较有效的一种。本代码主要是使用pca的方法进行人脸检测,可以检测出人脸的大小位置,数目,大小-Face Detection many means kl is a more effective. The code is the use of the method pca Face Detection can detect the size face location, number, size
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.3kb
    • 提供者:wutonghai
  1. xizijiderenlianshibie

    1下载:
  2. 基于matlab人脸检测的方法很多,pca是其中比较有效的一种。本代码主要是使用pca的方法进行人脸检测,可以检测出人脸的位置,数目,大小-Matlab-based Face Detection many ways, pca which is the more effective one. The code is the use of the method pca Face Detection can be detected Face the location, number, size
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.86kb
    • 提供者:wutonghai
  1. 人脸定位与检测实例

    0下载:
  2. 模式识别中人脸的检测与定位所包含的算法程序(facedetect)-pattern recognition of the human face detection and location included in the algorithm (facedetect)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:458.09kb
    • 提供者:刘世炎
  1. Facetracking

    0下载:
  2. 使用OPENCV实现视频流中的人脸跟踪以及眼睛定位-The use of video streaming OPENCV implementation of the Human Face Tracking and Eye Location
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1.36mb
    • 提供者:aircity
  1. blinkdetect-src

    1下载:
  2. 眨眼检测,先用haar特征框定人脸,然后用camshift跟踪人脸,根据几何特征得到人眼的大概位置,然后根据直方图的变化检测眨眼-Blink detection, the first feature with the haar framed face, and then use camshift tracking human face, according to the geometric features are the approximate location of the human ey
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:4.72kb
    • 提供者:阿强
  1. robodeepsea

    0下载:
  2. 深海资源考察探险队的潜艇将到达深海的海底进行科学考察。潜艇内有多个深海机器人。潜艇到达深海海底后,深海机器人将离开潜艇向预定目标移动。深海机器人在移动中还必须沿途采集海底生物标本。沿途生物标本由最先遇到它的深海机器人完成采集。每条预定路径上的生物标本的价值是已知的,而且生物标本只能被采集一次。本题限定深海机器人只能从其出发位置沿着向北或向东的方向移动,而且多个深海机器人可以在同一时间占据同一位置。 -Study of deep-sea resources of the submarine e
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:15.49kb
    • 提供者:seabird
  1. face

    0下载:
  2. 人脸检测与定位的实例,可以运行,在检测方面很好-Face detection and location of the instance, you can run well in the test area
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-03
    • 文件大小:458.59kb
    • 提供者:yihui
  1. 222222222facedetector_src

    0下载:
  2. 一款用于识别人脸的软件,可以动态跟踪视频中人脸的位置。-Used to identify a face of the software can dynamically track the location of the video of human faces.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:130.92kb
    • 提供者:haoyubao
  1. fdv

    0下载:
  2. Matlab编写的人脸定位和程序。使用神经网络进行训练。-Written in Matlab face location and procedures. Using the neural network training.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:166.21kb
    • 提供者:John
  1. Face-Eye-Detection

    0下载:
  2. 找出图像中肤色的位置,对人的皮肤所在位置进行定位-Identify the location of the image color of human skin to locate the location of
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2.08mb
    • 提供者:顾晓军
  1. zernike-nihe-tuoyuan1

    0下载:
  2. 该程序首先对一椭圆面进行等补偿踩点得到离散的面型数据,然后对该数据进行Zernike多项式拟合-The program first on an oval face and other compensation check out the location of discrete surface data, then the data Zernike polynomial fitting
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:964byte
    • 提供者:杨丽娟
  1. guinan

    0下载:
  2. 有N个硬币(N为偶数)正面朝上排成一排,每次将N-1个硬币翻过来放在原位置,不断地重复上述过程,直到最后全部硬币翻成反面朝上为止。设计程序让计算机把翻币的最简过程以及翻币次数输出(用*表示正面,O表示反面) 2、有N个硬币(N为奇数)正面朝上排成一排,每次将N-2个硬币翻过来放在原位置,不断地重复上述过程,直到最后全部硬币翻成反面朝上为止。可以让计算机把翻币的最简过程以及翻币次数输出(用*表示正面,O表示反面) -There are N coins (even) face up in a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:31.4kb
    • 提供者:林振轩
  1. the-face-detection-technique

    0下载:
  2. 人脸检测是指对于任意一副给定的图像,采用一定的策略对其进行搜索以确定其中是否含有人脸,如果是则返回一脸的位置、大小和姿态。-Face detection is a means for any one given image, the use of a certain strategy to search for it to determine whether it contains a human face, and if so return look the location, size, a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:2.73mb
    • 提供者:啾啾
  1. juxingpuabu-c

    0下载:
  2. 可以进行初步的人脸定位,运用了各种matlab图像处理工具箱函数进行处理-The preliminary face location using matlab image processing toolbox functions for processing
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:28.94mb
    • 提供者:zwx
  1. Face-Eye-Detection

    1下载:
  2. Matlab实现的基于颜色分隔的人脸人眼检测与定位及识别算法源代码-Matlab implementation based on the color-separated face and eye detection and location recognition algorithm source code
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4.11mb
    • 提供者:王琦晖
  1. som

    0下载:
  2. 自组织映射SOM的主要目的是将任意维数的输入信号模式转变为一维或者二维的离散映射,并且以拓扑有序的方式自适应实现这个变换。呈现给网络的每一个输入模式,通常包含面对平静背景的一个局部化活动区域或“点”。这个点的位置和性质通常随输入模式的实现不同而不同。因此输入网络中所有神经元应经历输入模式的足够次数的不同实现,确保有机会完成恰当的自组织过程。自组织映射的形成主要有三个过程:竞争、合作、突触调节。-The main purpose of self-organizing map SOM is the
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3.17kb
    • 提供者:dubei
  1. FaceLocation

    0下载:
  2. 人脸定位,根据肤色进行人脸定位,然后根据区域联通算法找出人脸的大致位置并框出来。过程中涉及到各种滤波和降噪-Face location
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:201.57kb
    • 提供者:王锋辉
  1. FaceLocationNew

    0下载:
  2. 实现了人脸定位功能,包括降噪、肤色定位、滤波、框出人脸位置等操作-Face positioning, in which the process is divided into multiple steps, the advanced line of noise and then according to the color of the location, and then filter, and finally the face region
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:8.5kb
    • 提供者:张海英
  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-13
    • 文件大小:5.33mb
    • 提供者:冯溢
  1. MATLAB课堂考勤(GUI)

    1下载:
  2. MATLAB课堂考勤(GUI) 该课题为基于MATLAB pca的人脸考勤系统。可以从一副图像中找出多人人脸,分割,计算人数,然后提前制作好这些人的人脸库,进行逐一识别是谁,是不是库内人脸,如是,具体是谁,如果不是,那提示库外人脸。具有友好的人机交互界面,还可以二次开发成摄像的,但是摄像头误差可能会有点。识别流程为:读取图像,人脸定位,人数统计,人脸分割,人脸识别,库内外判别。(The subject is face attendance system based on MATLAB PCA.
  3. 所属分类:matlab例程

    • 发布日期:2021-02-08
    • 文件大小:17.74mb
    • 提供者:for Matlab
« 12 »
搜珍网 www.dssz.com