How much memory space (in mb) is required to store an image frame on a 1024 by 1024 display device with 128 gray levels | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How much memory space (in mb) is required to store an image frame on a 1024 by 1024 display device with 128 gray levels

Emergency Question

30th May 2019, 6:57 PM
Stefano
7 Answers
+ 4
Stefano if an program of digital image processing is made then no more than 3-5mb is is the size of the image as the generation time of image reduce due to various filters and polling and segmentation algorithms Have these 🍎 🍎 🍎
30th May 2019, 7:29 PM
DishaAhuja
DishaAhuja - avatar
+ 3
This link have some additional information you can get from this if it's for your exams https://4nsi.com/faq/how-do-i-calculate-the-file-size-for-a-digital-image All the best for exam and have these 🍎 🍎 🍎 🍎
30th May 2019, 7:42 PM
DishaAhuja
DishaAhuja - avatar
+ 2
1,024^2 = 1,048,576 pixels, 128 gray levels = 7 bits per pixel (I think) => 7,340,032 bits = 917,504 bytes = ca. 917 kB/896 KiB
30th May 2019, 7:38 PM
Anna
Anna - avatar
+ 2
Thanks alot
30th May 2019, 7:40 PM
Stefano
0
So how is the calculation done ?
30th May 2019, 7:36 PM
Stefano
0
Yes it is
30th May 2019, 7:42 PM
Stefano
0
Suppose you have an image of size 500x500. How much memory space is required if it is stores as (i) binary image, (ii) grayscale image with 32 gray levels, (iii) color image.
7th Aug 2020, 12:05 PM
Md jubaer rhaman
Md jubaer rhaman - avatar