How to enable the display of hints for OpenCV in PyCharm?
I am trying to configure PyCharm to work with OpenCV. First, I installed OpenCV with cuda support using cmake. Next, I checked that cv2 is being imported and checked that the test code is working. But I came across the fact that PyCharm does not give hints for cv2.
How to enable the display of hints for OpenCV in PyCharm?
I am trying to configure PyCharm to work with OpenCV. First, I installed OpenCV with cuda support using cmake. Next, I checked that cv2 is being imported and checked that the test code is working. But I came across the fact that PyCharm does not give hints for cv2.