Searched refs:coeff (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CameraITS/tests/sensor_fusion/ |
D | test_sensor_fusion.py | 392 def _plot_best_shift(best, coeff, x, y, log_path): argument 403 yfit = [coeff[0]*x*x + coeff[1]*x + coeff[2] for x in xfit]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 838 MatOfDouble coeff = new MatOfDouble(); // dummy in analyzeVideo() local 886 Calib3d.solvePnP(grid, centers, camMat, coeff, rvec, tvec, in analyzeVideo() 898 Calib3d.projectPoints(grid, rvec, tvec, camMat, coeff, reprojCenters); in analyzeVideo()
|