what is stage threshold?

asked 2013-11-02 20:44:51 -0600

sodeq gravatar image

Hi all,

I have done opencv_traincascade and now still analyzing the output classifier, that is the output value. I have some questions: 1. What is maxWeakCount? I guess that is the number of weak classifier that AdaBoost predict it as "positive", but i doubt about that, because it seems like if this value increased, the prediction must be more accurate. 2. What is stage threshold? Is it related directly to the number of maxWeakCount? Or it is something else?

Thanks.

edit retag flag offensive close merge delete