Luca Modenese

Results 157 issues of Luca Modenese

Dataset link: https://zenodo.org/records/10972005

https://automeris.io/WebPlotDigitizer.html

Paper: https://lnkd.in/du4PQ2k2 Code: https://lnkd.in/dcD69c_5 https://github.com/ami-iit/human-model-generator Video: https://lnkd.in/dibb4zr5

Tricky one, because we can try few options: 1. As in Rajagopal, we could have a customJoint with spline depending on a coordinate that is linearly constrained to the knee_angle....

feature request

Using methods like Miranda2010 the function does not recognise a ground-body1 joint and leaves the default joint when finalizing connection. To fix.

In [bone datasets](https://github.com/modenaxe/msk-STAPLE/tree/master/bone_datasets/TLEM2_CT) some mat files have a `curr_triang` field and some other have a `triang_geom` field. Should be consistent.

fitQuadriTalus didn’t correctly identify the medial/lateral direction and inferior/superior. An hardcoded fix proposed by Erik Meilak: In STAPLE_talus.m: ``` [AuxCSInfo.Y0,AuxCSInfo.Z0] = fitQuadriTalus(talusTri, V_all, debug_plots); %for LEFT FOOT AuxCSInfo.Y0=-AuxCSInfo.Y0; [AuxCSInfo.Y0,AuxCSInfo.Z0] =...

consider adding a CFF citation file: see https://citation-file-format.github.io/

[TriFillPlanarHoles.m](https://github.com/modenaxe/msk-STAPLE/blob/master/STAPLE/GIBOC-core/SubFunctions/TriangulationFun/TriFillPlanarHoles.m) does not handle meshes with no holes.