convert cv::Mat to numpy #5345
pythondever
started this conversation in
General
Replies: 1 comment
-
my env info: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone I am trying to convert c++ cv::Mat into python numpy here is my sample code:
when I runing code, An exception was encountered. return code: code -1073741819 (0xC0000005) and no more detail info information I am very confused maybe is some memory error
so how can I convert cv::mat into numpy I also tried this solution: https://github.com/pthom/cvnp but got same exception
How can I solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions