Oucansu

Avatar
  • 活动总数 3
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 1
  • Oucansu 创建了一个帖子,

    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.
  • Oucansu 创建了一个帖子,
    已回答

    Pycarm with Pyhton

    I 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?