Ask Your Question
0

Matrix Question

asked 2013-02-19 10:40:20 -0600

izzo gravatar image

image description

The question is the column 0, row 0 represent a pixel ?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-02-19 12:31:51 -0600

Bibliarij gravatar image

updated 2013-02-19 13:24:32 -0600

I think yes... looks like pixel in BGR model

edit flag offensive delete link more

Comments

Thanks, but it differs from BGR to RGB, or it's all the same ?, and in column 0 row 0 all values are zeros what the color will be ?!

izzo gravatar imageizzo ( 2013-02-20 07:48:19 -0600 )edit

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.

Bibliarij gravatar imageBibliarij ( 2013-02-20 09:08:15 -0600 )edit

Many thanks Bibliarij.

izzo gravatar imageizzo ( 2013-02-20 13:34:07 -0600 )edit

Question Tools

Stats

Asked: 2013-02-19 10:40:20 -0600

Seen: 319 times

Last updated: Feb 19 '13