brain-slam / slam

Surface anaLysis And Modeling
MIT License
13 stars 24 forks source link

RF: replace in-house functions by optimized trimesh or numpy ones #88

Open alexpron opened 2 years ago

alexpron commented 2 years ago

There is a bunch of functions (e.g norm function of the curvature module) that could be replaced by trimesh functions (e.g unitize) that are much more efficient.