Home
last modified time | relevance | path

Searched refs:coeff (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_sensor_fusion.py392 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/
DRVCVXCheckAnalyzer.java838 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()