[Solved] 2 Question Play Two Pictures See Figure 1 Found Matlab S Repository Images Retrieved Enter Q37251511
2. In this question you will play with two pictures (see Figure 1) that can be found in MATLAB’s repository of images and can be retrieved by enteringload mandrill and load durer. After loading these files, enter for each the command colormap(gray) and then image (X).As you can see, these pictures feature the handsome mandrill and a drawing by the artist Albrecht Dürer, who lived in the 1500s Write a short MATLAB script for computing the truncated SVD of these images. For both pictures, start with rankr 2 and go up by powers of 2, to r 64. For a compact presentation of your figures, use the command subplot for each of the pictures, with 3 and 2 as the first two arguments Comment on the performance of the truncated SVD for each of the pictures. State how much storage is required as a function of r and how much storage is required for the original pictures. Explain the difference in the effectiveness of the technique for the two images for small r [The mandrill picture file is in fact in color, and you may see it at its full glory by avoiding entering colormap (gray), or simply by entering colormap (map) at any time. However, for your calculations please use grayscale.] a. b. Figure 1: Mandrill image and a drawing by Albrecht Dürer Show transcribed image text 2. In this question you will play with two pictures (see Figure 1) that can be found in MATLAB’s repository of images and can be retrieved by enteringload mandrill and load durer. After loading these files, enter for each the command colormap(gray) and then image (X).As you can see, these pictures feature the handsome mandrill and a drawing by the artist Albrecht Dürer, who lived in the 1500s Write a short MATLAB script for computing the truncated SVD of these images. For both pictures, start with rankr 2 and go up by powers of 2, to r 64. For a compact presentation of your figures, use the command subplot for each of the pictures, with 3 and 2 as the first two arguments Comment on the performance of the truncated SVD for each of the pictures. State how much storage is required as a function of r and how much storage is required for the original pictures. Explain the difference in the effectiveness of the technique for the two images for small r [The mandrill picture file is in fact in color, and you may see it at its full glory by avoiding entering colormap (gray), or simply by entering colormap (map) at any time. However, for your calculations please use grayscale.] a. b. Figure 1: Mandrill image and a drawing by Albrecht Dürer
Expert Answer
Answer to 2. In this question you will play with two pictures (see Figure 1) that can be found in MATLAB’s repository of images an… . . .
OR

