The attached image is in Landscape mode. In windows, the image property is width =4032
and height=3024
. But when I read using cv2.imread
and get the Shape of it, it's showing height as 4032 and Width as 3024. It shows the same height and width even if I turn it into Portrait mode. Am I missing something?
Thanks in Advance.