Code to detect face in a real time video using webcam
이전 댓글 표시
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
Walter Roberson
2013년 2월 17일
Do you have the computer vision toolbox?
uday
2013년 7월 21일
how will i know wheather i have a computer vision tool box in my matlab version or not?
Roshin Cherian
2020년 4월 28일
You can go to your add-ons and check !
Walter Roberson
2020년 4월 29일
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.
채택된 답변
추가 답변 (2개)
afnan farouk
2016년 8월 1일
0 개 추천
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
Walter Roberson
2016년 8월 1일
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
2019년 1월 28일
0 개 추천
how to detect object using webcam? we don't know pls help us.
댓글 수: 3
Image Analyst
2019년 1월 28일
keerthana potharaj
2019년 1월 29일
how to use mobile camera instead of webcam
Image Analyst
2019년 1월 29일
Try the command
>> imaqtool
카테고리
도움말 센터 및 File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!