I am trying to create a 16-bit image like so:
import skimage import random from random import randint xrow=raw_input("Enter the
Try to use this,
plt.imshow(numpy.real(A)) plt.show()
instead of plt.imshow(A)
plt.imshow(A)