Searched refs:avgCenterError (Results 1 – 1 of 1) sorted by relevance
915 double avgCenterError = 0.0; in analyzeVideo() local917 avgCenterError += getDistanceBetweenPoints( in analyzeVideo()920 avgCenterError /= reprojectedPointsArray.length; in analyzeVideo()923 Log.v(TAG, "Found attitude, re-projection error = " + avgCenterError); in analyzeVideo()929 if (avgCenterError < REPROJECTION_THRESHOLD_RATIO * avgPixelDist) { in analyzeVideo()