HomeSort by relevance Sort by last modified time
    Searched defs:reprojectionError (Results 1 - 2 of 2) sorted by null

  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
main_detection.cpp 54 float reprojectionError = 2.0; // maximum allowed distance to consider it an inlier.
109 reprojectionError = !parser.has("error") ? parser.get<float>("error") : reprojectionError;
231 iterationsCount, reprojectionError, confidence );
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 45 milliseconds