Sei sulla pagina 1di 3

Lecture Quiz 1

A = [1 2 3; 30 40 50;]; B = [10 20 10; 40 50 60;]; Here A and B are 2 matrices which represent a grayscale image taking values (0,255). What will be C = A.*B if C digitally depicted as an image ? Note: .* is an intentional multiplication operator used in MATLAB

Here is an image X that has 1048576(hypothetical) colors to represent it digitally starting from zero. When we transmit the image in a compressed format from Hubble telescope to NASA, false contouring was observed at total levels/4. What is the minimum no of bits for each color Hubble can transmit without observing false contouring ?

Potrebbero piacerti anche