-
```
What steps will reproduce the problem?
1. Compile example0.cpp with:
g++ -Wall example0.cpp -o test
on Ubuntu 14.04 LTS
Intel® Core™ i5-4200M CPU @ 2.50GHz × 4
64-bit
2. Try:
./test flat_triangul…
-
I am attempting to compute a geodesic loop through a specific point, but when I use either find_geodesic_loop or find_geodesic_path_poly, the returned path does not contain any of the input points. Wh…
-
Hello pyRiemann folks :)
I have been doing some work with online Riemannian Potatoes and I'm having a hard time reconciling the math and algorithms outlined in https://hal.archives-ouvertes.fr/hal…
-
Maybe take a look at the algorithms in this paper:
http://www.cc.gatech.edu/~jarek/SAM/
Alternatively, it might be good to have matrix exponent/logarithms for doing simple interpolations whenever, s…
-
Start Introduction:
-- pca
-- pga
-- pns
Step by Step upgrade and additions to the algorithm.
What is PCA, how does it work, when does it not give good results
Why PGA?
Explaining terms in details…
-
Would you accept a pull request that adds an implementation of the [RDP algorithm](https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm)?
An implementation that uses the sh…
-
I've been searching for the fastest geodesic library for python and it seems yours is by far the fastest. This makes me both worried that some edge case is missing and at the same time very impressed…
-
Hello,
The Boost Geometry's distance calculations by Andoyer and Thomas formulas seem to induce large errors in the short-range case, as shown in
Figure 1. The maximum absolute distance error as a …
kkdd updated
11 months ago
-
**Update geodesic routines**
Many moons ago (2012-12-21, to be precise), Paul Wessel had expressed
some interest in improving the calculation of geodesics in GMT 6.
Perhaps, it's time to revisit …
-