Sora233 / DDBOT

一个基于MiraiGO的QQ群推送框架, 内置支持b站直播/动态,斗鱼直播,YTB直播/预约直播,虎牙直播,ACFUN直播,微博动态, 也可以通过插件支持任何订阅源。
https://ddbot.sora233.me
GNU Affero General Public License v3.0
518 stars 69 forks source link

Bump gocv.io/x/gocv from 0.26.0 to 0.27.0 #51

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps gocv.io/x/gocv from 0.26.0 to 0.27.0.

Release notes

Sourced from gocv.io/x/gocv's releases.

v0.27.0

  • all
    • update to OpenCV 4.5.2
  • core
    • add Append() to PointsVector/PointVector
    • add cv::RNG
    • add implementation for Point2fVector
    • add rand functions
    • add test coverage for PointsVector
    • create new PointsVector/PointVector wrappers to avoid repetitive memory copying for seeming innocent operations involving slices of image.Point
    • test coverage for Point2f
    • use PointVector for everything that we can to speed up pipeline when passing around Point vectors
    • use enum instead of int for Invert Method
  • cuda
    • adding HoughLinesDetector and HoughSegmentDetector
    • adding tests for the CannyEdgeDetector
    • some refactoring of the API
    • adding dockerfiles for OpenCV 4.5.2 with CUDA 11.2
    • add GaussianFilter
    • correct signature and test for Threshold
    • implement SobelFilter
    • move arithm module functions into correct location
    • rename files to get rid of so many cudas
    • add abs function implementation
  • dnn
    • increase test coverage
  • docker
    • make all Dockerfiles names/tags more consistent
  • docs
    • add CUDA functions that need implementation to ROADMAP
    • remove invalid sections and add some missing functions from ROADMAP
  • imgproc
    • Add FindContoursWithParams function
    • Add ToImageYUV and ToImageYUVWithParams
  • make
    • add make task to show changelog for next release
  • wechat_qrcode
    • disable module in Windows due to linker error
Changelog

Sourced from gocv.io/x/gocv's changelog.

0.27.0

  • all
    • update to OpenCV 4.5.2
  • core
    • add Append() to PointsVector/PointVector
    • add cv::RNG
    • add implementation for Point2fVector
    • add rand functions
    • add test coverage for PointsVector
    • create new PointsVector/PointVector wrappers to avoid repetitive memory copying for seeming innocent operations involving slices of image.Point
    • test coverage for Point2f
    • use PointVector for everything that we can to speed up pipeline when passing around Point vectors
    • use enum instead of int for Invert Method
  • cuda
    • adding HoughLinesDetector and HoughSegmentDetector
    • adding tests for the CannyEdgeDetector
    • some refactoring of the API
    • adding dockerfiles for OpenCV 4.5.2 with CUDA 11.2
    • add GaussianFilter
    • correct signature and test for Threshold
    • implement SobelFilter
    • move arithm module functions into correct location
    • rename files to get rid of so many cudas
    • add abs function implementation
  • dnn
    • increase test coverage
  • docker
    • make all Dockerfiles names/tags more consistent
  • docs
    • add CUDA functions that need implementation to ROADMAP
    • remove invalid sections and add some missing functions from ROADMAP
  • imgproc
    • Add FindContoursWithParams function
    • Add ToImageYUV and ToImageYUVWithParams
  • make
    • add make task to show changelog for next release
  • wechat_qrcode
    • disable module in Windows due to linker error
Commits
  • 9d52420 release: updates for v0.27.0 release
  • 042e4c7 make: add make task to show changelog for next release
  • edbc027 wechat_qrcode: disable module in Windows due to linker error
  • 0bd83bb docker: make all Dockerfiles names/tags more consistent
  • 9e281b7 opencv: update to version 4.5.2
  • 81744fd use enum instead of int for Invert Method
  • dc1e8e5 docs: remove invalid sections and add some missing functions from ROADMAP
  • 1c2f7cf docs: add CUDA functions that need implementation to ROADMAP
  • cbbac81 cuda: implement SobelFilter
  • 65aefd9 docs: update ROADMAP to note cuda filters have had work started
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually