My project is based on face recognition
Show older comments
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)
Answers (1)
Image Analyst
on 3 Apr 2015
0 votes
The Mathworks is always willing to provide you with code from their webinars. Contact them and ask for it.
Categories
Find more on Semantic Segmentation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!