Ask Your Question

cdunncv's profile - activity

2017-07-24 16:19:38 -0600 answered a question estimateAffinePartial2D and estimateAffine2D

The original creator of the estimateAffine2D and estimateAffinePartial2D has acknowledge the bug where int inputs lead to the identity matrix output https://github.com/opencv/opencv/pull...

I am trying to use estimateAffinePartial2D in Python and I am erroneously getting the identity matrix output even with float inputs, but there may be more wrong and I'm not on the latest version with the fix for you problem above.