Template Function lvr2::planarClusterGrowing
Defined in File ClusterAlgorithms.hpp
Function Documentation
-
template<typename BaseVecT>
ClusterBiMap<FaceHandle> lvr2::planarClusterGrowing(const BaseMesh<BaseVecT> &mesh, const FaceMap<Normal<typename BaseVecT::CoordType>> &normals, float minSinAngle) Algorithm which generates plane clusters from the given mesh.
- Parameters:
minSinAngle –
1 - minSinAngleis the allowed difference between the sin of the angle of the starting face and all other faces in one cluster.