Info

This question is closed. Reopen it to edit or answer.

Can someone explain the reason "why" & "How" with regards to Local Binary Pattern ?

1 view (last 30 days)
a=[1,2,6;15,3,0;17,20,5]; after reading LBP the binary pattern taken is 00101111 i.e. 47 Hence the result will gain 1 in 47 column. since, 47 is not a uniform pattern. Hence 1 is added to the 59th bin. But using the inbuilt function extractLBPFeatures(a), the result is showing it added 1 to 36th bin. Can anyone say why? it happened?? Thank you in advance. :)

Answers (0)

Community Treasure Hunt

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

Start Hunting!