I'm having trouble getting opencv to work in pycharm. I've installed it in the terminal using the pip command and it seems to be installed, however when i start coding i get warning messages when i try use the opencv commands:
Cannot find reference 'imread' in '__init__.py'
Is there a fix for this?