Updated by Marina Kolpakova about 12 years ago

doc/opencv_cheatsheet.tex
Line 217

<code><pre>

\> \> \texttt{for(int x = 0; y < image.cols; x++)}\\

should be
\> \> \texttt{for(int x = 0; x < image.cols; x++)}\\

</pre></code>

Back