Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Resizing the output window of imshow function

Hi Guys

I have an image with 6000 * 6000 pixels as shown

image description

When I run the following code

    import cv2
    img = cv2.imread('Test.jpg')
    cv2.imshow('image',img)
    cv2.waitKey(0)
    cv2.destroyAllWindows()

It wont display the entire image in the output but a part of it as shown image description

How do i make the imshow function display the entire image in its output window ?

Resizing the output window of imshow function

Hi Guys

I have an image with 6000 * 6000 pixels as shown

image description

When I run the following code

    import cv2
    img = cv2.imread('Test.jpg')
    cv2.imshow('image',img)
    cv2.waitKey(0)
    cv2.destroyAllWindows()

It wont display the entire image in the output but a part of it as shown image description

How do i make the imshow function display the entire image in its output window ?

I am using open cv2 and python 2.7

Resizing the output window of imshow function

Hi Guys

I have an image with 6000 * 6000 pixels as shown

image description

When I run the following code

    import cv2
    img = cv2.imread('Test.jpg')
    cv2.imshow('image',img)
    cv2.waitKey(0)
    cv2.destroyAllWindows()

It wont display the entire image in the output but a part of it as shown image description

How do i make the imshow function display the entire image in its output window ?

I am using open cv2 and python 2.7

Resizing the output window of imshow function

Hi Guys

I have an image with 6000 * 6000 pixels as shown

image descriptionlink of image

When I run the following code

    import cv2
    img = cv2.imread('Test.jpg')
    cv2.imshow('image',img)
    cv2.waitKey(0)
    cv2.destroyAllWindows()

It wont display the entire image in the output but a part of it as shown image description.

How do i make the imshow function display the entire image in its output window ?

I am using open cv2 and python 2.7