dfsp-spirit / meshlearn

AI model to predict computationally expensive vertex-wise descriptors like the local gyrification index from the mesh structure.
MIT License
3 stars 0 forks source link

Implement post-processing: smooth data #15

Open dfsp-spirit opened 2 years ago

dfsp-spirit commented 2 years ago

Maybe we can improve our predictions by applying a post-processing. Once all values for a mesh are know, some smoothing could actually be beneficial.

This would require the ability to perform smoothing of per-vertex data on the meshes, which may be slow in Python. But we could call into C++ for that, like in the haze package for R.