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

  /cts/apps/CameraITS/tests/scene3/
test_lens_movement_reporting.py 156 max_loc = max([v['loc'] for v in d_af_fd.itervalues()])
157 assert np.isclose(min_loc, max_loc, rtol=POSITION_TOL)
171 max_loc = max([v['loc'] for v in d_min_fd.itervalues()])
172 assert np.isclose(min_loc, max_loc, rtol=POSITION_TOL)
  /external/opencv/cxcore/src/
cxminmaxloc.cpp 50 int min_loc = 0, max_loc = 0; \
60 maxLoc->x = max_loc; \
81 max_loc = loc; \
167 int min_loc = -1, max_loc = -1; \
183 min_loc = max_loc = loc; \
208 max_loc = loc; \
  /external/v8/tools/clang/blink_gc_plugin/
process-graph.py 304 max_loc = 0
306 if len(p.loc) > max_loc:
307 max_loc = len(p.loc)
310 print >>out, (p.loc + ':').ljust(max_loc + 1), p
  /external/opencv/ml/src/
mlrtrees.cpp 409 CvPoint max_loc; local
416 cvMinMaxLoc( &votes, 0, 0, 0, &max_loc );
418 prdct_resp = data->cat_map->data.i[max_loc.x];
  /external/opencv/cv/include/
cvcompat.h 356 #define cvMinMaxLocMask(img, mask, min_val, max_val, min_loc, max_loc) \
357 cvMinMaxLoc(img, min_val, max_val, min_loc, max_loc, mask)
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 6007 milliseconds