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 There is **cv::fisheye::initUndistortRectifyMap** in opencv, But I think GoCV don't have **cv::fisheye::initUndistortRectifyMap** function. GoCV have just **cv::initUndistortRectifyMap**. It's different function. **How can I use cv::fisheye::initUndistortRectifyMap?** ## Steps to...

## Description unable to change frame per second value. ## Steps to Reproduce ```golang // open webcam webcam, err = gocv.OpenVideoCapture(deviceID) if err != nil { fmt.Printf("Error opening capture device:...

When building for a system without Intel Inference Engine support, the standard Yocto Go build process attempts to build these modules and fails when it cannot find the required `inference_engine.hpp`...

## Description i am trying to build an application with gocv with static link. However i get lots of errors. ## Steps to Reproduce 1. write Dockerfile ``` FROM golang:1.17-buster...

When I set `VideoCaptureFPS` property it does do changed. ## Description I wanna change the frame rate of reading video. ## Steps to Reproduce here is my code: ``` package...

## Description Any libraries for text overlay on the video. Read a video and overlay text for a specific time at a particular duration w.r.t Go programming. ## Steps to...

## Description It would be nice to split the library in multiple packages to link the OpenCV libraries separately. ## Steps to Reproduce / ## Your Environment * Operating System...

## Description I've been trying to get a static gocv build and was getting link errors having to do with png. After a lot of running around I found that...

## Description I’m trying to capture the latest frames from an RTSP stream and doing some processing which adds delay in fetching the next frame from the stream. I don’t...

enhancement

## Description Does gocv support Stitcher? https://docs.opencv.org/4.x/d2/d8d/classcv_1_1Stitcher.html Will it support it sometime in the future?

enhancement