Error in eye detection code !
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Image Analyst
le 16 Sep 2016
What is videoFrame? Is it a single image? If so, you can't call step() on it. What does this show
whos videoFrame
2 commentaires
Image Analyst
le 16 Sep 2016
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.
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!