gocv icon indicating copy to clipboard operation
gocv copied to clipboard

Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, and OpenCV Contrib.

Results 205 gocv issues
Sort by recently updated
recently updated
newest added

# command-line-arguments C:\go\pkg\tool\windows_amd64\link.exe: running g++ failed: exit status 1 C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lquirc collect2.exe: error: ld returned 1 exit status While attempting static compilation, I encountered an error and don't...

## Description Which should be Network Backend and Target fro Apple Silicon M1/M2/M3 ? ## Steps to Reproduce Any DNN to run on M3 using GOP cores ## Your Environment...

## Description I clone repository and try running `make docker` but got this error. ``` docker build --build-arg OPENCV_VERSION=4.10.0 --build-arg GOVERSION=1.22.3 . [+] Building 106.8s (9/9) FINISHED docker:desktop-linux => [internal]...

## Description I clone the latest version of gocv on main branch on my Ubuntu 24.04 LTS. However, after running `make install`, it turns out that there is some dependencies...

Hello! I have a question to ask you, that is, how can my locally compiled gocv project run on other people's computers? How can it be implemented without repeated installation...