Question: In MATLAB, a grey - scale image is stored a a matrix of numbers, all between 0 ( black ) and 2 5 5 (

In MATLAB, a grey-scale image is stored a a matrix of numbers, all between 0(black) and 255(white). Since there are 256 possible values, 8 bits are needed or each pixel, in contrast to a normal integer, which is 64 bits.To save memory, grey-scale images are stored with a special data type, uint8(unsigned 8-bit integer). In computer terminology, 8 bits =1 byte.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!