Skip to main content

No project description provided

Project description

PyGroundSegmentation

This libary includes some ground segmentation algorithms rewritten in python. There are no external C or C++ dependencies only pure python (numpy).

Installation

pip install pygroundsegmentation

Included Algorithms

Example Usage

from pygroundsegmentation import GroundPlaneFitting

ground_estimator = GroundPlaneFitting() #Instantiate one of the Estimators

xyz_pointcloud = np.random.rand(1000,3) #Example Pointcloud
ground_idxs = ground_estimator.estimate_ground(xyz_pointcloud)
ground_pcl = xyz_pointcloud[ground_idxs]

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

pygroundsegmentation-0.4.2.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pygroundsegmentation-0.4.2-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file pygroundsegmentation-0.4.2.tar.gz.

File metadata

  • Download URL: pygroundsegmentation-0.4.2.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.8.8 Linux/5.4.0-137-generic

File hashes

Hashes for pygroundsegmentation-0.4.2.tar.gz
Algorithm Hash digest
SHA256 e6a8565f8af670137fa69d5553dc5f7e53683c7c5363ba011a97f758e5beb803
MD5 9c1f767f35d717ff7a7e71272c5629fb
BLAKE2b-256 cb4250d591828bf461095b84475d2dab3dccd31d3aacb8b7949ae3c4145c385e

See more details on using hashes here.

File details

Details for the file pygroundsegmentation-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: pygroundsegmentation-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.8.8 Linux/5.4.0-137-generic

File hashes

Hashes for pygroundsegmentation-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2e28c733b4f84b6e77eac5bb9eb0315883a4d223401cea00997629d61ff02f91
MD5 c133dfce70f7807be6af18c0a64a9bb3
BLAKE2b-256 648df2233bd544c556a87df22c12cb29dd4b9f8f32bb90f42d72e92dc9db175d

See more details on using hashes here.

Supported by

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