pglira / simpleICP

Implementations of a rather simple version of the Iterative Closest Point algorithm in various languages.
MIT License
291 stars 59 forks source link

(c++) implement nonlinear optimization using ceres #25

Open mitjap opened 2 years ago

mitjap commented 2 years ago

I have implemented PointToPointFunctor and PointToPlaneFunctor (default) and introducted new optional dependency on Ceres. If ceres is not found library uses previous linear method. Is this OK?