My project is based on face recognition
이전 댓글 표시
A webinar by Mr Avinash was available on the math works site . But the code is not completely shown in the video. Can someone help me with the code?
%%display query image and database side by side
PersonToQuery=1;
galleryImage=read (facedatabase (PersonToQuery),1);
figure;
for i=1:size (facedatabase,2)
답변 (1개)
Image Analyst
2015년 4월 3일
0 개 추천
The Mathworks is always willing to provide you with code from their webinars. Contact them and ask for it.
카테고리
도움말 센터 및 File Exchange에서 Semantic Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!