HomeSort by relevance Sort by last modified time
    Searched defs:test_case_count (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 218 int test_case_count; // the total number of test cases member in class:cvtest::BaseTest
288 // extensivity of the tests, scale factor for test_case_count
  /external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp 110 test_case_count = -1;
132 test_case_count = (int)detectorNames.size();
223 for( int di = 0; di < test_case_count; di++ )
225 progress = update_progress( progress, di, test_case_count, 0 );
247 if ( test_case_count <= 0 || imageFilenames.size() <= 0 )
1344 const unsigned int test_case_count = 5; local
    [all...]

Completed in 80 milliseconds