Make a face recognition algorithm using edge detection

1 view (last 30 days)
Is it possible to make a face recognition algorithm or a face detection algorithm by using edge detection methods??? And if is it possible...how can i make it and which is the best method to choose???

Answers (1)

Image Analyst
Image Analyst on 13 Mar 2018
See functions in the Computer Vision System Toolbox. No need to write it from scratch since there are built in functions for this.
  4 Comments
Petros Tzivan
Petros Tzivan on 14 Mar 2018
thank you a lot for you reply sir...i was wondering if i could use an edge detection method like: sobel, prewitt, canny,e.t.c. to detect the face or recognize it?? is that possible??
Image Analyst
Image Analyst on 15 Mar 2018
Perhaps, but don't you think Viola and Jones thought of those edge detectors and there was a reason why they chose the Haar detector?

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!