Code to detect face in a real time video using webcam
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 17 de Feb. de 2013
Do you have the computer vision toolbox?
uday
el 21 de Jul. de 2013
how will i know wheather i have a computer vision tool box in my matlab version or not?
Roshin Cherian
el 28 de Abr. de 2020
You can go to your add-ons and check !
Walter Roberson
el 29 de Abr. de 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.
Respuesta aceptada
Más respuestas (2)
afnan farouk
el 1 de Ag. de 2016
0 votos
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 comentario
Walter Roberson
el 1 de Ag. de 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
keerthana potharaj
el 28 de En. de 2019
0 votos
how to detect object using webcam? we don't know pls help us.
3 comentarios
Image Analyst
el 28 de En. de 2019
keerthana potharaj
el 29 de En. de 2019
how to use mobile camera instead of webcam
Image Analyst
el 29 de En. de 2019
Try the command
>> imaqtool
Categorías
Más información sobre Computer Vision with Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!