You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenCV C api at least has been deprecated for many years, so bindings would have to be based off the C++ api. A much easier alternative might be binding to SOD. I put together a tiny proof of concept today: https://github.com/crystal-data/spyglass. My interest is more in implementing scipy.ndimage with it, but it could also be used for general image manipulation.
Bindings to the Open Computer Vision library for image processing.
The text was updated successfully, but these errors were encountered: