Skip to content

How to import Python opencv? #1268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Aug 6, 2021 · 2 comments
Closed

How to import Python opencv? #1268

ghost opened this issue Aug 6, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 6, 2021

No description provided.

@slozier
Copy link
Contributor

slozier commented Aug 6, 2021

Unfortunately the opencv-python module seems to depend on numpy so that won't work. You could try using one of the .NET wrappers (for example EmguCV or OpenCvSharp)...

@ghost
Copy link
Author

ghost commented Aug 6, 2021

Unfortunately the opencv-python module seems to depend on numpy so that won't work. You could try using one of the .NET wrappers (for example EmguCV or OpenCvSharp)...

If so, I think the ironpython3 route runs in the opposite direction. The correct way is to translate it directly into a python parser, which can directly embed Python code, not a string.

@ghost ghost closed this as completed Aug 7, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant