Ron Evans
Ron Evans
Normally you would only have this problem if OpenCV has been installed as a "keg-only" package. Perhaps you needed to run `brew upgrade opencv` due to having multiple OpenCV installs...
Yes, I see how the previous implementation was lacking. I just wonder however how this test here has been passing? https://github.com/hybridgroup/gocv/blob/5bde20d79aa5c2376cb2ea16439252582321db28/dnn_test.go#L59
> Another possibility is to set 2 tags, one with your version and a tag named opencv-4.5.3 on the same commit. That seems like an excellent idea.
OK done. see https://github.com/hybridgroup/gocv/tags
We just need to add something to the README and/or website to explain this. @metal3d would you be willing to make a PR?
Hello @Hexert thanks for looking into this. Seems to me the correct solution is to set the size/values of the slice returned with `indices`, that way a developer does not...
That looks like it is OpenCV itself see https://github.com/opencv/opencv/issues/4539 which is a very long running thread. Does not look specific to GoCV.
> Also, I don't know if it's normal but the first time it takes a extra long time to run. Compiling CGo like GoCV requires compiling and linking both the...
You could use https://pkg.go.dev/gocv.io/x/gocv#Circle to draw circles on the image? I suppose that depends on your application needs.
OpenCV 4.5.3 requires GoCV 0.28.0 You can also use the tag `opencv-4.5.3` to fetch that exact version.