Snail/helix matrix indexing
While Matlab scans/indexes matrices column-wise, some algorithms demand Snail/Escargot/Helix indexing (LBP is the last case I've encountered this issue). This functions implements (very shortly and intuitively if I may add) such an indexing, missing from Matlab indexing methods.
Citation pour cette source
Nikolay S. (2024). Snail/helix matrix indexing (https://www.mathworks.com/matlabcentral/fileexchange/37929-snail-helix-matrix-indexing), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Remerciements
A inspiré : Opposite Color Local Binary Patterns (OC-LBP)
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.
Snail matrix indexing/
Version | Publié le | Notes de version | |
---|---|---|---|
1.1.0.0 | Оptional parameters "rotDir" and "growDir", specifying vertex rotation direction, and vertex growth direction added. |
||
1.0.0.0 |