All Projects → DymanZy → OpenCVTest

DymanZy / OpenCVTest

Licence: other
基于OpenCV实现人脸检测和智能选区截图(仿扫描王APP)的功能

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to OpenCVTest

HoloLensWithDlibFaceLandmarkDetectorExample
HoloLens With DlibFaceLandmarkDetector Example
Stars: ✭ 19 (-42.42%)
Mutual labels:  face-detection
PyRecognizer
"A neural network to rule them all, a neural network to find them, a neural network to bring them all and verify if is you !!" (Face recognition tool)
Stars: ✭ 28 (-15.15%)
Mutual labels:  face-detection
mlapi
An easy to use/extend object recognition API you can locally install. Python+Flask. Also works with ZMES!
Stars: ✭ 49 (+48.48%)
Mutual labels:  face-detection
emotion-detector.js
👹 Emotion recognition in Node.js
Stars: ✭ 30 (-9.09%)
Mutual labels:  face-detection
retinaface
RetinaFace: Deep Face Detection Library for Python
Stars: ✭ 242 (+633.33%)
Mutual labels:  face-detection
clockon-clockoff-face-recognition
Face Recognize application. Using FaceNet and CoreML
Stars: ✭ 21 (-36.36%)
Mutual labels:  face-detection
Image-Detection-Samples
This sample app supports "Building a MVP with Face recognition and AR" and "Quest of a Hero part 2" presentations as well as it has two different possibilities to build face detection mechanism. The first one is OpenCV based and the second one is by means of Camera 2 API
Stars: ✭ 36 (+9.09%)
Mutual labels:  face-detection
gaze-estimation-with-laser-sparking
Deep learning based gaze estimation demo with a fun feature :-)
Stars: ✭ 32 (-3.03%)
Mutual labels:  face-detection
iqiyi-vid-challenge
Code for IQIYI-VID(IQIYI Video Person Identification) Challenge Implemented in Python and MXNet
Stars: ✭ 45 (+36.36%)
Mutual labels:  face-detection
face-detectify
😅 Detect faces in images. Without native modules. It uses tracking.js.
Stars: ✭ 20 (-39.39%)
Mutual labels:  face-detection
AISecurityCamera
A simple Security Camera example which detects motion and perform face recognition
Stars: ✭ 27 (-18.18%)
Mutual labels:  face-detection
FaceRecognition With FaceNet Android
Face Recognition using the FaceNet model and MLKit on Android.
Stars: ✭ 113 (+242.42%)
Mutual labels:  face-detection
Face-Attributes-MultiTask-Classification
Use Cafffe to do Face Attributes MultiTask Classification based on CelebA data sets
Stars: ✭ 32 (-3.03%)
Mutual labels:  face-detection
Contactless-Attendance-System
✨ A Contactless Attendance System where your face is identified for Attendance.
Stars: ✭ 20 (-39.39%)
Mutual labels:  face-detection
Recogcis
Face detection & recognition AR app using the mlmodel to recognize company employees.
Stars: ✭ 28 (-15.15%)
Mutual labels:  face-detection
zed face
zedboard上基于FPGA+ARM的人脸识别智能监控系统。关键词:linux,zedboard,arm,fpga,人脸检测,人脸识别。
Stars: ✭ 38 (+15.15%)
Mutual labels:  face-detection
Multi-Face-Comparison
This repo is meant for backend API for face comparision and computer vision. It is built on python flask framework
Stars: ✭ 20 (-39.39%)
Mutual labels:  face-detection
mtcnn-pytorch
pytorch implementation of face detection algorithm MTCNN
Stars: ✭ 61 (+84.85%)
Mutual labels:  face-detection
Computer-Vision
Cool Vision projects
Stars: ✭ 51 (+54.55%)
Mutual labels:  face-detection
FaceSearch
FaceSearch: Searches for faces in a given image using the Google Reverse Image Search engine.
Stars: ✭ 44 (+33.33%)
Mutual labels:  face-detection

人脸检测+智能选区截图

最近在学习OpenCV,随便将两个特别有用的功能封装出来,一个是人脸检测,另一个是智能选区截图(模仿扫描王的功能),就在这里分享给大家,也希望能在某方面给大家提供思路。现在只能下载项目查看 ),以后有时间我再将这两个功能做成依赖库。

Features

  • 手机相机屏幕适配:自动获取当前相机中最适合屏幕显示的分辨率,避免画面拉伸的情况
  • 人脸检测:基于OpenCV及其训练模型lbpcascade_frontalface.xml,因为是使用相机动态人脸检测,所以在检测前对图像进行了压缩处理,检测距离略有下降
  • 智能选区截图:这里很感谢pqpo提供了实现思路,目前在实现测试中发现对于近似背景的检测结果并不理想,而且不能识别多个选区,以后将在此基础上继续完善

Screenshots

人脸检测

智能选区截图

Instructions

  • 如果你有任何意见, bug, 问题都可以给我提 Issue, 我会第一时间关注并解决
  • 在人脸检测和智能选区方面我后期会继续完善,欢迎大家关注
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].