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
per-joint segmentation works at joint face level (#117)
* FIX-UPDATE: clustering works at face level and not joint level anymore
* FIX: diffCheckApp replaced with non-failing one (currently not needed)
* FIX-UPDATE: Joint segmentator component adapted to output the joints as well as the joint faces individually
* FIX: Component and metadata clean-up
* FIX: Clean unassociated cliusters adds the colors as well
* FIX-UPDATE: CAD degmentator adapted to reflect changes to segmetation backend for face-level analysis
* FIX: return value of RunScript of code.py
* FIX: syntax fixes for pre-commit
* FIX: cleaning PR
* FIX-CAP: minor fixes + convertion to ghtree
---------
Co-authored-by: Andrea Settimi <andreasettimi39@gmail.com>
* @param associationThreshold the threshold to consider the points of a segment and a mesh face as associable. It is the ratio between the surface of the closest mesh triangle and the sum of the areas of the three triangles that form the rest of the pyramid described by the mesh triangle and the point we want to associate or not. The lower the number, the more strict the association will be and some poinnts on the mesh face might be wrongfully excluded.
34
34
* @return std::shared_ptr<geometry::DFPointCloud> The unified segments
0 commit comments