Local ternary patterns: Difference between revisions

Content deleted Content added
formula correction
Line 10:
In this way, each thresholded pixel has one of the three values. Neighboring pixels are combined after thresholding into a ternary pattern. Computing a histogram of these ternary values will result in a large range, so the ternary pattern is split into two binary patterns. Histograms are concatenated to generate a descriptor double the size of LBP.
 
== RelatedSee also ==
* [[Local binary patterns]]
 
==References==