update traincascade assigned memory buffers
This commit is contained in:
parent
3c54c50c5a
commit
d0ad599a24
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user