User Guide bug (Bug #2559)


Added by Chris Maes over 12 years ago. Updated about 12 years ago.


Status:Done Start date:2012-11-20
Priority:Low Due date:
Assignee:Kirill Kornyakov % Done:

100%

Category:documentation
Target version:2.4.3.2 Estimated time:1.00 hour
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:https://github.com/Itseez/opencv/pull/224

Description

on this page: http://docs.opencv.org/doc/user_guide/ug_mat.html

There are two places where "texttt{" is visible (typos)

furthermore in the section "Visualizing images",
in the example code, this line:

sobelx.convertTo(draw, CV_8U, 255.0/(maxVal - minVal), -minVal);

should become:

sobelx.convertTo(draw, CV_8U, 255.0/(maxVal - minVal), -minVal*255.0/(maxVal - minVal));

Related issues

duplicated by Bug #2570: Bug in the user_guide Cancelled 2012-11-26

Associated revisions

History

Updated by Vadim Pisarevsky over 12 years ago

looks like the proposed fixes are valid

  • Assignee set to Vsevolod Glumov
  • Category set to documentation

Updated by Andrey Kamaev over 12 years ago

  • Target version set to 2.4.4

Updated by Kirill Kornyakov over 12 years ago

  • Description changed from on this page: http://docs.opencv.org/doc/user_guide/ug_mat.html There are tw... to on this page: http://docs.opencv.org/doc/user_guide/ug_mat.html There are tw... More

Updated by Vsevolod Glumov about 12 years ago

  • Assignee changed from Vsevolod Glumov to Kirill Kornyakov

Updated by Andrey Kamaev about 12 years ago

  • Status changed from Open to Done
  • Pull request set to https://github.com/Itseez/opencv/pull/224

Updated by Andrey Kamaev about 12 years ago

  • Target version changed from 2.4.4 to 2.4.3.2

Also available in: Atom PDF