How to link Open CV builded with mingw with Python3

asked 2017-11-27 12:42:24 -0600

I first installed opencv and opencv-contrib from below link

https://github.com/opencv

Then I tried cmake with visual c++ but it failed because it cannot find the file "MSBuild.exe" even though I have Visual C++2017 installed in my PC.Then I tried it with mingw makefile and it generated files sucessfully.But to my suprise there is no .pyd or any python linked file.

I am now clueless how to go further linking it with python3. :(

edit retag flag offensive close merge delete

Comments

Please follow these steps and come back if you have any doubts! https://docs.opencv.org/3.3.1/d5/de5/...

Balaji R gravatar imageBalaji R ( 2017-11-27 21:50:29 -0600 )edit