how to combine multiple local binary pattern operators i.e. LBP(1,8) and LBP(3,16)???
Show older comments
i am implementing multi scale analysis for local binary pattern for feature extraction.
i want to know how to combine multiple LBP operators with different radius and neighbor pixels applied on same image.
e.g.: LBP code with r=1, nghbr=8 and
LBP code with r=3, nghbr=16.
Answers (0)
Categories
Find more on LBP - Local Binary Patterns in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!