jackyspeed / libmv

Automatically exported from code.google.com/p/libmv
MIT License
0 stars 0 forks source link

Linear autocalibration does not work. #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Modify the homography H_real in line 104 of autocalibration_test.cc so
that it is different from the identity.
2. Run the autocalibration_test.

What is the expected output? What do you see instead?
The test fails because of a bug in the autocalibration code.  The computed
homography does not seem to be a correct metric update.

Original issue reported on code.google.com by pau.garg...@gmail.com on 29 Jun 2009 at 10:44

GoogleCodeExporter commented 9 years ago
i've found the bug. I will commit the fix in some hours.

Original comment by pau.garg...@gmail.com on 2 Jul 2009 at 5:43

GoogleCodeExporter commented 9 years ago
I've fixed the problem.  The transformation from projective to euclidean was not
computed in the right way.  The test now works for a random H_real.  We need to 
test
with real data now.

Original comment by pau.garg...@gmail.com on 3 Jul 2009 at 12:37