Registry / utility / x-gocv

x-gocv

JSON →
library0.43.0gogounverified

A Go wrapper around the OpenCV 4.x computer vision library, providing a Go interface to OpenCV algorithms.

go get gocv.io/x/gocv
INSTALL
IMPORT
SIG · X-GOCV
X
x-gocv
utilitygov0.43.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gocv
gocv.io/x/gocv

Read an image file using OpenCV.

package main import ( "fmt" "gocv.io/x/gocv" ) func main() { img := gocv.IMRead("image.jpg", gocv.IMReadColor) if img.Empty() { fmt.Println("Failed to read image") return } fmt.Println(img.Size()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.43.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
x-gocv — go get x-gocv · libregistry