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

Here's the link, and I'm looking forward to using this extremely fast, highly identifiable open source library in Golang! https://github.com/opencv/opencv_contrib/tree/master/modules/wechat_qrcode

enhancement

## Description gocv not respecting higui window properties on Windows. None of the WindowFlag values really keep the aspect ratio of the mat on ResizeWindow. ## Steps to Reproduce 1....

## Description As visualized below on images, the results of the camera calibration don't seem to be correct. I closely followed some python code that I wrote for testing purpose...

I'm trying to build multi-stage Dockerfile so I can reduce the image size from current size (2GB). I'm using `gocv/opencv:4.5.2` to build the binary file on first stage and `debian:buster`...

opencv4.5.3 : Memory leak issue in IMEncodeWithParams ## Description \ Although I use defer buffer.Close(), IMEncodeWithParams cause memory leak in streaming. If buffer.Close() is executed after declaring a buffer in...

## Description I want to save video stream as a file.I use OpenVideoCapture to get camera stream and use VideoWriter to save . ## Steps to Reproduce ``` func main()...

Looking to use gocv to identify Aruco markers. I see that gocv is linked to include -lopencv_aruco, but I cannot find the go function to access it. ## Description Cannot...

enhancement

## Description ## Steps to Reproduce 1. just like raw.... ## Your Environment * Operating System and version: Archlinux 5.10.68-1-lts * OpenCV version used: 4.5.3 * How did you install...

A useful way to deal with ”exit status 3221225781“ ## Description A useful way to deal with ”exit status 3221225781“ ## Steps to Reproduce 1. Errors found ![image](https://user-images.githubusercontent.com/19162822/134877161-2953e8c5-acc6-455b-9f36-96034f512442.png) 2. buid...

The computer system I use is windows7. I use VLC to play rtsp://xx:[email protected], which can be played normally, but I have no success using it `webcam, err := gocv.OpenVideoCapture("rtsp://admin:[email protected]")`, It...