User Guide bug (Bug #2559)
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 |
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
Fixed. Requires approval.
https://github.com/Itseez/opencv/pull/224
- 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