Searched refs:reprojCenters (Results 1 – 1 of 1) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 825 MatOfPoint2f reprojCenters = new MatOfPoint2f(); in analyzeVideo() local 878 Calib3d.projectPoints(grid, rvec, tvec, camMat, coeff, reprojCenters); in analyzeVideo() 881 double error = Core.norm(centers, reprojCenters, Core.NORM_L2); in analyzeVideo() 904 Calib3d.drawChessboardCorners(frame, patternSize, reprojCenters, true); in analyzeVideo()
|