Ross ROSS = Recommend OSS · open-source software intelligence for agents

go-opencv/go-opencv

Go bindings for OpenCV / 2.x API in gocv / 1.x API in opencv observed · 2026-08-28

github.com/go-opencv/go-opencv · Go · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4650
  • days_rel: n/a
  • days_push: 1252
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1324 stars · 191 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Go bindings for the OpenCV computer vision library, exposing the OpenCV 1.x C API via CGO and an experimental OpenCV 2.x C++ API (the gocv subpackage) via SWIG. It allows Go programs to perform image and video processing by linking against a native OpenCV installation on Linux, macOS, or Windows.

Use cases

  • use opencv from go
  • process images in golang
  • face detection in a go program
  • read video frames with go
  • go bindings for opencv 2 c++ api
  • computer vision library for go
  • convert cv::Mat to a go matrix

When to choose

  • You need to call the legacy OpenCV 1.x C API from Go through CGO
  • You are maintaining an existing codebase already built on this binding
  • You want to experiment with partial OpenCV 2 API access via the SWIG-based gocv subpackage

When to avoid

  • You want an actively maintained, well-documented Go OpenCV binding - hybridgroup/gocv is the modern standard
  • You need comprehensive OpenCV 2+ or OpenCV 4 coverage, since the gocv wrapper here is incomplete and under-documented
  • You want cross-platform builds without manually installing and configuring native OpenCV and MinGW

Facets

library · maturity maintenance

computer-vision image-processing video-processing computer-vision image-processing cross-platform go windows cross-platform opencv-bindings cgo swig golang opencv1 opencv2 legacy fork linux macos

1 source

Member repositories

RepositoryRoleHealth v2
go-opencv/go-opencvmain32

For agents

markdown · JSON · MCP: product_card(name="go-opencv/go-opencv")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem