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
- GPF (Ground Plane Fitting)
- Patchwork-plusplus
- Patchwork
- CascadedSeg
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6a8565f8af670137fa69d5553dc5f7e53683c7c5363ba011a97f758e5beb803
|
|
| MD5 |
9c1f767f35d717ff7a7e71272c5629fb
|
|
| BLAKE2b-256 |
cb4250d591828bf461095b84475d2dab3dccd31d3aacb8b7949ae3c4145c385e
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e28c733b4f84b6e77eac5bb9eb0315883a4d223401cea00997629d61ff02f91
|
|
| MD5 |
c133dfce70f7807be6af18c0a64a9bb3
|
|
| BLAKE2b-256 |
648df2233bd544c556a87df22c12cb29dd4b9f8f32bb90f42d72e92dc9db175d
|