You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** @brief Associates point cloud segments to mesh faces. It uses the center of mass of the segments and the mesh faces to find correspondances. For each mesh face it then iteratively associate the points of the segment that are actually on the mesh face.
29
+
* @param referenceMesh the vector of mesh faces to associate with the segments
30
+
* @param clusters the vector of clusters from cilantro to associate with the mesh faces of the reference mesh
31
+
* @param associationThreshold the threshold to consider the points of a segment and a mesh face as associable. The lower the number, the more strict the association will be and some poinnts on the mesh face might be wrongfully excluded.
32
+
* @return std::shared_ptr<geometry::DFPointCloud> The unified segments
0 commit comments