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

  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
_tnhelper.py 73 match_idx, match_val, ret_text = \
76 if match_idx == -1:
  /external/opencv3/modules/stitching/src/
motion_estimators.cpp 334 int match_idx = 0; local
389 err.at<double>(2 * match_idx, 0) = p2.x - x/z;
390 err.at<double>(2 * match_idx + 1, 0) = p2.y - y/z;
391 match_idx++;
509 int match_idx = 0; local
569 err.at<double>(3 * match_idx, 0) = mult * (x1 - x2);
570 err.at<double>(3 * match_idx + 1, 0) = mult * (y1 - y2);
571 err.at<double>(3 * match_idx + 2, 0) = mult * (z1 - z2);
573 match_idx++;

Completed in 606 milliseconds