chai2010 / opencv

Go bindings for OpenCV1.1 (Dev/Zero Dependencies).
http://godoc.org/github.com/chai2010/opencv
BSD 3-Clause "New" or "Revised" License
117 stars 26 forks source link

Golang bindings for OpenCv libraries #7

Open pbandyop opened 8 years ago

pbandyop commented 8 years ago

Hi, I am trying to use the SURF algorithm with OpenCV using Golang. Currently, the following tutorial http://docs.opencv.org/doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.html shows it's usage with C++ and Python.

include "opencv2/core/core.hpp"

include "opencv2/features2d/features2d.hpp"

include "opencv2/highgui/highgui.hpp"

include "opencv2/nonfree/features2d.hpp"

Are the above libraries available for Golang? Thanks!

chai2010 commented 8 years ago

@pbandyop This opencv binding only include opencv1.1 (source code). If the opencv 1.1 can support you task, add the cgo wrap is easy.