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 From a vector of mesh faces, finds in a vector of cloud segments the corresponding segments as a unified point cloud
30
+
* @param meshFaces the mesh faces to compare
31
+
* @param segments the segments to compare
32
+
* @return std::tuple<std::shared_ptr<geometry::DFPointCloud>, std::vector<std::shared_ptr<geometry::DFPointCloud>> > the unified point cloud and the corresponding segments as a tuple
0 commit comments