First time here? Check out the FAQ!
answered 2012-11-05 06:36:49 -0600
To read RGBA image as 4-channel image, you should additionally pass a flag to imread:
cv2.imread("path", -1);