polylidar¶
Classes
2D Delaunay Triangulation Class |
|
This class hold all the datastructures in our meshes (vertices, triangles, halfedges, etc.). |
|
Matrix (Double) representation of numpy array. |
|
Matrix (Float) representation of numpy array. |
|
Matrix (Int32) representation of numpy array. |
|
Matrix (UInt8) representation of numpy array. |
|
Matrix (size_t[Uint64]) representation of numpy array. |
|
Contains the linear rings of a polygon. |
|
This class handles all data inputs: 2D points sets, 3D point clouds, 3D meshes. |
|
Contiguous buffer of Float64. |
|
Contiguous buffer of Int32. |
|
Contiguous buffer of Uint8. |
|
Contiguous buffer of Uint64. |
Functions
|
Perform Bilateral Filtering on the triangular mesh. |
|
Creates a copy of a tri mesh, triangles of int dtype. |
|
Extacts an organized point cloud from a depth image |
|
Extracts a Half-Edge Triangulated mesh (Uniform Mesh/Right Cut Mesh) from a depth image |
Extracts a Half-Edge Triangulated mesh (Uniform Mesh/Right Cut Mesh) from an organized point cloud. |
|
Get Polylidar Version |
|
|
Perform Laplacian Filtering on the triangular mesh vertices. |
Check if built with Robust Geometric Predicates |