Fixed warnings + RANSAC confidence to double
authoredgarriba <edgar.riba@gmail.com>
Mon, 11 Aug 2014 08:17:42 +0000 (10:17 +0200)
committeredgarriba <edgar.riba@gmail.com>
Mon, 11 Aug 2014 08:17:42 +0000 (10:17 +0200)
commitc7f6c0cb9f75ae00c8f01d91c76d3ef54d1d0228
treedd16e70784135ef50307592881c58b8e533af3ee
parent213241c06a96217fd7421b49bce94251f8d41f9d
Fixed warnings + RANSAC confidence to double
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
modules/calib3d/include/opencv2/calib3d.hpp
modules/calib3d/src/solvepnp.cpp
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/CsvReader.cpp
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.cpp
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.h
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp