Matrix Question
The question is the column 0, row 0 represent a pixel ?
BGR is the same as RGB, but order of channels is inversed because of little-endian order of bytes in processor... Check this link http://stackoverflow.com/questions/367449/bgr-color-space For values (0,0), (0,1), (0, n) I think that this is coordinates of pixel - index of row and column.
Asked: Feb 19 '13
Seen: 355 times
Last updated: Feb 19 '13