Pycharm editor autocomplete problem

import cv2

cv2.read()

 

 

Code is working but PyCharm can't find reference for imread and autocomplete for cv2 methods doesn't work in editor. But, works in Python console.

0

Please sign in to leave a comment.