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))`
cvbook/sfm.py
Line 56 in 613f905
I suspect this line should be instead:
F = numpy.dot(T2.T, numpy.dot(F, T1))