MVE - Multi-View Environment mve-devel
|
Go to the source code of this file.
Namespaces | |
namespace | fssr |
Functions | |
std::size_t | fssr::clean_caps (mve::TriangleMesh::Ptr mesh) |
Cleans caps from the mesh by removing vertices with only three adjacent triangles. | |
std::size_t | fssr::clean_mc_mesh (mve::TriangleMesh::Ptr mesh, float needle_ratio_thres=0.4f) |
Removes degenerated triangles from the mesh typical for Marching Cubes. | |
std::size_t | fssr::clean_needles (mve::TriangleMesh::Ptr mesh, float needle_ratio_thres) |
Cleans needles from the mesh by collapsing short edges of degenerated triangles. | |