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 199 gocv issues
Sort by recently updated
recently updated
newest added

Is there any example of dct?

What are the minimum dependencies I need to use gocv?In other words, what .so do I need?

In some cases after processing you want to have your data in memory instead of directly saving to file. For example sending over network, uploading to S3 bucket etc. Recently...

`GetLayerNames` returns an array of `char` pointers to `cstrings` in a `vector`; unfortunately, once the vector is out of scope, the strings are destroyed. `GetLayerNames` callers are then left with...

I've tried compiling the example code from README on Ubuntu 20.04 and it failed. ## Description I have installed `libopencv-dev` (version 4), created a test Go module, put the example...

When trying to set color value using SetUCharAt3 on channel 2 pixels a segmentation violation occurs. This happens irrespective of the method used to create the destination Mat (in my...

I am working on a modified version of the gesture detector (the gesture detector doesn't work, at least for me). You can find it at https://github.com/Nv7-Github/gestures. When using convexity defects,...

OpenCV

## Description I tried to stamp the time after the connection was successful and calculate the latest frame number by the difference between the time when the video frame was...

## Description I tried to stamp the time after the connection was successful and calculate the latest frame number by the difference between the time when the video frame was...