how to use python bindings

asked 2020-03-12 00:18:39 -0600

KTeddy gravatar image

updated 2020-03-12 03:09:20 -0600

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.

edit retag flag offensive close merge delete

Comments

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

LBerger gravatar imageLBerger ( 2020-03-12 03:05:19 -0600 )edit