opencv/modules/calib3d
GFleishman 31ec9b2aa7
Merge pull request #16614 from GFleishman:estimateTranslation3D
added estimateTranslation3D to calib3d/ptsetreg

* added estimateTranslation3D; follows API and implementation structure for estimateAffine3D, but only allows for translation

* void variables in null function to suppress compiler warnings

* added test for estimateTranslation3D

* changed to Matx13d datatype for translation vector in ptsetreg and test; used short license in test

* removed iostream include

* calib3d: code cleanup
2020-04-07 19:58:25 +00:00
..
doc findChessboardCornersSB: performance + support for full FOV boards with markers 2020-02-21 14:01:47 +01:00
include/opencv2 Merge pull request #16614 from GFleishman:estimateTranslation3D 2020-04-07 19:58:25 +00:00
misc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-01-28 14:26:57 +03:00
perf Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-09-20 21:11:49 +00:00
src Merge pull request #16614 from GFleishman:estimateTranslation3D 2020-04-07 19:58:25 +00:00
test Merge pull request #16614 from GFleishman:estimateTranslation3D 2020-04-07 19:58:25 +00:00
CMakeLists.txt Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-07-18 20:25:25 +00:00