Skip to content
#

cylinder

Here are 19 public repositories matching this topic...

zhxd050946
zhxd050946 commented Nov 10, 2020

The cylinder fitting with RANSAC method is very unstable. There are some ways to improve the performance of RANSAC:

  1. add or compute the normal components to the point cloud data.
  2. 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.
  3. use MSAC or MLESAC instead of RAN

Improve this page

Add a description, image, and links to the cylinder topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cylinder topic, visit your repo's landing page and select "manage topics."

Learn more