All Projects → HouariZegai → FXFaceDetection

HouariZegai / FXFaceDetection

Licence: MIT license
Real-Time Face Detection App using Computer Vision & JavaFX

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to FXFaceDetection

Brfv4 mac examples
macOS C++ examples utilizing OpenCV for camera access and drawing the face tracking results.
Stars: ✭ 25 (-50%)
Mutual labels:  face-detection, face-tracking
Facelandmarksdetection
Finds facial features such as face contour, eyes, mouth and nose in an image.
Stars: ✭ 130 (+160%)
Mutual labels:  face-detection, face-tracking
Facekit
Implementations of PCN (an accurate real-time rotation-invariant face detector) and other face-related algorithms
Stars: ✭ 1,028 (+1956%)
Mutual labels:  face-detection, face-tracking
Drishti
Real time eye tracking for embedded and mobile devices.
Stars: ✭ 325 (+550%)
Mutual labels:  face-detection, face-tracking
Openseeface
Robust realtime face and facial landmark tracking on CPU with Unity integration
Stars: ✭ 216 (+332%)
Mutual labels:  face-detection, face-tracking
Brfv4 javascript examples
BRFv4 - HTML5/Javascript - examples project. Reference implementation for all other platform example packages.
Stars: ✭ 460 (+820%)
Mutual labels:  face-detection, face-tracking
Tenginekit
TengineKit - Free, Fast, Easy, Real-Time Face Detection & Face Landmarks & Face Attributes & Hand Detection & Hand Landmarks & Body Detection & Body Landmarks & Iris Landmarks & Yolov5 SDK On Mobile.
Stars: ✭ 2,103 (+4106%)
Mutual labels:  face-detection, face-tracking
android-face-landmarks
Android app that localizes facial landmarks in nearly real-time
Stars: ✭ 62 (+24%)
Mutual labels:  face-detection, face-tracking
Facenet Pytorch
Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models
Stars: ✭ 2,564 (+5028%)
Mutual labels:  face-detection, face-tracking
Facemoji Kit
Face tracker with blend shapes coefficients, 3D head pose and dense mesh in real-time on iOS, Android, Mac, PC and Linux.
Stars: ✭ 158 (+216%)
Mutual labels:  face-detection, face-tracking
brfv4 win examples
Windows C++ examples utilizing OpenCV for camera access and drawing the face tracking results.
Stars: ✭ 13 (-74%)
Mutual labels:  face-detection, face-tracking
Cat-Face-Detector-with-OpenCV-and-JavaFX
📹 A Small OpenCV (Open Source Computer Vision) Example, who has the ability to detect multiple cat faces at the same time 🐱
Stars: ✭ 24 (-52%)
Mutual labels:  javafx, face-detection
Computer-Vision
Cool Vision projects
Stars: ✭ 51 (+2%)
Mutual labels:  face-detection, face-tracking
Jeelizweboji
JavaScript/WebGL real-time face tracking and expression detection library. Build your own emoticons animated in real time in the browser! SVG and THREE.js integration demos are provided.
Stars: ✭ 835 (+1570%)
Mutual labels:  face-detection, face-tracking
Deep-Learning
This repo provides projects on deep-learning mainly using Tensorflow 2.0
Stars: ✭ 22 (-56%)
Mutual labels:  face-detection, face-tracking
1zlab face track robot
二自由度云台实现人脸追踪。 首先是使用一款名字叫做IP摄像头的APP 采集手机摄像头的图像,在手机上建立一个视频流服务器。在局域网下,PC通过IP还有端口号获取图像。使用OpenCV的人脸检测的API获取人脸在画面中的位置,根据人脸位置距离画面中心的x轴与y轴的偏移量(offset) ,通过P比例控制(PID控制中最简单的一种)控制二自由度云台上臂与下臂的旋转角度,将角度信息通过串口通信UART发送给ESP32单片机(不限于ESP32,STM32,Arduino都可以)解析执行对应的操作,从而使得人脸尽可能处在画面的正中间。
Stars: ✭ 103 (+106%)
Mutual labels:  face-detection, face-tracking
T System
the moving objects tracking system via two axis camera motion (and as optionally n joint robotic arm) for raspberry pi distributions
Stars: ✭ 17 (-66%)
Mutual labels:  face-detection, face-tracking
Face-Detection-and-Tracking
Computer Vision model to detect face in the first frame of a video and to continue tracking it in the rest of the video. This is implemented in OpenCV 3.3.0 and Python 2.7
Stars: ✭ 24 (-52%)
Mutual labels:  face-detection, face-tracking
Jeelizfacefilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 2,042 (+3984%)
Mutual labels:  face-detection, face-tracking
Awesome Face recognition
papers about Face Detection; Face Alignment; Face Recognition && Face Identification && Face Verification && Face Representation; Face Reconstruction; Face Tracking; Face Super-Resolution && Face Deblurring; Face Generation && Face Synthesis; Face Transfer; Face Anti-Spoofing; Face Retrieval;
Stars: ✭ 3,220 (+6340%)
Mutual labels:  face-detection, face-tracking

FXFaceDetection

License MIT

Real-Time Face Detection With Computer Vision

Features

  • Real Time Face Detection (Video tracking).
  • Easy to use.
  • Responsive design.
  • Capture and save pictures on your PC.

Thank You!

Please ⭐️ this repo and share it with others

Screenshots

Face Detection
face detection - screenshoot

Requirements

  • Java +8
  • OpenCV

Installation

  1. Press the Fork button (top right the page) to save copy of this project on your account.

  2. Download the repository files (project) from the download section or clone this project by typing in the bash the following command:

    git clone https://github.com/HouariZegai/FXFaceDetection.git
    
  3. Import it in Intellij IDEA or any other Java IDE and let Maven download the required dependencies for you.

  4. Setup OpenCV on your PC & import it to your project (follow this tutorial on medium).

  5. Run the application :D

Contributing 💡

If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed. If you find any issue just put it in the repository issue section, thank you.

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].