First time here? Check out the FAQ!
answered 2016-11-20 01:26:00 -0600
if your image is binary already, you can simply load it with cv2.imread("my.png", cv2.IMREAD_GRAYSCALE)
cv2.imread("my.png", cv2.IMREAD_GRAYSCALE)
if your question was "is there a flag to binarize it automatically on loading ?" then - NO.