update traincascade assigned memory buffers

This commit is contained in:
StevenPuttemans 2015-03-17 09:00:41 +01:00
parent 3c54c50c5a
commit d0ad599a24

View File

@ -12,8 +12,8 @@ int main( int argc, char* argv[] )
int numNeg = 1000;
int numStages = 20;
int numThreads = getNumThreads();
int precalcValBufSize = 256,
precalcIdxBufSize = 256;
int precalcValBufSize = 1024,
precalcIdxBufSize = 1024;
bool baseFormatSave = false;
CvCascadeParams cascadeParams;