luke-rt / asciiframe

A CLI tool that converts videos to ASCII and displays them to the terminal on the fly
https://crates.io/crates/asciiframe
MIT License
23 stars 0 forks source link

Bump opencv from 0.66.0 to 0.74.1 #56

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps opencv from 0.66.0 to 0.74.1.

Changelog

Sourced from opencv's changelog.

  • 0.74.1

  • 0.74.0

    • Add support aruco_detector module present in the future opencv_contrib.
  • 0.73.0

    • Add basic support for the Graph-API (gapi) module.
    • Generate bindings for std::tuple and std::pair.
    • Add support for the following operators: !=, >, >=, <, <=, &, |, ^, ~.
    • Correctly handle rvalue reference (&&) as move operation.
    • Due to multiple internal improvements some functions have slightly changed names.
  • 0.72.0/0.72.1

    • Make lower_bound argument of imgproc::emd() optional.
    • Fix semantics of VectorIterator::nth to follow the documentation for Iterator.
    • Fix Android build failure (#392)
    • Fix constant crate recompilation (#390)
  • 0.71.0

    • Multiple improvements to the Vector type:
      • VectorRefIterator is not cloneable.
      • Better performance and correctness for Vector iterators.
      • Implement Vector::from_elem().
      • Make sure that Vector<T: Send + Sync> is also Send + Sync.
    • Fix building on platforms where c_charu8.
  • 0.70.0

    • Internal improvements and reorganization
  • 0.69.0

    • Fix building with clang-15.
    • Rename distort_points to fisheye_distort_points for consistency.
  • 0.68.0

    • Make sure that howToGetFeatures argument of the createStructuredEdgeDetection() is nullable.
    • Add OutputArray and InputOutputArray implementations for Mat_.
  • 0.67.0

    • Change fourcc method to accept chars instead of i8s.
    • Remove gapi feature as this module is not supported at the moment.
Commits
  • 1524936 0.74.1
  • c893b87 Print progress of building the binding-generator binary
  • da6f8ae Fix building with -j1 flag
  • a23cb09 Update Arch packages in readme
  • d108e0a Update tools
  • 3944ebf CI improvements
  • 5cc2129 Cleanup
  • 5bd3fcf 0.74.0 Regenerate bindings
  • c9e1064 Add support for future opencv_contrib: aruco_detector module and type tweaks
  • 33e39ce Improve AbstractRefWrapper generation
  • 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 - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #57.