In digital image of M rows and N columns and L discrete gray levels, calculate the bits required to store a digitized image for M=N=32 and L=16.

In digital image of M rows and N columns and L discrete gray levels, calculate the bits required to store a digitized image for M=N=32 and L=16. Correct Answer 4096

In digital image of M rows and N columns and L max gray levels i.e. an integer power of 2 for each pixel. The number, b, of bits required to store a digitized image is: b=M*N*k. For L=16, k=4. i.e. b=4096.

Related Questions