Oucansu
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created 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. -
Created Pycarm with Pyhton
AnsweredI am using PyCharm 2022.1.4 (Community Edition). import cv2 cv2. sub functions are not visible. When I write cv2.imgread('') manually, it works. What is the reason?