basic_lbp(A)

Basic simple Local Binary Pattern filter function
1,4K téléchargements
Mise à jour 17 mars 2016

Afficher la licence

Basic application of the Local Binary Pattern method involves simple processing of neighboring pixels on the input gray scaled image. The neighbors are thresholded by the intensity value of center pixel in the 3x3 mask window. The thresholded binary neighbors are used to construct binary pattern (in the circular manner). The binary pattern converted to the decimal value that is described as "local binary pattern label".

Citation pour cette source

Muhammed Cinsdikici (2026). basic_lbp(A) (https://fr.mathworks.com/matlabcentral/fileexchange/48606-basic_lbp-a), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2010a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Version Publié le Notes de version
2.0.0.0

"defaultpattern" parameter is set to "counter-clockwise" for binary pattern according to the original paper. The recent papers uses "clockwise". [doi: 10.1016/j.patrec.2015.11.019]
"defaultpattern" parameter is set to "counter-clockwise" for binary pattern according to the original paper. The recent papers uses "clockwise". [doi: 10.1016/j.patrec.2015.11.019]

1.0.0.0