Thanks for your help in advance
I am new to 3D. I am trying to implement open3d to replace pymeshlab.
Even going through several documents I could not come up with a relacement of the function from pymeshlab "meshing_decimation_quadric_edge_collapse".
I am curious if "open3d.geometry.simplify_quadric_decimation(input, target_number_of_triangles)" could replace that function.
Could someone help me out with this?
Thank you