Efficient LLBP (Line Local Binary Pattern)

버전 1.1.0.0 (446 KB) 작성자: Nikolay S.
The function implements LLBP (Line Local Binary Pattern)
다운로드 수: 1.8K
업데이트 날짜: 2015/8/22

라이선스 보기

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 :)

인용 양식

Nikolay S. (2024). Efficient LLBP (Line Local Binary Pattern) (https://www.mathworks.com/matlabcentral/fileexchange/50058-efficient-llbp-line-local-binary-pattern), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
도움

받음: Local binary patterns

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Minor bug fixes

1.0.0.0