First time here? Check out the FAQ!
answered 2016-12-25 04:43:15 -0600
please use:
image = cv2.imread('test_big.png', cv2.IMREAD_GRAYSCALE)
(and both cv2.imread('test_big.png') and cv2.imread('test_big.png', 1) do the same thing - load an image in color)