Recent Releases of FastGeodis
FastGeodis - FastGeodis 1.0.5
What's Changed
- Adding capability to do versioning by @masadcv in https://github.com/masadcv/FastGeodis/pull/58
Full Changelog: https://github.com/masadcv/FastGeodis/compare/1.0.4...1.0.5
Scientific Software - Peer-reviewed
- C++
Published by masadcv over 2 years ago
FastGeodis - FastGeodis 1.0.4
What's Changed
- Fix same padding compatibility with older pytorch versions by @masadcv in https://github.com/masadcv/FastGeodis/pull/52
Full Changelog: https://github.com/masadcv/FastGeodis/compare/1.0.3...1.0.4
Scientific Software - Peer-reviewed
- C++
Published by masadcv almost 3 years ago
FastGeodis - FastGeodis 1.0.3
What's Changed
- Update Fast Marching Method to use more accurate Eikonal solvers by @masadcv @tvercaut in https://github.com/masadcv/FastGeodis/pull/45
- Add PixelQueue method by @masadcv in https://github.com/masadcv/FastGeodis/pull/45
Full Changelog: https://github.com/masadcv/FastGeodis/compare/1.0.2...1.0.3
WIth this update, the FMM method using Eikonal solvers gets exact solution for Euclidean distance (remove fan artefacts). For simplest example the output looks like as follows:
2D:

3D:

Scientific Software - Peer-reviewed
- C++
Published by masadcv about 3 years ago
FastGeodis - FastGeodis 1.0.2
What's Changed
- Fix cuda target on multi-gpu host by @masadcv in https://github.com/masadcv/FastGeodis/pull/44
Full Changelog: https://github.com/masadcv/FastGeodis/compare/1.0.1...1.0.2
Scientific Software - Peer-reviewed
- C++
Published by masadcv about 3 years ago
FastGeodis - FastGeodis 1.0.1
What's Changed
- changes in JOSS paper by @danielskatz in https://github.com/masadcv/FastGeodis/pull/36
- Fix bug in local Euclidean distance calculation for fast implementation by @masadcv in https://github.com/masadcv/FastGeodis/pull/41
New Contributors
- @danielskatz made their first contribution in https://github.com/masadcv/FastGeodis/pull/36
Full Changelog: https://github.com/masadcv/FastGeodis/compare/1.0.0...1.0.1
Scientific Software - Peer-reviewed
- C++
Published by masadcv over 3 years ago
FastGeodis - FastGeodis 1.0.0
What's Changed
- update with multi-thread signed distance calculation by @masadcv in https://github.com/masadcv/FastGeodis/pull/28
- update docs, readme and paper with details of webers approach by @masadcv in https://github.com/masadcv/FastGeodis/pull/29
- various grammar fixes by @jacobmerson in https://github.com/masadcv/FastGeodis/pull/31
- fix docs link in paper by @masadcv in https://github.com/masadcv/FastGeodis/pull/33
- adding patent references by @masadcv in https://github.com/masadcv/FastGeodis/pull/34
New Contributors
- @jacobmerson made their first contribution in https://github.com/masadcv/FastGeodis/pull/31
Full Changelog: https://github.com/masadcv/FastGeodis/compare/1.0.0rc9...1.0.0
Scientific Software - Peer-reviewed
- C++
Published by masadcv over 3 years ago
FastGeodis - FastGeodis 1.0.0rc9
What's Changed
- Docs Improvements by @masadcv in https://github.com/masadcv/FastGeodis/pull/22
- Move docs to readthedocs, add source code link, cite info by @masadcv in https://github.com/masadcv/FastGeodis/pull/24
- Improve docs by @masadcv in https://github.com/masadcv/FastGeodis/pull/25
- Add Fast Marching method for Geodesic and Euclidean distance transform by @masadcv in https://github.com/masadcv/FastGeodis/pull/26
Full Changelog: https://github.com/masadcv/FastGeodis/compare/1.0.0rc8...1.0.0rc9
Scientific Software - Peer-reviewed
- C++
Published by masadcv almost 4 years ago
FastGeodis - FastGeodis 1.0.0rc8
What's Changed
- Improve samples by @masadcv in https://github.com/masadcv/FastGeodis/pull/19
- Improve CUDA kernels invocation by @masadcv in https://github.com/masadcv/FastGeodis/pull/21
Full Changelog: https://github.com/masadcv/FastGeodis/compare/1.0.0rc7...1.0.0rc8
Scientific Software - Peer-reviewed
- C++
Published by masadcv almost 4 years ago
FastGeodis - FastGeodis 1.0.0rc7
What's Changed
- FIx Unittests by @masadcv in https://github.com/masadcv/FastGeodis/pull/16
- Add Toivenan's method by @masadcv in https://github.com/masadcv/FastGeodis/pull/18
Full Changelog: https://github.com/masadcv/FastGeodis/compare/1.0.0rc6...1.0.0rc7
Scientific Software - Peer-reviewed
- C++
Published by masadcv almost 4 years ago
FastGeodis - FastGeodis 1.0.0rc6
What's Changed
- Add multi-channel support for CUDA distance transforms by @masadcv in https://github.com/masadcv/FastGeodis/pull/13
Full Changelog: https://github.com/masadcv/FastGeodis/compare/1.0.0rc5...1.0.0rc6
Scientific Software - Peer-reviewed
- C++
Published by masadcv almost 4 years ago
FastGeodis - FastGeodis 1.0.0rc5
What's Changed
- fix torch cuda is_available typo in examples by @masadcv in https://github.com/masadcv/FastGeodis/pull/8
- Small improvement to bibliography by @tvercaut in https://github.com/masadcv/FastGeodis/pull/12
- Signed distance transform by @masadcv in https://github.com/masadcv/FastGeodis/pull/10
New Contributors
- @tvercaut made their first contribution in https://github.com/masadcv/FastGeodis/pull/12
Full Changelog: https://github.com/masadcv/FastGeodis/compare/1.0.0rc4...1.0.0rc5
Scientific Software - Peer-reviewed
- C++
Published by masadcv almost 4 years ago
FastGeodis - FastGeodis 1.0.0rc4
What's Changed
- New version with comparision with Dijkstra3D - fixes #1 by @ReubenDo in https://github.com/masadcv/FastGeodis/pull/2
- Adding a straightforward CUDA parallelisation of the previously implemented FastGeodis CPU code by @masadcv in https://github.com/masadcv/FastGeodis/pull/3
- Adding GSF C++ functions, GSF Smoothing notebook example by @masadcv in https://github.com/masadcv/FastGeodis/pull/4
- Joss paper by @masadcv in https://github.com/masadcv/FastGeodis/pull/5
New Contributors
- @ReubenDo made their first contribution in https://github.com/masadcv/FastGeodis/pull/2
- @masadcv made their first contribution in https://github.com/masadcv/FastGeodis/pull/3
Full Changelog: https://github.com/masadcv/FastGeodis/commits/1.0.0rc4
Scientific Software - Peer-reviewed
- C++
Published by masadcv almost 4 years ago