Golang bindings for OpenCv libraries
- Dominant language
- C++
- Stars
- 118
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the repository's existing Go binding surface and comparing it with the SURF tutorial and the listed OpenCV headers. Define whether those components are already exposed or require new bindings, then verify the requested SURF usage against the tutorial.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, go, opencv
- Domain
- computer-vision
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100