I had try it, but it didn't work with "Go bindings for OpenCV / 2.x API",
macbookpro:gocv fredlee$ go build -x
WORK=/var/folders/34/z2z_vp1573g5014m8k7wys10gn/T/go-build392930293
mkdir -p $WORK/github.com/lazywei/go-opencv/gocv/_obj/
mkdir -p $WORK/github.com/lazywei/go-opencv/
cd
/Users
What about referencing existing OpenCV bindings that are already using
swig?
https://github.com/lazywei/go-opencv/tree/master/gocv
On Thu, Jun 22, 2017, 9:49 PM Lee Rick wrote:
> hi,guys
>I wanna wrap opencv2.4.x library to my project by swig, how to do
> it?
>anyone can give me