Question: tuple([20,20]))) Create a frame around the monochrome image pix_framed = np.zeros(np.add(pix_gray.shape, print (Order of the framed gray-scale image matrix:, pix_framed.shape) pix_framed [10: pix_gray.shape [0]
tuple([20,20]))) Create a frame around the monochrome image pix_framed = np.zeros(np.add(pix_gray.shape, print ("Order of the framed gray-scale image matrix:", pix_framed.shape) pix_framed [10: pix_gray.shape [0] +10, 10:pix_gray.shape [1]+10] = pix_gray plt.figure(figsize=(12,24)) plt.axis ('off') plt.imshow(pix_framed, cmap='gray') plt.show()
Step by Step Solution
There are 3 Steps involved in it
Python Code import numpy as np import matplotlibpyplot as plt Create a monochrome image pixgr... View full answer
Get step-by-step solutions from verified subject matter experts
