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!