Error in eye detection code !
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Image Analyst
el 16 de Sept. de 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 comentarios
Image Analyst
el 16 de Sept. de 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.
Ver también
Categorías
Más información sobre MATLAB Support Package for IP Cameras en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!