-
Thank you very much for your work, but I have a question. I don't find the code for the construction of geodesic coordinate system and geodesic distance computation in section 3.2 (the results in Fig.…
-
Hi there,
Thank you for releasing the codes. I recently found that the geodesic distance is only computed between points in the same face or in the faces which share the same vertex. I noticed tha…
-
The current code has moved several functions that refer to this constant out of geodesic and into geomath, where the constant is not available. Instead, it is passed as an argument. I think it would b…
-
Could you please share the code of heat_geodesic which is used in line [6],I found
one heat_geodesic function in GPToolBox-master ,but It seems doesn't match,thanks.(https://github.com/NaughtyZZ…
-
As the title asks, why is MERU interpolation done in tangent space as opposed to along a geodesic in hyperbolic space?
It seems pretty reasonable to compute a geodesic between the root and point of…
-
When I optimize with geodesics with some meshes I get an error like:
`ERROR: Error: checkFinite() failure: Non-finite matrix entry [6111,6111] = nan`
This is happening before optimization iteration…
-
```
What steps will reproduce the problem?
1. g++ -Wall example0.cpp -o test
What is the expected output? What do you see instead?
Expect successful compile. Instead:
In file included from geodesic_…
-
An idle question - I was browsing your fulsome documentation and saw this image:
https://juliamanifolds.github.io/manifolds/stable/manifolds/hyperbolic-041e6c97.svg
and I started to wonder whet…
-
I'm trying to show a dot at the vertices of a line_string, but not at the added geodesic points. So I'm trying to figure out if there's any "meta" setting which can be used in the style to filter out…
jaybo updated
2 years ago
-
**To reproduce**
```matlab
load openep_dataset_2.mat
distanceBetweenPoints(userdata, 1, 2, 'method', 'geodesic')
```
**Output**
Produces a segmentation fault and `geodesic_library` raises the er…