Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java845 MatOfPoint2f reprojCenters = new MatOfPoint2f(); in analyzeVideo() local
898 Calib3d.projectPoints(grid, rvec, tvec, camMat, coeff, reprojCenters); in analyzeVideo()
914 Point[] reprojectedPointsArray = reprojCenters.toArray(); in analyzeVideo()
944 Calib3d.drawChessboardCorners(frame, patternSize, reprojCenters, true); in analyzeVideo()