open3d.geometry.simplify_quadric_decimation¶
-
open3d.geometry.
simplify_quadric_decimation
(input, target_number_of_triangles)¶ Function to simplify mesh using Quadric Error Metric Decimation by Garland and Heckbert
- Parameters
input (open3d.geometry.TriangleMesh) – The input triangle mesh.
target_number_of_triangles (int) – The number of triangles that the simplified mesh should have. It is not guranteed that this number will be reached.
- Returns
open3d.geometry.TriangleMesh