Page MenuHome

Fix homography test failure
ClosedPublic

Authored by Sergey Sharybin (sergey) on Apr 27 2014, 4:03 PM.

Details

Summary

It was caused by assuming that reconstructed homography matrix
should look exactly the same as the matrix used to generate a
test case.

It's not actually valid assumption because different-looking
matrices could correspond to the same exact transform.

In this change we make it so actual "re-projected" vectors
are being checked, not the values in matrix. This makes it
more predictable verification.

Diff Detail

Repository
rLMV Libmv
Branch
homography_test_fix

Event Timeline