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

搜索资源列表

  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
    • 文件大小:920.33kb
    • 提供者:童振
  1. python-face-detection

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

    • 发布日期:2017-04-05
    • 文件大小:215.06kb
    • 提供者:Afik
  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
    • 文件大小:127.15kb
    • 提供者:xlyxy
  1. prj2

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

    • 发布日期:2017-05-05
    • 文件大小:221.88kb
    • 提供者:Burak DERYA
  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
    • 文件大小:184.93kb
    • 提供者:Magre94
  1. renlianshibie

    0下载:
  2. 人脸识别,在vs+opencv+python环境下运行,利用numpy等插件写的程序,简单易懂。-Face recognition, in vs+ opencv+ python environment to run, the use of numpy and other plug-ins to write the program, easy to understand.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1.14kb
    • 提供者:陈远
  1. Adaboosthaarlikecascadefacedetaction

    0下载:
  2. 利用opencv,adaboost+haar特征实现人脸识别的python小程序-a program use opencv and haar feature to detect face a picture
  3. 所属分类:OpenCV

    • 发布日期:2017-12-16
    • 文件大小:248kb
    • 提供者:苟利国
  1. haarcascade_frontalface_default

    0下载:
  2. 利用python中的opencv库,实现人脸识别的xml文件(The use of Python Library in opencv, XML file for face recognition.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:123kb
    • 提供者:sweetyu
  1. cat-detection

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

    • 发布日期:2017-12-21
    • 文件大小:167kb
    • 提供者:冰不语
  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
    • 文件大小:1.27mb
    • 提供者:冰不语
  1. Python

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

    • 发布日期:2017-12-18
    • 文件大小:1.11mb
    • 提供者:B.K
  1. Python-opencv

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

    • 发布日期:2018-01-05
    • 文件大小:206kb
    • 提供者:焚琴鬻鹤
  1. 代码

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

    • 发布日期:2018-01-10
    • 文件大小:20kb
    • 提供者:alialilc
  1. python_face_recog

    0下载:
  2. 基于python+opencv 的 人脸识别,对一段视频进行读取,并检测出人脸,然后进行PCA 降维,最后用SVM进行人脸识别,识别率94%左右。(Based on python + opencv face recognition, a video was read, and face detection, and then PCA dimension reduction, and finally SVM face recognition, recognition rate of about 9
  3. 所属分类:OpenCV

    • 发布日期:2018-04-21
    • 文件大小:6.74mb
    • 提供者:qinjian09
  1. face

    2下载:
  2. 系统介绍:基于树莓派官方系统stretch 系统,系统内安装了opencv3.3.0以及 tensorflow1.1.0 。人脸识别门禁的代码在里面目录/home/pi/face。内安装了深度学习的案例。 程序启动说明:开机前连接树莓派摄像头或网络USB摄像头,网络摄像头无需下面的设置。如使用树莓派摄像头则在终端输入 sudo nano /etc/modules-load.d/modules.conf 在最后添加一行添加 bcm2835-v4l2 ctrl+O回车保存 ctrl
  3. 所属分类:OpenCV

    • 发布日期:2018-04-28
    • 文件大小:4.27mb
    • 提供者:嵌入式学习
  1. select

    0下载:
  2. 本程序实现了人脸图片的快速采集,使用环境Python3.x,需要电脑连接摄像头,打开PythonIDLE,按下F5运行代码即可进行采集图片(This program has achieved the rapid acquisition of face images. The Python3.x of the environment needs computer to connect the camera, open PythonIDLE and press F5 to run the code
  3. 所属分类:OpenCV

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:weww
  1. face-detection

    0下载:
  2. Normal Face detection source code using Haar Cascade Features in Python and C++
  3. 所属分类:OpenCV

    • 发布日期:2018-04-30
    • 文件大小:593kb
    • 提供者:LilNader
  1. 人脸识别

    0下载:
  2. 利用face++在python下实现人脸识别(use face++ relised detect face)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:1.32mb
    • 提供者:碎碎1993
  1. 人脸识别代码 东哥

    1下载:
  2. 人脸识别,运用python进行人脸识别,图像识别(Face recognition using Python)
  3. 所属分类:OpenCV

    • 发布日期:2020-12-24
    • 文件大小:40.97mb
    • 提供者:好难啊啊1
  1. 人脸识别

    1下载:
  2. 简单的python人脸识别代码,不错的入门学习资料(Simple Python face recognition code, a good starting point for learning)
  3. 所属分类:OpenCV

    • 发布日期:2020-06-17
    • 文件大小:3.33mb
    • 提供者:JTTJ
搜珍网 www.dssz.com