Code to collect images of face: clc clear all close all warning off; cao=webcam; faceDetector=vision.CascadeObjectDetector; c=150; temp=0; while true e=cao.snapshot; bboxes =step(faceDetector,e); if(sum(sum(bboxes))~=0) if(temp>=c) break; else es=imcrop(e,bboxes(1,:)); es=imresize(es,[227 227]); filename=strcat(num2str(temp),'.bmp'); imwrite(es,filename); temp=temp+1; imshow(es); drawnow; end else imshow(e); drawnow; end end
how do we register details of a person in code so that we can get output as the person appears infront of webcam it shows the name and registered details of that person
I need a way to make matlab tell us whose faces in an image are in my database or not in my database, please, anyone should help...I want to do a presentation soon🙏
Hello Ahamed , you can use ipcam if you want to build this kind of project & instead of taking photos from webcam , you can take from mobile phone! For example , you can check this video: ruclips.net/video/2iXvqmBbfOA/видео.html For details on ipcam , you can refer this documentation : in.mathworks.com/help/supportpkg/ipcamera/ug/ipcam.html There are many projects on Advanced Image Processing which you can do without webcam or ipcam kind of hardware tools for example: Digit recognition using MATLAB (Support Vector Machine + HOG) ruclips.net/video/PTt21i0I30o/видео.html Secrets Hidden in Images (LSB based Steganography) | MATLAB ruclips.net/video/ZXfNhSlXT0w/видео.html Dominant colors Extraction from an image using k-means clustering ruclips.net/video/WvyBwrxm5yE/видео.html Hope this will be helpful! Happy Learning :-)
I already posed in the description box , you can check this video for in-depth explanation -- ruclips.net/video/BU4NHgxPyLE/видео.html Hope this will be helpful! Happy Learning 🙂
Error using imageDatastor (line 113) Input folders or files contain non-standard file extensions. Use FileExtensions Name-Value pair to include the non-standard file extensions. Please help with this error it is showing while training model
Code to collect images of face:
clc
clear all
close all
warning off;
cao=webcam;
faceDetector=vision.CascadeObjectDetector;
c=150;
temp=0;
while true
e=cao.snapshot;
bboxes =step(faceDetector,e);
if(sum(sum(bboxes))~=0)
if(temp>=c)
break;
else
es=imcrop(e,bboxes(1,:));
es=imresize(es,[227 227]);
filename=strcat(num2str(temp),'.bmp');
imwrite(es,filename);
temp=temp+1;
imshow(es);
drawnow;
end
else
imshow(e);
drawnow;
end
end
how do we register details of a person in code so that we can get output as the person appears infront of webcam it shows the name and registered details of that person
how to calculate layer numbers..give the formula plz @Knowledge Amplifier
hello my dear , please , how can do face recognition on numbers of images like ORL dataset ?
I need a way to make matlab tell us whose faces in an image are in my database or not in my database, please, anyone should help...I want to do a presentation soon🙏
"Dot indexing is not supported for variables of this type" how do i deal with that error?
you r a great man
Thank You Ahmad saeid! Happy Learning :-)
Bro If my laptop doesn't have web cam 🥺 if any projects is possible
Hello Ahamed ,
you can use ipcam if you want to build this kind of project & instead of taking photos from webcam , you can take from mobile phone!
For example , you can check this video:
ruclips.net/video/2iXvqmBbfOA/видео.html
For details on ipcam , you can refer this documentation :
in.mathworks.com/help/supportpkg/ipcamera/ug/ipcam.html
There are many projects on Advanced Image Processing which you can do without webcam or ipcam kind of hardware tools
for example:
Digit recognition using MATLAB (Support Vector Machine + HOG)
ruclips.net/video/PTt21i0I30o/видео.html
Secrets Hidden in Images (LSB based Steganography) | MATLAB
ruclips.net/video/ZXfNhSlXT0w/видео.html
Dominant colors Extraction from an image using k-means clustering
ruclips.net/video/WvyBwrxm5yE/видео.html
Hope this will be helpful!
Happy Learning :-)
Send me complete coding of this project
I already posed in the description box , you can check this video for in-depth explanation -- ruclips.net/video/BU4NHgxPyLE/видео.html Hope this will be helpful! Happy Learning 🙂
Error using imageDatastor (line 113)
Input folders or files contain non-standard file extensions.
Use FileExtensions Name-Value pair to include the non-standard file extensions.
Please help with this error it is showing while training model
Sir where is the complete code of this program given???
Check pinned comment please
@@KnowledgeAmplifier1 thanks
Please help.me 🥺
If you want help with this project , check the link in the description box , detail explanation present there..
Hope that will be helpful.