Searched refs:reprojCenters (Results 1 – 1 of 1) sorted by relevance
845 MatOfPoint2f reprojCenters = new MatOfPoint2f(); in analyzeVideo() local898 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()