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

Add curve interpolation along mesh surface #5

Closed
Sunderlandkyl opened this issue Jul 5, 2019 · 2 comments
Closed

Add curve interpolation along mesh surface #5

Sunderlandkyl opened this issue Jul 5, 2019 · 2 comments
Assignees
Projects

Comments

@Sunderlandkyl
Copy link
Collaborator

Subtask of #4

Given the vertices closest to markup A and B, find the path betwen the two through the sulcus.

Can potentially use:
https://vtk.org/doc/nightly/html/classvtkDijkstraGraphGeodesicPath.html

If the surface mesh is not dense enough to provide a good curve using the algorithm, we can subdivide the mesh along the predicted path to generate a more accurate curve.

@sbouix
Copy link
Collaborator

sbouix commented Jul 8, 2019

@Sunderlandkyl Sunderlandkyl added this to Ideas in Main via automation Jul 24, 2019
@Sunderlandkyl Sunderlandkyl moved this from Ideas to To do in Main Jul 24, 2019
@lassoan lassoan self-assigned this Sep 14, 2019
@Sunderlandkyl
Copy link
Collaborator Author

Curve path-finding on surface mesh has been implemented. See announcement here: https://discourse.slicer.org/t/new-feature-draw-curve-on-surface/10431.

Main automation moved this from To do to Done Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Main
  
Done
Development

No branches or pull requests

3 participants