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. mkdir test && cd test 2. touch main.go 3. go run . 4. ## Your Environment * Operating System and version: macos sonoma...

question

Is it possible that a new function `VideoWriterFileWithAPI` to be added? ## Description So I am trying to do some processing on the input video stream, draw the result on...

enhancement

## Description ``` make install rm -rf /tmp/opencv mkdir /tmp/opencv cd /tmp/opencv curl -Lo opencv.zip https://github.com/opencv/opencv/archive/refs/tags/4.8.1.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload...

question

## Description In this issue, it is reported that there is a severe memory leak during the conversion between image.Image and gocv.Mat types, specifically when these conversions are done within...

question

## Description I'm trying to run the `HOGDefaultPeopleDetector()` on Ubuntu 19.04 and it always detect a person in the center of the image for any image. So it seems to...

In Mantic, the package `libtbb2` has been replaced with `libtbbmalloc2`. This PR adds Mantic to the list of supported builds in the makefile

Addresses issue #1151 This PR looks into changing return type of `minIdx` and `maxIdx` in the `MinMaxIdx` function to be an `[]int` rather than `int`, i.e. ``` func MinMaxIdx(input Mat)...

Building the Docker image with `Dockerfile` with `docker build .` was failing with the following error message: ```bash => ERROR [4/4] RUN go build -tags example -o /build/gocv_version -i ./cmd/version/...

is there any example to fix the skew in the image ## Description https://netraneupane.medium.com/text-skewness-correction-a51fd3a27157 ## Steps to Reproduce 1. 2. 3. 4. ## Your Environment * Operating System and version:...

## Description I encountered an error while using the AddWeighted() scheme to fuse images: signal aligned during external code execution. Causing my program to crash directly. I know what caused...