mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 06:43:01 +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.