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 で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!