mirror of
https://github.com/opencv/opencv.git
synced 2026-07-26 13:53:03 +04:00
b47c9ac643
When the fullAffine parameter is set to false, the estimateRigidTransform function maybe return empty, then the _localAffineEstimate function will be called, but the bug in it will result in incorrect results.