Closed Myzhencai closed 5 years ago
Hi @Myzhencai,
Sorry for the late reply!
So here, the code is trying to compute the pairwise geodesic distance of all vertices of a shape S, and save the distance matrix to S.Gamma, where S.Gamma( i , j ) gives the geodesic distance between the i-th vertex and the j-th vertex.
I only have the mex file for the fast-marching algorithm in windows, that's why it does not work for your linux. Here are some possible solutions:
Hope this helps! Please let me know there is anything unclear :D have a nice day :)
@llorz :-),thanks for help . I have made it in windows.Best wish from China .
The linux version of the fastmarchmex can be found there: https://github.com/abbasloo/dnnAuto/blob/master/preprocessing/isc/fastmarchmex.mexa64
It is substantially faster than the geodesic computation from /utils/external/geodesics_matlab/ (from 40 minutes-ish to few minutes).
Thanks for sharing your code :)
Thank you so much for sharing this! @rFalque Raphael Falque
hi. thanks for sharing this awesome woke . I get a issue as the title , I am not familiar with the code could you please help me out . :- ) thanks .Have a nice day. @llorz