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
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
2018-3-13
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
2018-3-14
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?
类别
在 帮助中心 和 File Exchange 中查找有关 Face Detection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!