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

## Description ## Steps to Reproduce 1.build the cmd/version/main.go and then response "could not launch process: Process 17348 has exited with status 3221225785" 2. 3. 4. ## Your Environment *...

windows

## Description ## Steps to Reproduce data/haarcascade_frontalface_default.xml ![538036aaf1987d9fe36f69b1bb4702f](https://user-images.githubusercontent.com/24624971/133277682-e2bc76ca-73b4-41a3-87bc-d924cd2d097d.png) it‘s good ,very good ## Your Environment * Operating System and version: * OpenCV version used: 4.5.3 * How did you install...

how-to-use

I am using the GoodFeaturesToTrack function and am wondering how I would draw the features on an image. From what I understand GoodFeaturesToTrack writes the corners detected to a Mat...

how-to-use

## Description Recently,i wanna do some ai with the livestream, and i installed gocv and Opencv as https://github.com/hybridgroup/gocv shows step by step on my centOS VM, but wen i tried...

## Description ## Steps to Reproduce gocv.io\x\[email protected]>go run cmd\version\main.go # gocv.io/x/gocv g++.exe: error: "--std=c++11": Invalid argument 2. ![1631590128(1)](https://user-images.githubusercontent.com/24624971/133190341-12d20b1e-20ff-480b-b806-d10c87a81e24.png) 3. 4. ## Your Environment * Operating System and version:win7 g++ (x86_64-posix-seh-rev0,...

Hi, I want to cross my so so it can be used at mobile, let's say Android, is there any other for I need to get into the Android device,...

## Description In OpenCV you can get and set pixel values in the following manner. ```c Mat image = img; for(int y=0; y

question

Adding in an important step to running GoCV on macOS. Without setting this environment variable, users running macOS may encounter an error similar to this one: Package opencv4 was not...

Hello, my problem is that after compiling the application, I try to run it on another computer, but I cannot run it. What dependencies do I need to install along...

## Description Hey, I am working with a Soccer Robot competition and use gocv as its main computer vision library. The robot use two camera and process a lot of...

question