https://github.com/xingjiepan/cylinder_fitting
Fit a set of 3D points to a cylinder surface.
https://github.com/xingjiepan/cylinder_fitting
fitting-algorithm geometry
Last synced: 6 months ago
JSON representation
Fit a set of 3D points to a cylinder surface.
- Host: GitHub
- URL: https://github.com/xingjiepan/cylinder_fitting
- Owner: xingjiepan
- License: bsd-3-clause
- Created: 2017-06-19T19:41:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T07:24:31.000Z (over 1 year ago)
- Last Synced: 2024-12-15T16:46:37.306Z (6 months ago)
- Topics: fitting-algorithm, geometry
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 46
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: license.txt
Awesome Lists containing this project
README
.. image:: https://badge.fury.io/py/cylinder_fitting.svg
:target: https://badge.fury.io/py/cylinder_fittingFit a set of 3D points to a cylinder surface.
Usage example:
.. code-block:: python
from cylinder_fitting import fit
w_fit, C_fit, r_fit, fit_err = fit(data)For a detailed example, see the `unit test `_.