Replies: 1 comment
-
To answer my own question: The solution for us was to use Details can be found here: https://github.com/zxing-cpp/zxing-cpp/pull/615/files |
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.
-
nu-book/zxing-cpp uses
pybind11::array_t
to get access to thedata()
andshape()
members when passed a numpy array, a PIL image or a cv2-matrix. Other than that, we don't use anything from the numpy package. Is it possible to achieve this without a dependency on the full numpy package?See also zxing-cpp/zxing-cpp#283
Beta Was this translation helpful? Give feedback.
All reactions