Call OpenCV functions from Go

In this and this the author explaining how to call OpenCV functions from C#.

How can I do this from Go? Here how to make OpenCV C++ project

There are many Go packages for OpenCV. This one looks well maintained:

https://pkg.go.dev/gocv.io/x/gocv?tab=doc

1 Like