chai2010 / chai2010/opencv

Golang bindings for OpenCv libraries

Open
#7 1 comment 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.