0 votes
in Image processing by
Find the number of bits to store a 128_128 image with 64 gray levels.

1 Answer

0 votes
by

Given: M = N = 128

L = 64 =2k

=> k=6

No. of bits = M2k

= 1282*6

= 98304 bits

...