Creating a feature type for cascade classifier

asked 2013-07-30 02:11:21 -0600

xornor gravatar image

updated 2013-07-30 02:12:31 -0600

I'm trying to create a feature evaluator for the Cascade Classifier. It's supposed to return a numerical value for each feature ID. Could someone tell me the appropriate settings for this type of a feature? Here's what I've used: maxCatCount = 0;
featSize = 1;

It "works", so to speak, but the training starts repeating FalseAlarmRate values after a while in the 1st stage.

edit retag flag offensive close merge delete

Comments

Similar problem as you have, do we have to create feature explicitly,aren't the auto generated when using opencv_traincascade

Anshul gravatar imageAnshul ( 2013-08-16 03:23:25 -0600 )edit

similar problem, somebody help

sartaj gravatar imagesartaj ( 2015-04-15 07:21:04 -0600 )edit