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

搜索资源列表

  1. face_detect

    0下载:
  2. opencv人脸识别的应用。读入图片(需要在程序中修改)可输出识别了人脸的图片。需要opencv 1.0-opencv face detection. input image can output image with rectangular at the detected faces. need opencv 1.0
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-25
    • 文件大小:107075
    • 提供者:Andy Qin
  1. face_recognision

    1下载:
  2. 人脸检测原理及示例(OpenCV+Python) 做人脸识别方向的可以参考下-Face detection theory and examples (OpenCV+ Python) to do face recognition, under the direction of the can refer to
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:942416
    • 提供者:童振
  1. python-face-detection

    0下载:
  2. face detection on Python
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:220223
    • 提供者:Afik
  1. face

    0下载:
  2. python实现的一个3D人脸,可以旋转操作等-python 3D face
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-14
    • 文件大小:2622
    • 提供者:kent
  1. Webcam-Face-Detect-master

    1下载:
  2. 用python实现电脑与默认摄像头(自带摄像头)的连接,并进行人脸识别。-computerized connection with the default camera (comes with camera) via python, and do face recognition.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:130197
    • 提供者:xlyxy
  1. Face-recognition-based-on-SVM

    0下载:
  2. 利用支持向量机SVM进行人脸识别,采用Python语言编写。-Face recognition based on SVM, using the Python language.
  3. 所属分类:Graph program

    • 发布日期:2017-05-04
    • 文件大小:75284
    • 提供者:alice
  1. Face-Detection

    0下载:
  2. Python scr ipt to detect faces. It uses two haar cascade trained to recognise faces and eyes. The haar cascade are included. In uses OpenCV so it is required. The scr ipt is written in Python 3.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-05
    • 文件大小:189371
    • 提供者:Magre94
  1. Joint-Bayesian-master

    1下载:
  2. 人脸识别与检测程序,基于贝叶斯与最大期望,Python实现(Face recognition and detection program based on bayesian and maximum expectations)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:116736
    • 提供者:boZHUAN
  1. svm

    1下载:
  2. 用Python写的关于SVM算法的人脸识别小程序(Written in Python on the SVM algorithm for face recognition applet)
  3. 所属分类:图形图象

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:逆光成影
  1. cat-detection

    0下载:
  2. 基于opencv的猫脸检测,可以检测图片中的猫脸。基于python语言实现。(cat face detection based on OpenCV)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-21
    • 文件大小:171008
    • 提供者:冰不语
  1. smile-detection

    0下载:
  2. 基于Python语言和OpenCV实现了笑脸检测,首先进行人脸检测,然后在人脸检测的基础上进行笑脸检测。(This code implement smile detection based on OpenCV and Python. Face detection is done firstly and then smile detection is done based on the output face of the face detection.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:1333248
    • 提供者:冰不语
  1. DetectFace

    0下载:
  2. input a picture, the code will detect faces in it, and draw a rectangular around every detected face
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-26
    • 文件大小:208896
    • 提供者:Pub南风
  1. Python

    0下载:
  2. Open cv 人脸检测程序 通过主程序检测出图片中的人脸,用于后期防盗准备(Open cv face detection programm)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-18
    • 文件大小:1166336
    • 提供者:B.K
  1. test_convect_2d

    0下载:
  2. Face Pipeline to view and see the image features
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:fahad123
  1. Python-opencv

    1下载:
  2. 利用Python在树莓派上实现一个人脸识别系统(Using Python to implement a face recognition system on raspberry pi)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-05
    • 文件大小:210944
    • 提供者:焚琴鬻鹤
  1. 神经网络实现人脸识别任务

    2下载:
  2. 通过python第三方库和matlab神经网络工具箱实现人脸识别(Face recognition using MATLAB and python through neural network)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:58417152
    • 提供者:SpongeB0B
  1. pyTest

    0下载:
  2. 人脸识别测试,未测试成功 VideoCapture不知从哪里安装或引用(Test of face detection)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-06
    • 文件大小:5120
    • 提供者:与神合一
  1. face-Adaboost

    1下载:
  2. 用Adaboost和PCA算法实现人脸识别,用Python写的代码,根据经典的PCA和SVM算法改编(Adaboost and PCA algorithm for face recognition, code written in Python, adapted from the classic PCA and SVM algorithm)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:L.Xun
  1. 代码

    1下载:
  2. 实现实时人脸检测tensorflow,dlib(Real time face detection tensorflow, Dlib)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-10
    • 文件大小:20480
    • 提供者:alialilc
  1. Animal-Face-Detection-master

    0下载:
  2. python平台下,能实现图片中猫等动物的面部检测,框选出蹄片中的动物面部。(Realize the face detection of cats and other animals in the picture.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:2845696
    • 提供者:智智侠
« 12 3 »
搜珍网 www.dssz.com