Merge pull request #3835 from StevenPuttemans:upgrade_traincascade_memory_master
This commit is contained in:
commit
7ea0239776
@ -12,8 +12,8 @@ int main( int argc, char* argv[] )
|
|||||||
int numNeg = 1000;
|
int numNeg = 1000;
|
||||||
int numStages = 20;
|
int numStages = 20;
|
||||||
int numThreads = getNumThreads();
|
int numThreads = getNumThreads();
|
||||||
int precalcValBufSize = 256,
|
int precalcValBufSize = 1024,
|
||||||
precalcIdxBufSize = 256;
|
precalcIdxBufSize = 1024;
|
||||||
bool baseFormatSave = false;
|
bool baseFormatSave = false;
|
||||||
|
|
||||||
CvCascadeParams cascadeParams;
|
CvCascadeParams cascadeParams;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user