Open
Description
The cylinder fitting with RANSAC method is very unstable. There are some ways to improve the performance of RANSAC:
- add or compute the normal components to the point cloud data.
- take the RANSAC result as an initial guess, optimize the cylinder coefficents with the inlier points and normals using nonlinear optimization algorithms, such as LM algorithm.
- use MSAC or MLESAC instead of RANSAC.