Skip to content
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

OpenCV bindings #92

Open
RomainFranceschini opened this issue Apr 16, 2018 · 2 comments
Open

OpenCV bindings #92

RomainFranceschini opened this issue Apr 16, 2018 · 2 comments

Comments

@RomainFranceschini
Copy link

Bindings to the Open Computer Vision library for image processing.

@christopherzimmerman
Copy link

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.

@chances
Copy link

chances commented Aug 20, 2021

I'm working on a shard for wgpu-native (a WebGPU implementation) with support for compute shaders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants