Matrix Question
The question is the column 0, row 0 represent a pixel ?
The question is the column 0, row 0 represent a pixel ?
I think yes... looks like pixel in BGR model
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: 2013-02-19 10:40:20 -0600
Seen: 347 times
Last updated: Feb 19 '13