Ask Your Question

cmrigney's profile - activity

2016-11-18 08:24:59 -0600 received badge  Enthusiast
2016-11-10 07:20:40 -0600 commented question Cascade Classifier Custom Feature Evaluator

Great thanks!

2016-11-09 14:25:55 -0600 commented question Cascade Classifier Custom Feature Evaluator

Thanks for the comment! How exactly is the runAt result used? Along those same lines, what is predictCategorical, predictOrdered, etc, expecting from the featureEvaluator? How does that all fit?

2016-11-08 10:22:23 -0600 asked a question Cascade Classifier Custom Feature Evaluator

I would like to implement my own Feature Evaluator like the ones in cascadedetect.cpp and .hpp. But I'm not sure how they work. Can anybody explain it to me? It seems like the end result of an evaluation goes through the calc methods but I'm not sure what the values mean. I understand the principle behind cascade adaboost (and HAAR features), I just am confused on how the code works. Thanks.