Skip to content

xingjiepan/cylinder_fitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Fit a set of 3D points to a cylinder surface.

Usage example:

from cylinder_fitting import fit
w_fit, C_fit, r_fit, fit_err = fit(data)

For a detailed example, see the unit test.