bug in cheatsheet (Bug #2701)


Added by Ming-Te Chi about 12 years ago. Updated about 12 years ago.


Status:Done Start date:2013-01-15
Priority:Normal Due date:
Assignee:Daniil Osokin % Done:

0%

Category:documentation
Target version:2.4.4
Affected version:branch '2.4' Operating System:
Difficulty: HW Platform:
Pull request:https://github.com/Itseez/opencv/pull/349

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

Revision e33f3e83
Added by Daniil Osokin about 12 years ago

Fixed cheatsheet for loop (bug #2701)

Revision 988b1088
Added by Vadim Pisarevsky almost 11 years ago

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 Andrey Kamaev about 12 years ago

Fix is pushed to 2.4

  • Status changed from Open to Done

Updated by Kirill Kornyakov about 12 years ago

  • Target version set to 2.4.4

Also available in: Atom PDF