이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
The LBP tests the relation between pixel and it's neighbors, encoding this relation into a binary word. This allows detection of patterns/features, while being immune to contrast changes.
Current submission presents pixel-wise implementation, and filtering based implementation, achieving much shorter run-times. Both implementations achieve same results, while running at different passes. Do not use ‘pixelwiseLBP’ unless for educational or debugging purposes.
Current implementation is aligned with "Gray Scale and Rotation Invariant Texture Classification with Local Binary Patterns" from http://www.ee.oulu.fi/mvg/files/pdf/pdf_6.pdf.
The differences:
This implementation supports multi-color inputs (RGB).
Rotation invariance can be same for all channels, or channel wise manner.
인용 양식
Nikolay S. (2026). Local binary patterns (https://kr.mathworks.com/matlabcentral/fileexchange/36484-local-binary-patterns), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.92.0.0 | Minor updates added |
||
| 1.9.0.0 | Resolved a few bugs related to circishift (found by Michael and Olga) and sort. Added if changing function behavior based on Matlab version. |
||
| 1.8.0.0 | Removed duplicated outdated files. thanks to Olga for finding this. |
||
| 1.7.0.0 | Resolved the bug reported by Michael. |
||
| 1.6.0.0 | The function “roundnS” was added to the submission aimed to replace the “roundn” function that is apparently part of the Matlab Mapping Toolbox, which may be missing from some of the users trying to run this code. |
||
| 1.5.0.0 | Changed filter direction (to CCW), starting point (3 o'clock instead of 12), support pixels interpolation. |
||
| 1.4.0.0 | - Support Circular filter, as in M. Pietikäinen papers.
|
||
| 1.2.0.0 | A Helix/Snail indexing function was аdded to scan neighborhood pixels as spiral. |
||
| 1.1.0.0 | Many thanks goes to Chris Forne for his sharp eye. Bugs fixed, and some modification introduced. |
||
| 1.0.0.0 |
