Content deleted Content added
m Reverted edits by 137.85.253.31 (talk) to last version by Jni |
|||
Line 6:
The LBP feature vector, in its simplest form, is created in the following manner:
* Divide the examined window into
* For each pixel in a
* Where the center pixel's value is greater than the neighbor's value, write "1". Otherwise, write "0". This gives an 8-digit binary number (which is usually converted to decimal for convenience).
* Compute the histogram, over the
* Optionally normalize the histogram.
* Concatenate (normalized) histograms of all
The feature vector can now be processed using the [[Support vector machine]] or some other machine-learning algorithm to classify images. Such classifiers can be used for face recognition or texture analysis.
== Implementations ==
|