Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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.
Citar como
Gebhard Stopper (2026). Gradient Vector Flow (GVF) (https://la.mathworks.com/matlabcentral/fileexchange/173055-gradient-vector-flow-gvf), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: Fast Gradient Vector Flow (GVF)
Información general
- Versión 1.0.1 (2,63 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
