SCIInstitute / dSpaceX

dSpaceX Visualization Library and Tool
5 stars 2 forks source link

(data) Add C++ binding for thumbnail generation #184

Closed kylinmb closed 3 years ago

kylinmb commented 4 years ago

The PCA models for meshs and volumes generate new meshes and volumes. In order to display the predictions in the UI thumbnails will need to be generated. Currently, there are methods in the python data processing pipeline to generate thumbnails, but there is no way to call these functions from C++. If we create binding the C++ will be able to call these functions.

cchriste commented 4 years ago

specific use cases for this issue are nanoparticles_mesh and nanoparticles_volume

cchriste commented 3 years ago

done