pion / example-webrtc-applications

Examples of WebRTC applications that are large, or use 3rd party libraries
https://pion.ly/
MIT License
1.05k stars 248 forks source link

Update module gocv.io/x/gocv to v0.38.0 #246

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gocv.io/x/gocv v0.37.0 -> v0.38.0 age adoption passing confidence

Release Notes

hybridgroup/gocv (gocv.io/x/gocv) ### [`v0.38.0`](https://redirect.github.com/hybridgroup/gocv/releases/tag/v0.38.0): 0.38.0 [Compare Source](https://redirect.github.com/hybridgroup/gocv/compare/v0.37.0...v0.38.0) - **bugfix** - aruco: correct test from latest OpenCV update - exclude freetype.cpp file from being included in windows build - feat(demosaicing): release mat when conversion to bayer encounters invalid pattern - imgproc HomographyMethod const values typo fixed - **build** - add macOS build for GH actions CI - adjust make and docker build files to build freetype support - correct ONNX DNN tests on Linux/macOS - move download for GOTURN models into testdata subdirectory - remove Caffe tests - run DNN tests on Windows - make: add task to run all cuda tests - make: build non-free modules when building opencv with cuda support - skip tests on macOS that are not passing due to OpenCV different results on macOS. See https://forum.opencv.org/t/match-template-different-results-on-mac-m1/10026 and other similar issues. - update all generated docker images to Go 1.23.1 - **examples** - add asciicam video to ascii in your terminal - add object detection example using YOLOv8 - **core** - add Closed() function to Mat - add OpenCV types for half-float values - add TransposeND() function - persistance implement Filestorage roadmap ([#​1208](https://redirect.github.com/hybridgroup/gocv/issues/1208)) - RotatedRect type constructors - **dnn** - add BlobFromImageWithParams() and BlobFromImagesWithParams() functions - add BlobRectToImageRect() and BlobRectsToImageRects() functions - allow ReadNet() function to only pass model file, and remove tests for Caffe - **features2d** - SIFT with params ([#​1186](https://redirect.github.com/hybridgroup/gocv/issues/1186)) - **highgui** - added window pollkey function ([#​1198](https://redirect.github.com/hybridgroup/gocv/issues/1198)) - added window WaitKeyEx support ([#​1195](https://redirect.github.com/hybridgroup/gocv/issues/1195)) - Window set mouse callback ([#​1220](https://redirect.github.com/hybridgroup/gocv/issues/1220)) - **imgcodecs** - added immultiread support - **imgproc** - feat(imgproc): demosaicing wrapper - add HomographyMethodRHO HomographyMethod added - **objdetect** - change QRCodeDetector signature to avoid pointer to slice - **video** - added TrackerGOTURN (see roadmap) - **videoio** - Capture from device and file with HW acceleration - **cuda** - add Closed() function to Mat/GpuMat - add DeviceSupports function - add implementations for AddWeighted and CopyMakeBorder functions - add Merge and Transpose functions - add support for convertFp16 function - add tests for demosaicing - feat(imgproc): demosaicing wrapper - correct go fmt error - **contrib/face** - added face recognizer interface ([#​1211](https://redirect.github.com/hybridgroup/gocv/issues/1211)) - BasicFaceRecognizer + EigenFaceRecognizer + FisherFaceRecognizer ([#​1213](https://redirect.github.com/hybridgroup/gocv/issues/1213)) - extra setters and getters for LBPHFaceRecognizer ([#​1194](https://redirect.github.com/hybridgroup/gocv/issues/1194)) - **contrib/freetype** - imported freetype code by lz1998 from PR 873

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.00%. Comparing base (65aea44) to head (1459060). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #246 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 25 25 Lines 2297 2297 ====================================== Misses 2297 2297 ``` | [Flag](https://app.codecov.io/gh/pion/example-webrtc-applications/pull/246/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | Coverage Δ | | |---|---|---| | [go](https://app.codecov.io/gh/pion/example-webrtc-applications/pull/246/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `0.00% <ø> (ø)` | | | [wasm](https://app.codecov.io/gh/pion/example-webrtc-applications/pull/246/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `0.00% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.