Commit 7ea02397 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3835 from StevenPuttemans:upgrade_traincascade_memory_master

parents 3c51fdff d0ad599a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment