Hacker News new | ask | show | jobs
by tmaly 3649 days ago
I use Go to process images for my food project. I specifically use a library with bindings to libvips

It runs on both osx and linux for me

https://github.com/h2non/bimg

There is also bindings for OpenCV here is one

https://github.com/lazywei/go-opencv

1 comments

Because maybe i'll write some complex function. With C++ and OpenCV,it's very faster and better. I extend use cgo for call c++ fuction. But i don't know speed of it.