Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JonasHablitzel/PyGroundSegmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

7 Commits

Repository files navigation

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]

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /