Skip to content
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

Closed
dfsp-spirit opened this issue Nov 11, 2019 · 3 comments
Closed

Geodesic distances in RvtkStatismo? #9

dfsp-spirit opened this issue Nov 11, 2019 · 3 comments

Comments

@dfsp-spirit
Copy link

I recently found this blog article from 2016 on computing geodesic distances using RvtkStatismo. It mentions the functions vtkGeodesicPath and vtkGeodesicPathForPointPair 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?

@zarquon42b
Copy link
Owner

zarquon42b commented Nov 11, 2019

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.
Easiest way would be to install statismo-develop and RvtkStatismo develop branch. Or, if you prefer, I can make a cherry-pick commit to port those functions to the master branch.

@dfsp-spirit
Copy link
Author

Thanks. I will try to install that deb and the develop branch of RvtkStatismo under Linux later then.

@chris-english
Copy link

How to do the above, clearly stated:
development_branch_install_steps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants