1 | initial version |
Hello, everyone
For anyone who is interested, I've started a new project called GoCV (https://gocv.io) which is a Golang wrapper around OpenCV 3+
It uses C wrappers around the C++ wrappers, to avoid the need for SWIG, and make it easier to call OpenCV from Go.
Please check it out, and thanks to @lazywei for the previous work.