I have built Opencv with cuda support but pycharm couldnt find it

I have build it using cmake and virtual studio 2019
Which paths do i have to set so that it recognizes opencv with cuda support

pycharm is for python. there are no paths to set.

you have to “install” the python module of your build so your python can use it (import cv2). that is independent of pycharm.

if you built with Visual Studio, the INSTALL target should have done that. look at the build output for that. it says what files were copied to what locations.