Skip to content

Commit

Permalink
update traincascade assigned memory buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenPuttemans committed Mar 17, 2015
1 parent 3c54c50 commit d0ad599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/traincascade/traincascade.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d0ad599

Please sign in to comment.