cvbook
cvbook copied to clipboard
error in denormalizing the points in of compute_fundamental_normalized(.)
https://github.com/nico/cvbook/blob/613f9059354147955334767148a559d6da8d0155/sfm.py#L56
I suspect this line should be instead:
F = numpy.dot(T2.T, numpy.dot(F, T1))