![]() |
In the first version of LBP (OPM02), the descriptor was found to be indistinguishable from the Census transform over a window : for each image point, the 8 neighboring pixels are examined, thresholded against the central pixel, thereby generating an 8-bit string, which corresponds to an integer descriptor ranging from 0 to 255.
This original concept has subsequently been extended to points along a circle of radius
centered at the pixel for which the characteristic is to be calculated (figure 6.5). Since the point on the radius typically does not fall exactly on a pixel, bilinear interpolation can be performed to estimate the value to be thresholded in order to construct the binary string.
The LBP operator produces possible values for each point in the image. In the case where the image is rotated, the pixel values move along the circumference, and consequently, the bits within the binary string also rotate. It is possible to obtain a rotation-invariant LBP operator by normalizing the string through some transformation. One such transformation is, for example, performing
rotations on the binary string and taking, among all the results, the one with the minimum value:
| (6.4) |
Paolo medici