You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know much about optimization, but with PCL and LM optimization, one can use warp functions (e.g. https://pointclouds.org/documentation/classpcl_1_1registration_1_1_warp_point_rigid3_d.html) to limit the degrees of freedom to optimize. This code is also using LM, so what would one need to do to e.g. only optimize translation?
Is it just a matter of changing the 6x6 and 6x1 matrices in the process to nxn and nx1 and change the code that turns the parameters into a transform? Or are there any pitfalls.
Would the same work for GN?
The text was updated successfully, but these errors were encountered:
I don't know much about optimization, but with PCL and LM optimization, one can use warp functions (e.g. https://pointclouds.org/documentation/classpcl_1_1registration_1_1_warp_point_rigid3_d.html) to limit the degrees of freedom to optimize. This code is also using LM, so what would one need to do to e.g. only optimize translation?
Is it just a matter of changing the 6x6 and 6x1 matrices in the process to nxn and nx1 and change the code that turns the parameters into a transform? Or are there any pitfalls.
Would the same work for GN?
The text was updated successfully, but these errors were encountered: