how to use python bindings
system: windows10
I compiled the source code with visual studio 2019 and cmake. As a result I can find a lib named cv2.cp38-win_amd64.pyd and a directory named python_loader. So how can I use them in python.
Don't insert screen copy in your message.
If you want to use your python binding you can install using install project in VS or copy cv2.cp38 in site_packages but you mustn't have a cv2 directory in site_packages and all opencv dll must be in path