I have opencv-python installed and the .pyd file is added in the site-packages and the DLLs. The code works with images. When I want to read, show, write an image it works.
But I get a warning that the functions' references cannot be found in __init__.py.
Due to this, I can not use the auto-complete feature. I am using OpenCV 3.4.0 and Python 3.6.4 in PyCharm. I downloaded OpenCV via pip in the command prompt.