-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Geodesic distances in RvtkStatismo? #9
Comments
At that time, I prepared RvtkStatismo for the upcoming develop branch of statismo (deb packages on https://launchpad.net/~zarquon42/+archive/ubuntu/statismo-develop), that never got merged into master (but still works). Everything after, I only implemented in the develop branch of RvtkStatismo. |
Thanks. I will try to install that deb and the develop branch of RvtkStatismo under Linux later then. |
How to do the above, clearly stated: |
I recently found this blog article from 2016 on computing geodesic distances using RvtkStatismo. It mentions the functions
vtkGeodesicPath
andvtkGeodesicPathForPointPair
in a dev branch.When I grep through the checked out git repo (master) for geodesic, I do not find anything though. Did these functions not make it into master?
In case not: since you seem to know a lot about computations on meshes judging from your repos, may I ask you for a suggestion on what package I could use to compute geodesic distances on triangular meshes in R?
The text was updated successfully, but these errors were encountered: