MCPcopy Create free account
hub / github.com/JeremyBYU/polylidar / basic25d_algorithm.py

File basic25d_algorithm.py

examples/python/basic25d_algorithm.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Example MultiPolygon Extraction with an **Unorganized* 3D Point Cloud. Step through algorithm.
2Note this method is only suitable if you know the dominant surface normal of the plane you desire to extract.
3The 3D point cloud must be rotated such that this surface normal is [0,0,1], i.e., the plane is aligned with the XY Plane
4The method relies upon 3D->2D Projection and performs 2.5D Delaunay Triangulation.

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected