Error in eye detection code !

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!

Respuestas (1)

Image Analyst
Image Analyst el 16 de Sept. de 2016

0 votos

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

Mohammed Hafez
Mohammed Hafez el 16 de Sept. de 2016
I replaced step by size, then it returned a 0 * 4 size for bbox and said x = bbox(1,1) is out of size ?! What should I do ?
Image Analyst
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.

Iniciar sesión para comentar.

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 15 de Sept. de 2016

Comentada:

el 16 de Sept. de 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by