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

  /external/opencv3/apps/traincascade/
boost.cpp 398 int workVarCount = get_work_var_count();
470 (size_t)(workVarCount-1)*sample_count + root->offset);
477 (size_t)(workVarCount-1)*sample_count + root->offset;
487 (size_t)workVarCount*sample_count + root->offset);
494 (size_t)workVarCount*sample_count + root->offset;
    [all...]
old_ml_tree.cpp 754 int workVarCount = get_work_var_count();
776 for( vi = 0; vi < workVarCount; vi++ )
877 (size_t)workVarCount*sample_count + root->offset);
884 (size_t)workVarCount*sample_count + root->offset;
    [all...]

Completed in 176 milliseconds