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!

답변 (1개)

Image Analyst
Image Analyst 2016년 9월 16일

0 개 추천

What is videoFrame? Is it a single image? If so, you can't call step() on it. What does this show
whos videoFrame

댓글 수: 2

Mohammed Hafez
Mohammed Hafez 2016년 9월 16일
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 ?
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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2016년 9월 15일

댓글:

2016년 9월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by