HomeSort by relevance Sort by last modified time
    Searched full:resultweights (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/objdetect/src/
cascadedetect.cpp 325 std::vector<double> hitWeights(detectionCount), resultWeights;
344 msGrouping.getModes(resultHits, resultWeights, 1);
356 if (resultWeights[i] > detectThreshold)
359 foundWeights->push_back(resultWeights[i]);
    [all...]

Completed in 1039 milliseconds