Ask Your Question

cyrus's profile - activity

2015-04-14 08:54:28 -0600 commented question Traincascade maxcatcount

Thanks! That helps a lot. I'll futz with that value if my features produce learners that are off.

2015-04-13 16:27:42 -0600 asked a question Traincascade maxcatcount

Hi,

I was looking through traincascade_features.h and could not figure out for what the variable maxCatCount in CvFeatureParams is used. It appears in boost.cpp under CascadeBoostTrainData but I didn't understand exactly what it did.

image description

In lbpfeatures.cpp we have maxCatCount = 256; is this related to the 8 bit patterns?

Any help would be appreciated, thanks in advance!