added code, test and doc for five-point algorithm
authorBo Li <prclibo@gmail.com>
Wed, 26 Dec 2012 17:58:50 +0000 (18:58 +0100)
committerBo Li <prclibo@gmail.com>
Wed, 26 Dec 2012 17:58:50 +0000 (18:58 +0100)
commit956a029ede2a1929ffea2c88cca86edaf532ea3a
tree19fd1aab107b240483edad131f99de32c1e9062f
parent3edf7c5386bbd3777138c09406518f41a6c071ac
added code, test and doc for five-point algorithm
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
modules/calib3d/include/opencv2/calib3d/calib3d.hpp
modules/calib3d/src/five-point.cpp [new file with mode: 0644]
modules/calib3d/test/test_fundam.cpp