I'm confused with a local binary pattern that uses radius. I have read the journal by Ojala et al, where they use this equation to calculate the center pixel :Eq.1
Where :Eq.2
with :
R = Radius
P = amount of neighborhood pixel
gp = neighborhood pixel
gc = center pixel
for example R=2;P=16(from 0-15)
if s(g15-gc)=1 and the other is 0
so the LBP value is:
LBP=1*2^15=32768
so, how this big value turn into pixel value?


