Hello, everyone

Please allow me to introduce a new Go package: GoCV. GoCV provides bindings 
for Go that work with the latest version of OpenCV 3.3. We hope to make the 
Go programming language a “first-class” client compatible with the latest 
developments in the OpenCV ecosystem, just like Python and Java are now.

Check out our website at at: http://gocv.io/

The code repo can be found at https://github.com/hybridgroup/gocv

This project exists because none of the other Golang libs for OpenCV 
support any version greater than OpenCV 2, and development on them has 
stalled for quite some time due to the complexity of SWIG when applied to a 
project of the size of OpenCV. Instead, GoCV uses a C wrapper around the 
C++ classes in OpenCV to avoid the extra steps, and hopefully provide a 
more Go-like interface while still mapping as directly as possibly to the 
OpenCV codebase.

Thanks for listening, and please take a look at GoCV.


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to