I have an image that is 6400 × 3200, while my screen is 1280 x 800. Therefore, the image needs to be resized for display only. I am using Python and OpenCV 2.4.9. According
Use this for example:
cv2.namedWindow('finalImg', cv2.WINDOW_NORMAL) cv2.imshow("finalImg",finalImg)