I am looking for an algorithm that can reduce/simplify polyhedrons - reduce the number of its vertices while preserving the shape of the object. I have a set of points in 3D that represent a convex hull of an object and I would like to create a polyhedron that still contains within it all the other points, but is simpler. If there is some implementation in Matlab that would be great!
Thank you.