Mistakes in OpenCV User Guide (Bug #1726)
Description
I just noticed that the OpenCV User Guide (Release 2.3, included in SVN trunk at "doc\opencv_user.pdf") gives many examples of accessing pixel values in section 1.2, but they all say to use "mat.at(x,y)" instead of "mat.at(y,x)"!
This must be confusing to readers that expect x to be the horizontal coord and y is vertical.
Cheers,
Shervin Emami.
Associated revisions
added missing contrib & legacy chapters to the reference manual; fixed (x, y)->(y, x) ordering in Mat.at (ticket #1726)
Merge pull request #1726 from melody-rain:2.4_tvl1_ocl
History
Updated by Vadim Pisarevsky almost 13 years ago
thanks! fixed in SVN r7959
- Status changed from Open to Done
- Target version set to 2.4.0
- Assignee set to Vadim Pisarevsky