• plt.subplot(121),plt.imshow(img),plt.title('Original') • plt.subplot(122),plt.imshow(dst),plt.title('Transform') • plt.show()