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

搜索资源列表

  1. 人脸识别程序C#版源码

    2下载:
  2. 关于人脸识别的方面的C#源码经过测试可以用,很好,值得参考(C # source code on the face recognition can be used after testing, very good, it is worth considering)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-07
    • 文件大小:10995712
    • 提供者:zhchwl
  1. C# 人脸结果

    0下载:
  2. 主要用于人脸识别,对于学习人脸识别的研究人员十分有用(It is mainly used for face recognition, which is very useful for researchers to learn face recognition.)
  3. 所属分类:网络编程

    • 发布日期:2018-01-07
    • 文件大小:22928384
    • 提供者:陈香
  1. 费舍尔人脸识别仿真程序

    0下载:
  2. 人脸识别的仿真,实验效果很好,程序易于理解,适合初学者值得借鉴(The simulation of face recognition is very effective in experiment, and the program is easy to understand. It is suitable for beginners to learn from it.)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-07
    • 文件大小:5824512
    • 提供者:wulingyu
  1. 人脸识别

    0下载:
  2. 基于ssm框架搭建的,前端通过获取video标签?调用本地的摄像头(获取用户媒体对象,流媒体数据base64),将流媒体数据画到convas画布上去?,后台调用百度API人脸识别接口,进入百度大脑搜索人脸识别即可获取官网的Secret Key,将前端获取的人脸信息的base64信息和你本地数据库里的人脸信息传到百度人脸识别的接口进行人脸比对,返回一个json数据,result参数 带别人脸相似度, result可自己定义,从而实现人脸识别登录(Based on the SSM framework
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:44439552
    • 提供者:文库
  1. OpenCV的人脸验证MFC程序

    0下载:
  2. 检测人脸,基于MFC界面。当录入照片后,摄像头再遇到相同的人脸能够识别出来。(Detection of face, based on the MFC interface. When the photos are recorded, the camera can be identified with the same face.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:14305280
    • 提供者:扬之水
  1. Adaboost人脸识别

    1下载:
  2. 运用adaboost方法进行人脸检测的matlab算法,实用易懂,适合初学者!(Using adaboost method for face detection matlab algorithm, practical and easy to understand, suitable for beginners!)
  3. 所属分类:图形图像处理

  1. (PCA+SVM)人脸识别

    1下载:
  2. 人脸识别,降维 加分类,主成分分析降维,支持向量机分类(Face recognition, principal component analysis reduced Vega classification, dimension reduction, support vector machine classification)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:5894144
    • 提供者:jay1231
  1. 单样本人脸识别

    1下载:
  2. 利用KNN分类器在FERET人脸库上进行单样本人脸识别(Single sample face recognition on FERET face database using KNN classifier)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:32055296
    • 提供者:wenjiali123
  1. 人脸识别

    1下载:
  2. 人脸识别,需要计算机安装了opencv,有可直接打开的exe,以及打包的文件(Face recognition requires a computer to install opencv, a exe that can be opened directly, and a package of files.)
  3. 所属分类:图形图象

    • 发布日期:2018-01-01
    • 文件大小:9752576
    • 提供者:Gioia
  1. 人脸识别matlab 程序

    0下载:
  2. 人脸图像识别中所应用MATLAB 对图像进行预处理,应用该工具箱对图像进行经典图像处理,通过实例来应用matlab图像处理功能, 对某一特定的人脸图像处理, 进而应用到人脸识别系统。(In face recognition, MATLAB is applied to preprocess the image. The toolbox is applied to the classic image processing of the image. The MATLAB image processi
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:7913
  1. 3D人脸识别系统V 4.3

    3下载:
  2. 基于matlab的人脸识别系统设计与仿真(Design and Simulation of face recognition system based on MATLAB)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:6621184
    • 提供者:云梦泽0609
  1. 基于正交匹配追踪的人脸识别算法_matlab

    0下载:
  2. 很好的代码练习,能够实现简单的人脸识别,初学者可以参考以下(Good code practice, to achieve a simple face recognition, beginners can refer to the following)
  3. 所属分类:其他

  1. BP神经网络的人脸识别matlab代码

    1下载:
  2. 使用MATLAB实现人脸识别,可以正常运行(Using MATLAB to realize face recognition, it can run normally)
  3. 所属分类:其他

  1. 基于图像分解的人脸特征表示

    0下载:
  2. 这是一个基于图像分解的人脸特征表示的研究算法文献资料(Research and implementation of color image segmentation algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:954368
    • 提供者:T不跟随
  1. Android 人脸识别功能使用源码

    1下载:
  2. Android下的人脸识别功能,使用 这个代码需要注意的是图片格式必须是RGB_565,其它就没什么了。(Face recognition function under Android, What this code needs to be aware of is that the picture format must be RGB_565, and the others are nothing.)
  3. 所属分类:android开发

    • 发布日期:2018-01-09
    • 文件大小:1875968
    • 提供者:少校唐龙
  1. 人脸识别源程序

    1下载:
  2. 基于opencv的人脸识别程序,包括了所有实现的过程(Opencv based face recognition program, including the process of all implementations)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-09
    • 文件大小:3021824
    • 提供者:天雨劫
  1. Java人脸识别登录系统,全套代码,导入即用

    4下载:
  2. Java人脸识别登录系统,全套代码,导入即可使用(Java face recognition and login system, full set of code, import can be used)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-09
    • 文件大小:2421760
    • 提供者:¥¥
  1. Android人脸识别功能使用源码

    0下载:
  2. 通过安卓语言的环境实现了在客户端下的人脸识别功能。(Through android language environment to achieve the function of face recognition under the condition of the client.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1497088
    • 提供者:苏鹏
  1. 汉王人脸通SDK二次开发包

    5下载:
  2. 官方汉王人脸通SDK二次开发包 及说明 (考勤软件对接接口)(Hanvon face pass SDK two development kit)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:4576256
    • 提供者:LGT1990
  1. 人脸识别

    0下载:
  2. 利用数字图像处理里的方法得到的基于颜色和区域的人脸识别,包括单人和多人算法,单人算法效果比较好,对同色背景仍能很好的识别,多人算法效果一般,容易识别缺失(Face recognition based on color and region is achieved by using the method of digital image processing, including single person and multi person algorithm. The single player
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:532480
    • 提供者:怀风
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com