Error in eye detection code !
조회 수: 2 (최근 30일)
이전 댓글 표시
What is the problem here? And what should I do? I'm new in using viola jones and KLT algorithms .. Please help me as fast as possible! Thanks!
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/156387/image.gif)
댓글 수: 0
답변 (1개)
Image Analyst
2016년 9월 16일
What is videoFrame? Is it a single image? If so, you can't call step() on it. What does this show
whos videoFrame
댓글 수: 2
Image Analyst
2016년 9월 16일
If step is now size(), then why do you think that
bbox = size(eyeDetector, frameSize);
even makes sense? I think you need to take more time to understand this code.
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Support Package for IP Cameras에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!