Skip to main content

A python tool for fitting primitives 3D shapes in point clouds using RANSAC algorithm

Project description

What is pyRANSAC-3D?

pyRANSAC-3D is an open source implementation of .

Features:

  • Cylinder
  • Plane
  • Cuboid

Installation

Requirements: Nympy

Install with Pypi:

pip3 install pyransac3d

Take a look:

Example 1 - Binary operations
import pyransac3d as pyrsc

points = load_points(.)

plano1 = pyrsc.Plane()
best_eq, best_inliers = plano1.fit(points, 0.01)

Results in the plane equation Ax+By+Cz+D: [1, 0.5, 2, 0]

Documentation & other links

License

MIT

Contributing is awesome!

See CONTRIBUTING

Contact

Developed with :heart: by Leonardo Mariga

leomariga@gmail.com

Did you like it? Remember to click on :star2: button.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyransac3d-0.0.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

pyransac3d-0.0.0-py3-none-any.whl (12.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page