Commit 4ab525c8 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3810 from StevenPuttemans:upgrade_traincascade_default_memory

parents 309eb3c1 9f0cd9ee
......@@ -14,8 +14,8 @@ int main( int argc, char* argv[] )
int numPos = 2000;
int numNeg = 1000;
int numStages = 20;
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