Hacker News new | ask | show | jobs
by jerleth 2495 days ago
Article Author here, you are totally on point: The wrapper is done by one contributor mainly https://github.com/shimat/opencvsharp/graphs/contributors

It works, but has it's problem, like memory leaks if you forget to dispose the objects and an upgrade to a newer version had a bug in it's ubuntu binaries that any simple test would have caught.

There is a higher quality commercial wrapper that is only free for gpl'ed solutions.

Which is what I see with some projects, even though the software itself is free, the c# wrapper done by a third party costs money which makes me loathe to use it, as it hinders reuse.

Take care, Martin