uhlmanngroup / muMatch

Pipeline for putting surface meshes into correspondence
BSD 3-Clause "New" or "Revised" License
24 stars 5 forks source link

Additional fixes and improvements of mumatch pipeline #3

Closed leopold-franz closed 1 year ago

leopold-franz commented 2 years ago

Fixing .points(copy=True) function which doesn't work (anymore?) to points().copy(). Fixing dataframe to be saved (Only create rows and columns which are necessary). Directly return geodesic distortion in main function (Improves ease of use of the pipeline). Fixing analysis visualizations generated at end of the pipeline (various colors that were given don't exist, I changed it to a standard colormap). Rename mesh variables v,f,k,l to vertices, faces, num_eigenvectors, discrete_laplacian to make names of variables self-explanatory.