-
Hello, thank you for your works.
I want to take a closer look at these documents, but some functions are not very clear. Do you have any documentation for the functions of this library?
-
Hello,
Thanks for maintaining this repo.
Two questions on processing image datasets (e.g. torchvision MNIST).
1) is there an example on getting the persistence diagram of an image?
2) is it pos…
-
CGAL is in the process of extending its periodic triangulations: https://github.com/CGAL/cgal/pull/4914
* we may need/want to update the C++ Alpha_complex_3d after that
* it would be nice to provide…
-
When the resolution is not `None`,
- if both lower and upper bounds are missing (e.g. `sample_range = [nan, nan]`), the computed grid is a list of 1s of length `resolution;
- if one of the two bo…
-
When computing a Delaunay triangulation (aka AlphaComplex with default_filtration_value=True), there is no point using Epeck. If possible, we should silently use Epick. If not, we should warn the user…
-
While testing on a VM, it ends with:
```txt
python -m delvewheel show .\dist\gudhi-3.8.0a0-cp310-cp310-win_amd64.whl
Analyzing gudhi-3.8.0a0-cp310-cp310-win_amd64.whl
The following DLLs will be …
-
Discussing with Wojciech made me realize that the doc is not sufficiently explicit w.r.t. the approximations we do when computing some vectorizations (such as persistence images).
-
As mentioned [in issue 76 at the BH repo](https://github.com/eddelbuettel/bh/issues/76), its new version creates compilation issues with package `TDA`. I have not had time to really dive into this, bu…
-
In several places in gudhi, we have
```c++
throw "some explanation";
```
However, if the exception is not caught, this only prints
> terminate called after throwing an instance of 'char const…
-
In the file `src/cmake/modules/GUDHI_third_party_libraries.cmake` we see in the comment:
```
# cf. http://doc.cgal.org/latest/Manual/installation.html#title40
```
though the fragment `title40` doe…