Okay, so after installing OpenCV and Numpy both on my machine, and also enabling and installing them again in Pycharm, I still get the error when writing the OpenCV code (no autocomplete). This is the erro:
Cannot find reference 'imshow' in '__init__.py'
Here is how it looks:
When I run it, the code works, but it is really annoying that Pycharm doesn't recognize it. I tried all the solutions I could come up with, but it still persists. I uninstalled and then reinstalled everything (multiple times), set up different interpreters, but the issue still persists. I also tried installing different versions of both Python and OpenCV, but nothing works. Any ideas?