opencv python reading image as RGB
问题 Is it possible to opencv (using python) as default read an image as order of RGB ? in the opencv documentation imread method return image as order of BGR but in code imread methods return the image as RGB order ? I am not doing any converting process. Just used imread methods and show on the screen. It shows as on windows image viewer. is it possible ? EDIT 1: my code is below. left side cv.imshow() methods and the other one plt.imshow() methods. cv2.imshow() methods shows image as RGB and