Local ternary patterns: Difference between revisions

Content deleted Content added
converted to math formula
formula correction
Line 2:
<math>
\begin{cases}
1, & \text{if } c>p>c+k \\
0, & \text{if } c>p>c-k \text{ and } c<p<c+k \\
-1 & \text{if } c<p<c-k \\
\end{cases}
</math>