Merge pull request #16614 from GFleishman:estimateTranslation3D
authorGFleishman <greg.nli10me@gmail.com>
Tue, 7 Apr 2020 19:58:25 +0000 (15:58 -0400)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2020 19:58:25 +0000 (19:58 +0000)
commit31ec9b2aa723e36ef1f9280b9ba074e6264f51e6
tree19f65449e0adbf6c52f8b0cfa93d0ed6c967b570
parent0c2a43923c88e29c45d7b92c2bb9e409200e9bf1
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
modules/calib3d/include/opencv2/calib3d.hpp
modules/calib3d/src/ptsetreg.cpp
modules/calib3d/test/test_translation3d_estimator.cpp [new file with mode: 0644]