I study the LBP algorithm and read the Face Detection and Verification document using local binary patterns, Y Rodriguez, which is the theme of PHD. On page 21 (section 2.2.2 weak classifiers), the author noted that:
A weak classifier hp (x) consists of a look-up table of 2^9 โ 1 = 511 bins
I canโt understand why there are 2 ^ 9-1 bins. So far I can understand that the LBP code for a particular pixel is 8 numbers, either 0 or 1, calculated from 8 surrounding pixels. However, why does the lookup table contain 2 ^ 9-1 bins? Any help is appreciated!
source share