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

  /external/fio/
graph.c 441 int i, nlabels; local
449 nlabels = count_labels(bg);
450 space_per_label = (x2 - x1) / (double) nlabels;
  /external/opencv3/modules/objdetect/src/
cascadedetect.cpp 85 int i, j, nlabels = (int)labels.size(); local
86 for( i = 0; i < nlabels; i++ )
100 for( i = 0; i < nlabels; i++ )
    [all...]
hog.cpp 3542 int i, j, nlabels = (int)labels.size(); local
    [all...]

Completed in 120 milliseconds