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: 11 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T07:24:31.000Z (about 2 years ago)
- Last Synced: 2025-07-08T23:03:48.816Z (11 months ago)
- Topics: fitting-algorithm, geometry
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 53
- 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_fitting
Fit 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 `_.