Ron Evans

Results 985 comments of Ron Evans
trafficstars

What are you actually trying to do here? The code does not make much sense to me as written?

Check out https://github.com/hybridgroup/gocv/blob/release/cmd/mjpeg-streamer/main.go which sounds like it does something like what you are looking for.

Well, I would investigate the streaming source of video data. The code here https://github.com/opencv/opencv/blob/master/modules/imgcodecs/src/loadsave.cpp#L934 is pretty clear that it does not think that there has been any image passed into...

You could try having 2 Mat, one that you use to capture into, and then another that you use to encode from. Untested examples based on your example would be...

Please see https://github.com/hybridgroup/gocv/blob/release/CONTRIBUTING.md#something-you-wantneed-from-opencv-does-not-appear-to-be-in-gocv

`fastNlMeansDenoisingColored()` is now in GoCV as of v0.30.0 DNN superres is still awaiting someone to contribute code for it.

Hi @christophberger you are indeed correct, seems like this line of code https://github.com/hybridgroup/gort/blob/master/commands/digispark.go#L42 should be removed. Want to create a PR with that change? :)

I just rebased master into dev, so you should be good to go now. Sorry about that.

Thanks for the PR. I will leave the issue open until the next release of Gort.