All Projects → nishagandhi → Face-Detection-and-Tracking

nishagandhi / Face-Detection-and-Tracking

Licence: other
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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Face-Detection-and-Tracking

Computer-Vision
Cool Vision projects
Stars: ✭ 51 (+112.5%)
Mutual labels:  particle-filter, face-detection, opencv-python, kalman-filter, face-tracking
Face-Detection-and-Tracking
Face Detection and tracking using CamShift, Kalman Filter, Optical Flow
Stars: ✭ 30 (+25%)
Mutual labels:  face-detection, opencv-python, kalman-filter, camshift
Deep-Learning
This repo provides projects on deep-learning mainly using Tensorflow 2.0
Stars: ✭ 22 (-8.33%)
Mutual labels:  face-detection, kalman-filter, face-tracking
jeelizGlanceTracker
JavaScript/WebGL lib: detect if the user is looking at the screen or not from the webcam video feed. Lightweight and robust to all lighting conditions. Great for play/pause videos if the user is looking or not, or for person detection. Link to live demo.
Stars: ✭ 68 (+183.33%)
Mutual labels:  face-detection, face-tracking
Self Driving Car
Udacity Self-Driving Car Engineer Nanodegree projects.
Stars: ✭ 2,103 (+8662.5%)
Mutual labels:  particle-filter, kalman-filter
sf-pkg
Generic Sensor Fusion Package for ROS
Stars: ✭ 28 (+16.67%)
Mutual labels:  particle-filter, kalman-filter
bayes-filters-lib
A flexible, modern, C++ recursive Bayesian estimation library.
Stars: ✭ 48 (+100%)
Mutual labels:  particle-filter, kalman-filter
udacity-cvnd-projects
My solutions to the projects assigned for the Udacity Computer Vision Nanodegree
Stars: ✭ 36 (+50%)
Mutual labels:  face-detection, opencv-python
quickstart-android
Quick start examples for Banuba Face AR SDK on Android
Stars: ✭ 17 (-29.17%)
Mutual labels:  face-detection, face-tracking
FaceRecog
Realtime Facial recognition system using Siamese neural network
Stars: ✭ 47 (+95.83%)
Mutual labels:  face-detection, opencv-python
brfv4 android examples
Android Studio project (Java)
Stars: ✭ 43 (+79.17%)
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 (-29.17%)
Mutual labels:  face-detection, face-tracking
Deepgaze
Computer Vision library for human-computer interaction. It implements Head Pose and Gaze Direction Estimation Using Convolutional Neural Networks, Skin Detection through Backprojection, Motion Detection and Tracking, Saliency Map.
Stars: ✭ 1,552 (+6366.67%)
Mutual labels:  particle-filter, face-detection
go-estimate
State estimation and filtering algorithms in Go
Stars: ✭ 98 (+308.33%)
Mutual labels:  particle-filter, kalman-filter
FXFaceDetection
Real-Time Face Detection App using Computer Vision & JavaFX
Stars: ✭ 50 (+108.33%)
Mutual labels:  face-detection, face-tracking
image processing
image-processing exercises.
Stars: ✭ 25 (+4.17%)
Mutual labels:  face-detection, opencv-python
viola-jones-adaboost
Training a face detection cascade using Adaptive Boosting after Viola and Jones.
Stars: ✭ 47 (+95.83%)
Mutual labels:  face-detection, viola-jones
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 (+13316.67%)
Mutual labels:  face-detection, face-tracking
DA Tutorial
This is a 'hands-on' tutorial for the RIKEN International School on Data Assimilation (RISDA2018).
Stars: ✭ 23 (-4.17%)
Mutual labels:  particle-filter, kalman-filter
coursera robotics
Contains coursera robotics specialization assignment codes
Stars: ✭ 65 (+170.83%)
Mutual labels:  particle-filter, kalman-filter

Face-Detection-and-Tracking

Computer Vision model to detect face in the first frame of a video using pre-trained Viola-Jones detector and to continue tracking it in the rest of the video frames using:

  1. CamShift

  2. Particle Filter

  3. Kalman Filter trackers.

This is implemented in OpenCV 3.3.0 and Python 2.7.

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