I have the following code and it fails, because it cannot read the file from disk. The image is always None.
None
# -*- coding: utf-8 -*- import cv2
bgrImage = cv2.imread(filename.encode('utf-8'))
encode file full path to utf-8