Hello!
I'm interested in
C# bindings for OpenCV.
Has anyone tried to automatically generate OpenCV bindings with CppSharp? Any suggestions?I am aware of
https://bitbucket.org/horizongir/opencv.net (NuGet package here:
https://www.nuget.org/packages/OpenCV.Net/). The former link says
"These bindings were developed over the course of a year and include many features that have been missing from other attempts"
So
the task seems not trivial. I wonder if CppSharp can make most (all?) bindings automatically, and possibly reduce the required time substantially.
Note: I haven't (yet) used CppSharp. Still figuring out the basics.
Thanks in advance for any guidance.