yakshasj / face-detection-in-a-video-using-MATLAB

# Face_detection_in_an_image This project file contains the code in MATLAB for detecting the face in any given Image. It is a very short and crisp code for detecting the face in an image. STEPS TO FOLLOW: 1. Rename the photo you have taken to face.jpg or change the 'face.jpg' in the code to your image name. 2. Before running the code, check if you have computer vision toolbox installed (by typing 'ver' in command window). 3. If not install computer vision toolbox by clicking HOME > add-ons > Get add-ons.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face-detection-in-a-video-using-MATLAB

This project file contains the code in MATLAB for detecting the face in any given Video. It is a very short and crisp code for detecting the face in a video.

STEPS TO FOLLOW:

  1. Change the 'female.mp4' in the code to your video name.
  2. Before running the code, check if you have computer vision toolbox installed (by typing 'ver' in command window).
  3. If not install computer vision toolbox by clicking HOME > add-ons > Get add-ons.
  4. The sample videos of both female and male with various head movements is attached in the repository to check the the accuracy of the Point Traacker.

About

# Face_detection_in_an_image This project file contains the code in MATLAB for detecting the face in any given Image. It is a very short and crisp code for detecting the face in an image. STEPS TO FOLLOW: 1. Rename the photo you have taken to face.jpg or change the 'face.jpg' in the code to your image name. 2. Before running the code, check if you have computer vision toolbox installed (by typing 'ver' in command window). 3. If not install computer vision toolbox by clicking HOME > add-ons > Get add-ons.


Languages

Language:MATLAB 100.0%