Make a face recognition algorithm using edge detection

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???

回答 (1 件)

Image Analyst
Image Analyst 2018 年 3 月 13 日

0 投票

See functions in the Computer Vision System Toolbox. No need to write it from scratch since there are built in functions for this.

4 件のコメント

Petros Tzivan
Petros Tzivan 2018 年 3 月 13 日
yes...but how can i detect a face in an image using an edge detection method or to recognize it for identify a person???
Image Analyst
Image Analyst 2018 年 3 月 14 日
The toolbox uses the Viola Jones method which uses Haar features, which are a type of edge detector. https://en.wikipedia.org/wiki/Viola%E2%80%93Jones_object_detection_framework
Petros Tzivan
Petros Tzivan 2018 年 3 月 14 日
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 2018 年 3 月 15 日
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?

サインインしてコメントする。

質問済み:

2018 年 3 月 12 日

コメント済み:

2018 年 3 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by