Code to detect face in a real time video using webcam

2 vues (au cours des 30 derniers jours)
FARAH ANSARI
FARAH ANSARI le 17 Fév 2013
Commenté : Walter Roberson le 29 Avr 2020
please TELL me the MATLAB Code to detect or track a face in a real time video using A webcam in MATLAB* I AM DOING MY PROJECT IN FACE RECOGNITION, BUT NOT GETTING HELP FROM ANYWHERE. Thank you....
  4 commentaires
Roshin Cherian
Roshin Cherian le 28 Avr 2020
You can go to your add-ons and check !
Walter Roberson
Walter Roberson le 29 Avr 2020
Use
ver('vision')
to see if you have the Computer Vision toolbox installed.
Use
license('test','Video_and_Image_Blockset')
to see if you have a license for the Computer Vision toolbox.
It is possible to have a license for a product without having it installed; and in some cases it is possible to have a product installed without having a license for it.

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 17 Fév 2013
Face detection and recognition are different things. So is tracking. In your search did you happen to include the Mathworks web site? If so, did you see this page: http://www.mathworks.com/products/computer-vision/description4.html
  6 commentaires
arsalan sadiq
arsalan sadiq le 21 Juil 2013
yes i do...can u help me
Ragheed
Ragheed le 21 Juil 2013
I'm also working on that(Master thesis) so we can chat together?

Connectez-vous pour commenter.

Plus de réponses (2)

afnan farouk
afnan farouk le 1 Août 2016
umm... is there a code if for if I'm going to detect faces from a real-time video captured without a webcam??? for example detect faces from a live streamed video from a drone/quadcopter
  1 commentaire
Walter Roberson
Walter Roberson le 1 Août 2016
vision.CascadeObjectDetector does not care where you get the image that you feed in.
You might have some difficulty getting the streaming live video, but possibly you could use http://www.mathworks.com/help/supportpkg/ipcamera/ug/ipcam.html

Connectez-vous pour commenter.


keerthana potharaj
keerthana potharaj le 28 Jan 2019
how to detect object using webcam? we don't know pls help us.
  3 commentaires
keerthana potharaj
keerthana potharaj le 29 Jan 2019
how to use mobile camera instead of webcam
Image Analyst
Image Analyst le 29 Jan 2019
Try the command
>> imaqtool

Connectez-vous pour commenter.

Catégories

En savoir plus sur Computer Vision with Simulink dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by