Question: Suppose the following 1D array of bytes in memory stores a 2x2 color image in BGR order: 164 33 43 84 145 151 117 204
Suppose the following 1D array of bytes in memory stores a 2x2 color image in BGR order: 164 33 43 84 145 151 117 204 60 22 192 217.
Assuming that the image is stored in interleaved format, convert to planar format. What are the RGB values of the pixel at location (1,1)?
Assuming that the image is stored in planar format, convert to interleaved format. What are the RGB values of the pixel at location (0,1)?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
