bachmmmar / Large-scale-bundle-adjustment-in-scipy

Large-scale bundle adjustment in scipy example code
GNU General Public License v3.0
10 stars 4 forks source link

bundle_adjustment_sparsity function #1

Open vivek87799 opened 5 years ago

vivek87799 commented 5 years ago

Hi, Can you kindly explain a little about the bundle_adjustment_sparsity function. I would like to have only the r_vecs and t_vecs.

bachmmmar commented 5 years ago

Hi vivek

Sorry, i just put the code from https://scipy-cookbook.readthedocs.io/items/bundle_adjustment.html, into this repository. But i'm not the author of the page. The author is Nikolay Mayorov but i've no contact data. I cant help you...

vivek87799 commented 5 years ago

Hi bachmmmar, Thank you very much for the reply.