搜索资源列表
face_detect
- opencv人脸识别的应用。读入图片(需要在程序中修改)可输出识别了人脸的图片。需要opencv 1.0-opencv face detection. input image can output image with rectangular at the detected faces. need opencv 1.0
face_recognision
- 人脸检测原理及示例(OpenCV+Python) 做人脸识别方向的可以参考下-Face detection theory and examples (OpenCV+ Python) to do face recognition, under the direction of the can refer to
python-face-detection
- face detection on Python
face
- python实现的一个3D人脸,可以旋转操作等-python 3D face
Webcam-Face-Detect-master
- 用python实现电脑与默认摄像头(自带摄像头)的连接,并进行人脸识别。-computerized connection with the default camera (comes with camera) via python, and do face recognition.
Face-recognition-based-on-SVM
- 利用支持向量机SVM进行人脸识别,采用Python语言编写。-Face recognition based on SVM, using the Python language.
Face-Detection
- 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.
Joint-Bayesian-master
- 人脸识别与检测程序,基于贝叶斯与最大期望,Python实现(Face recognition and detection program based on bayesian and maximum expectations)
svm
- 用Python写的关于SVM算法的人脸识别小程序(Written in Python on the SVM algorithm for face recognition applet)
cat-detection
- 基于opencv的猫脸检测,可以检测图片中的猫脸。基于python语言实现。(cat face detection based on OpenCV)
smile-detection
- 基于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.)
DetectFace
- input a picture, the code will detect faces in it, and draw a rectangular around every detected face
Python
- Open cv 人脸检测程序 通过主程序检测出图片中的人脸,用于后期防盗准备(Open cv face detection programm)
test_convect_2d
- Face Pipeline to view and see the image features
Python-opencv
- 利用Python在树莓派上实现一个人脸识别系统(Using Python to implement a face recognition system on raspberry pi)
神经网络实现人脸识别任务
- 通过python第三方库和matlab神经网络工具箱实现人脸识别(Face recognition using MATLAB and python through neural network)
pyTest
- 人脸识别测试,未测试成功 VideoCapture不知从哪里安装或引用(Test of face detection)
face-Adaboost
- 用Adaboost和PCA算法实现人脸识别,用Python写的代码,根据经典的PCA和SVM算法改编(Adaboost and PCA algorithm for face recognition, code written in Python, adapted from the classic PCA and SVM algorithm)
代码
- 实现实时人脸检测tensorflow,dlib(Real time face detection tensorflow, Dlib)
Animal-Face-Detection-master
- python平台下,能实现图片中猫等动物的面部检测,框选出蹄片中的动物面部。(Realize the face detection of cats and other animals in the picture.)