Skip to content

Implementation of precise Geodesic Distance Metric via Flipping Edges#108

Open
gviga wants to merge 1 commit intomainfrom
pygeodesic
Open

Implementation of precise Geodesic Distance Metric via Flipping Edges#108
gviga wants to merge 1 commit intomainfrom
pygeodesic

Conversation

@gviga
Copy link
Collaborator

@gviga gviga commented Oct 24, 2025

This Pr implements a New Metric on triangle meshes. In Particular, other mesh metrics used the distretized mesh to compute the geodesic as a sum of distances on edges. In this case, we try to sample paths inside the triangles to have a more precise version of the true Geodesic distance.

We wrap the code from Pp3d that implements https://nmwsharp.com/research/flip-geodesics/.

@gviga gviga marked this pull request as ready for review October 24, 2025 13:21
@gviga gviga changed the title Impleemntation of precise Geodesic Distance Metric Implementation of precise Geodesic Distance Metric via Flipping Edges Oct 24, 2025
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 12.12121% with 29 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
geomfum/wrap/pp3d.py 0.00% 26 Missing ⚠️
geomfum/metric/mesh.py 0.00% 3 Missing ⚠️

📢 Thoughts on this report? Let us know!

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

Successfully merging this pull request may close these issues.

2 participants