Suggestions on "How to Scan images" (Feature #2400)
Description
I'm new to Open CV. I'm reading the wiki in order to get started.
http://opencv.itseez.com/doc/tutorials/core/how_to_scan_images/how_to_scan_images.html#how-the-image-matrix-is-stored-in-the-memory
When i first saw the illustration of an RGB image matrix (and the reference to subcolumns) it confused me a bit.
For me it would be more easy and straight-forward to understand if the matrix was described as a 2-d matrix that each of its element corresponds to the an image pixel.
A matrix element hosts a vector, that stores the values of channels (Red Blue and Green). (That is referred as subcolumn.)
Maybe the image for the RGB matrix should be changed too.
[Let me know if there is another place most appropriate for suggestions on wiki and documentation in general]
Related issues
related to Patch #4079: Suggestion on 'How to Scan Images' tutorial page | New | 2014-12-19 |
Associated revisions
Merge pull request #2400 from RJ2:Bugfix_2
History
Updated by Vadim Pisarevsky over 12 years ago
Could you please provide a patch for the tutorial source (.rst) with the description that you think is more clear?
- Category set to documentation
- Assignee set to Vadim Pisarevsky
- Target version set to 3.0
Updated by Vadim Pisarevsky over 12 years ago
- Tracker changed from Bug to Feature
Updated by Maksim Shabunin almost 10 years ago
- Priority changed from Normal to Low
- Target version changed from 3.0 to 3.1
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4429