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!
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!