How can I deal or track only one face while I have detected all the faces in front of camera?
Ältere Kommentare anzeigen
I have face recognition code which recognizes the face and show its name when I will generate the database for that, it is working well when only one face is in front of camera but I am using "FaceDetect = vision.CascadeObjectDetector;" for face detection which will detect all the faces in front of camera and I am getting bounding box around all the faces. Is there any way to track face of my choice among the detected all faces? Or can I code each bounding box face separately? Please give me some guideline. Thanks
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 6 Aug. 2014
0 Stimmen
Kategorien
Mehr zu Semantic Segmentation finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!