Releases: SergioRAgostinho/five_point_algorithm
Releases · SergioRAgostinho/five_point_algorithm
Computation of R and t.
It now returns all E
solutions as well as the corresponding R
and t
. An example is provided to validate the algorithm.
Essential matrix estimation
It appears to already provide proper estimates of the essential matrix. The constraints in terms of rank and singular values are being enforced. At this point the algorithm is returning the first of its multiple solutions. I'm still figuring out how to select the "best" if such exists.