Login
Remember
Register
Ask a Question
Find the number of bits to store a 128_128 image with 64 gray levels.
0
votes
asked
May 4, 2020
in
Image processing
by
Robindeniel
Find the number of bits to store a 128_128 image with 64 gray levels.
#image-store
#image-gray-levels
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 4, 2020
by
SakshiSharma
Given: M = N = 128
L = 64 =2k
=> k=6
No. of bits = M2k
= 1282*6
= 98304 bits
...