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 After I called C++ dynamic library to process the image, I returned an image pointer of type void*. How to convert it to type gocv.Mat and display it...

https://github.com/hybridgroup/gocv/blob/5838ac14dc3ae2c5436c4133fbaab74b0dfe124a/cuda/arithm.go#L155 How can we set a value for the scale parameter?

im trying to use a wide-angle camera but can't decode the qr code from the image. it can detect the qr img, but fail to decode it. ive tried many...

### Description --- I've installed opencv fellow but something error. The output of ```win_build_opencv.cmd``` is the following: ``` [ 36%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/alpha_processing_sse41.c.obj C:\opencv\opencv-4.7.0\3rdparty\libwebp\src\dsp\alpha_processing_sse41.c:52:26: error: always_inline function '_mm_shuffle_epi8' requires...

I was having issues building with the default command. ## Description It was failing due to a couple items. ## Steps to Reproduce go get and try running the command,...

IMShow throws an NSException if called in a GoRoutine. ## Description When calling IMShow in a GoRoutine on OSX, get the following exception: Terminating app due to uncaught exception 'NSInternalInconsistencyException',...

I am trying to implement the default hog people detector and for some reason it always detects a something. Seems like a bug or I am doing smth terrible wrong(most...

"FaceDetectorYN" is very powerful face detection class that is used to detect faces using "YuNet" algorithm (CNN). It is faster and more accurate than "Harcascade" algorithm. So it is a...

## Static compilation of gocv fails on arm64 platform ```bash go build -tags static --ldflags '-extldflags "-static"' -o static_version ./cmd/version/main.go: #6 30.26 # command-line-arguments #6 30.26 /usr/local/go/pkg/tool/linux_arm64/link: running g++ failed:...

At present, compiling under Windows is still troublesome. Can you provide a binary package and then cgo can avoid the local compilation environment and time through dynamic loading. Every time...