Content deleted Content added
m fix tables, replaced: Pattern Analysis and Machine Intelligence → IEEE Transactions on Pattern Analysis and Machine Intelligence (2), Pattern Analysis and Machine Intelligence, IEEE Transactions on → IEEE Transactions on Pattern Analysis and Mac |
|||
Line 13:
* Concatenate (normalized) histograms of all cells. This gives a feature vector for the entire window.
The feature vector can now be processed using the [[Support vector machine]], [[
A useful extension to the original operator is the so-called uniform pattern,<ref>Barkan et. al "Fast High Dimensional Vector Multiplication Face Recognition." Proceedings of ICCV 2013</ref>
== Extensions ==
Line 23:
* Modified Local Binary Patterns(mLBP): the mLBP compares the values of neighboring pixels to the average of the intensity values in the 3x3 window.
* Multi-block LBP: the image is divided into many blocks, a LBP histogram is calculated for every block and concatenated as the final histogram.
* Volume Local Binary Pattern(VLBP):<ref>Zhao, Guoying, and Matti Pietikainen. "Dynamic texture recognition using local binary patterns with an application to facial expressions." IEEE Transactions on Pattern Analysis and Machine Intelligence
* RGB-LBP: This operator is obtained by computing LBP over all three channels of the RGB color space independently, and then concatenating the results together.
|