pthom / cvnp

cvnp: pybind11 casts between numpy and OpenCV, with shared memory
MIT License
53 stars 10 forks source link

Ensure incoming type is correct type #4

Closed virtuald closed 1 year ago

virtuald commented 1 year ago

By the way, just found this, it seems really useful! I had been using my own extract of OpenCV's ndarray converted, but this seems much better.

pthom commented 1 year ago

Thanks, this is nice!