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

  /external/chromium_org/chrome/browser/safe_browsing/
environment_data_collection_win_unittest.cc 79 for (int j = 0; j < process_report.dll(i).feature_size(); ++j) {
107 for (int j = 0; j < process_report.dll(i).feature_size(); ++j) {
client_side_detection_service.cc 619 for (int j = 0; j < model.rule(i).feature_size(); ++j) {
  /external/chromium_org/chrome/renderer/safe_browsing/
scorer.cc 118 for (int i = 0; i < rule.feature_size(); ++i) {
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 819 const float feature_size = float(tr.width*tr.height); local
824 correction_ratio = target_ratio / feature_size;
    [all...]
cvhaar.cpp 618 const float feature_size = float(tr.width*tr.height); local
623 correction_ratio = target_ratio / feature_size;
    [all...]

Completed in 88 milliseconds