I am plotting a 3D surface plot by using an image. Below is my code:
x = np.arange(768) y = np.arange(576) X, Y = np.meshgrid(x, y) Z = cv2.imread(\'F:\\Mu