OpenCV image size question

Hi,

I have been playing around with python and openCV lately and the size of the images as they are displayed is very big. The image below shows two image each 700x 467 in size, but they are filling almost the whole 4k screen. It seems almost as if it uses 2 pixel per pixel.
Can anyone help me how to fix this?

I haven’t used cv in more than a decade. What we are looking at is probably from a display or comparison function for previewing. I wonder if the images themselves have the correct dimensions. Try checking the arrays or outputting the images to files.

1 Like