KumarRobotics / multicam_calibration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

which algorithm is used in this repo?

cbenitez81 opened this issue · comments

Thanks for posting the code. I was wondering which algorithm is implemented. There is anyway to infer the graph of cameras or input the graph a constrains?.

Thanks

The algorithm is nothing special, just minimizing the reprojection error (Huber norm) with Ceres. Yes, the camera poses are optimizer variables but they are just not printed out.
Entering constraints to the graph is not so easy though. That would be easier to implement had we used a graph based optimizer like GTSAM.