zygmuntszpak / MultipleViewGeometry.jl

Under construction...
Other
4 stars 3 forks source link

Adds ML fundamental matrix estimation (Bundle Adjustment) #7

Closed zygmuntszpak closed 6 years ago

zygmuntszpak commented 6 years ago

Implemented bundle adjustment for gold-standard fundamental matrix estimation (i.e. reprojection error). Incorporated analytic Jacobian. At the moment the memory for the Jacobian gets allocated at each iteration. This is something that ought to be addressed in the future.