<p>Anyone had any luck? Looks like most libraries don't work or don't cover recent OpenCV APIs (because of their deprecation of C APIs).</p>
<hr/>**评论:**<br/><br/>ar1819: <pre><p><a href="https://github.com/lazywei/go-opencv/tree/master/gocv" rel="nofollow">https://github.com/lazywei/go-opencv/tree/master/gocv</a></p>
<p>Bindings using cgo should work, don't they?</p></pre>jondot1: <pre><p>So, when I tried to use this, it would hang at linking, with 100% CPU forever on a 2016 MBP 15" (I gave it 2 hours). Eventually I bailed, assuming it's due to CGo being different for Go 1.6 than Go 1.3 (the one in that project's Dockerfile).</p>
<p>For now I'm using C++14, which isn't bad, but I think Go is perfect for this.</p></pre>Akkifokkusu: <pre><p>There are some libraries like <a href="https://github.com/disintegration/gift" rel="nofollow">https://github.com/disintegration/gift</a> that do some similar things, but I couldn't find anything with an anywhere-near-complete or well-documented API for OpenCV 2+.</p></pre>
