bug in cheatsheet (Bug #2701)
Description
doc/opencv_cheatsheet.tex
Line 217
\> \> \texttt{for(int x = 0; y < image.cols; x++)}\\
should be
\> \> \texttt{for(int x = 0; x < image.cols; x++)}\\
Associated revisions
Fixed cheatsheet for loop (bug #2701)
Merge pull request #2701 from thoinvil:BugfixFilterEngineApplyROI
History
Updated by Marina Kolpakova about 12 years ago
- Target version set to 2.4.4
- Description changed from doc/opencv_cheatsheet.tex Line 217 \> \> \texttt{for(int x = 0; y < ... to doc/opencv_cheatsheet.tex Line 217 <code><pre> \> \> \text... More
- Category set to documentation
Updated by Vadim Pisarevsky about 12 years ago
- Target version deleted (
2.4.4)
Updated by Daniil Osokin about 12 years ago
- Affected version set to branch '2.4'
- Assignee set to Daniil Osokin
Updated by Daniil Osokin about 12 years ago
- Pull request set to https://github.com/Itseez/opencv/pull/349
Updated by Kirill Kornyakov about 12 years ago
- Target version set to 2.4.4