Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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)