Replies: 1 comment 1 reply
-
If there is someone interested in this, please help #17474 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I
vcpkg install python3
thenvcpkg install opencv4
It didn't bind opencv4 with python automatically. then I bind it manually from
buildtree
then import cv2
I get an error.
Can some help me to compile opencv4 with python binding with vcpkg? thank you.
Beta Was this translation helpful? Give feedback.
All reactions