2

I have given two homography matrices and need to find out whether they describe (nearly) the same projection. Is there a metric which i can use for this problem?

1 Answers1

2

The easiest thing to do is to calculate the difference between pi_a and pi_b, where:

pi_a = Ha * ei
pi_b = Hb * ei

Ha and Hb are the homography matrix and ei are basis vectors

MajorTom
  • 327
  • 2
  • 5