basic_lbp(A)
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".
Cita come
Muhammed Cinsdikici (2026). basic_lbp(A) (https://it.mathworks.com/matlabcentral/fileexchange/48606-basic_lbp-a), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Image Processing and Computer Vision > Computer Vision Toolbox > Feature Detection and Extraction > Local Feature Extraction > LBP - Local Binary Patterns >
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 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]
|
||
| 1.0.0.0 |
