Efficient LLBP (Line Local Binary Pattern)
Description
The LLBP tests the relation between pixel and its neighbors, encoding this relation into a binary word. This allows detection of patterns/features. The current version uses horizontal and vertical shaped filter, resulting in "line" shape, for which the name is given.
An illustration of Line LBP can be seen here: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3251987/figure/f6-sensors-11-11357/
While this shape implies options for specific efficient 1D filter based implementation, here I implemented it via wrapping of my "efficientLBP" function- which achieves not optimal, but reasonable run-time. And I like code reuse :)
Zitieren als
Nikolay S. (2026). Efficient LLBP (Line Local Binary Pattern) (https://de.mathworks.com/matlabcentral/fileexchange/50058-efficient-llbp-line-local-binary-pattern), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Image Processing and Computer Vision > Computer Vision Toolbox > Feature Detection and Extraction > Local Feature Extraction > LBP - Local Binary Patterns >
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Region and Image Properties >
Tags
Quellenangaben
Inspiriert von: Local binary patterns
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
line efficientLBP/
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.1.0.0 | Minor bug fixes |
||
| 1.0.0.0 |
