Face-Detection-and-Tracking
                                
                                 Face-Detection-and-Tracking copied to clipboard
                                
                                    Face-Detection-and-Tracking copied to clipboard
                            
                            
                            
                        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
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:
- 
CamShift 
- 
Particle Filter 
- 
Kalman Filter trackers. 
This is implemented in OpenCV 3.3.0 and Python 2.7.