1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

add estimateAffine3D overload that implements Umeyama's algorithm

This commit is contained in:
Andreas Franek
2021-03-07 20:59:54 +01:00
committed by Andreas Franek
parent 15e2f991dd
commit 4ed91ce7ed
4 changed files with 138 additions and 0 deletions
+10
View File
@@ -1324,3 +1324,13 @@
pages={5551--5560},
year={2017}
}
@article{umeyama1991least,
title={Least-squares estimation of transformation parameters between two point patterns},
author={Umeyama, Shinji},
journal={IEEE Computer Architecture Letters},
volume={13},
number={04},
pages={376--380},
year={1991},
publisher={IEEE Computer Society}
}