Skip to content

Releases: SergioRAgostinho/five_point_algorithm

Computation of R and t.

09 Mar 21:27
Compare
Choose a tag to compare
Pre-release

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

26 Feb 22:18
Compare
Choose a tag to compare
Pre-release

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.