Gradient Vector Flow (GVF)
Version 1.0.1 (2,63 ko) par
Gebhard Stopper
MATLAB version of Quan Wang's Fast Gradient Vector Flow (GVF).
Original code can be found here: https://www.mathworks.com/matlabcentral/fileexchange/45896-fast-gradient-vector-flow-gvf
Performance tests show about 2x performance on Win 11 / Ryzen9 7950X3D, same performance on MacBook Pro (M1), compared to C++ implementation.
The MATLAB version has the advantage of not needing a machine specific compiled version.
To achieve the speedup, this function uses approximate Laplacian computation by convoluting the image with a 3x3 kernel in addition to using single precision instead of double. Moreover, the function tries to be conservative on memory usage by reducing the number of copies of the used images.
Citation pour cette source
Gebhard Stopper (2025). Gradient Vector Flow (GVF) (https://www.mathworks.com/matlabcentral/fileexchange/173055-gradient-vector-flow-gvf), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2024b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxTags
Remerciements
Inspiré par : Fast Gradient Vector Flow (GVF)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.1 | Improved description |
||
1.0.0 |