Related to facial Feature point Detection
이전 댓글 표시
Sir i need ur help .....how to write the code to detect feature point detection........
댓글 수: 2
jyloup p
2014년 6월 17일
Hello, I guess your are talking about something similar to face detection ? In the video here you have some extracts of code :
I hope it could help you.
shivi garg
2014년 6월 17일
답변 (1개)
Dima Lisin
2014년 7월 19일
편집: Dima Lisin
2014년 9월 24일
0 개 추천
There are several feature detectors in the Computer Vision System Toolbox. See detectHarrisFeatures, detectMinEigenFeatures, detectSURFFeatures, detectBRISKFeatures, and detectFASTFeatures.
Alternatively, you can use vision.CascadeObjectDetector to detect eyes, nose, and mouth.
카테고리
도움말 센터 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!