Q.6 (20 p.): Write a MATLAB script code to read images cameraman.tif and pout.tif. Read the size of the image. Display both images in the same figure window in the same row. Find the average gray level value of each image. Display the histogram of the cameraman.tif image using your own code. Threshold the cameraman.tif image using a threshold value of 150. In other words, create a second image such that pixels above a threshold value of 150 are mapped to white or 1, and pixels below that value are mapped to black (or 0).