21 lines
387 B
Markdown
21 lines
387 B
Markdown
|
```
|
||
|
% pandoc -f docbook -t latex
|
||
|
<equation>
|
||
|
<mathphrase>
|
||
|
J(x, y) = \left\{ \begin{array}{ll}
|
||
|
0 & \text{if $I(x, y) < t$} \\
|
||
|
1 & \text{if $I(x, y) \ge t$}
|
||
|
\end{array}
|
||
|
\right.
|
||
|
</mathphrase>
|
||
|
</equation>
|
||
|
^D
|
||
|
\[
|
||
|
J(x, y) = \left\{ \begin{array}{ll}
|
||
|
0 & \text{if $I(x, y) < t$} \\
|
||
|
1 & \text{if $I(x, y) \ge t$}
|
||
|
\end{array}
|
||
|
\right.
|
||
|
\]
|
||
|
```
|