Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.boofcv:boofcv-core from 0.32 to 0.43.1 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 28, 2023

Bumps org.boofcv:boofcv-core from 0.32 to 0.43.1.

Release notes

Sourced from org.boofcv:boofcv-core's releases.

v0.43.1

No release notes provided.

v0.43

Small release with a couple of minor breaking changes related to mesh

  • ImageLinePruneMerge
    • Fixed type-o in near intersection formula. Thanks Erhan Erdemir for finding the problem.
  • PointCloudIO
    • Added support for STL mesh files
  • Added a mesh viewer
    • Swing panel, multiple controls, and help
    • Generic rendering engine

v0.41

Date : 2022/Sep/02 Version : 0.41

  • Applications
    • Added Aztec Code generator
    • Removed unused flag to disable printing info in PDF documents
    • QR and other markers no longer require spacing between markers when there is only a single marker
    • Fixed units in manually specified document size
    • Create Calibration: Fixed units in manually specified paper size
    • Create Calibration: Fixed disable info flag
  • Android
    • Properly handles multi camera systems by finding physical cameras inside a logical camera
  • Demonstrations
    • Better Micro QR Code visualizations
  • Contour Tracing
    • Can specify max and minimum contours using fractional size, i.e. ConfigLength instead of int
    • Added ability to specify maximum contour in places it was missing
    • ConfigPolygonFromContour doesn't produce identical results, but very similar
  • ConvertBufferedImage
    • RGBA with pre-multiplied alpha will have channels swapped correctly
    • BufferedImage sub images work again, Thanks ConvertBufferedImage
  • Added Aztec Code encoder and decoder
  • QR Code
    • Fixed issue where it was rejecting version 1 QR codes at a highly skewed angle
    • Fixed issue where it failed to detect all QR when there was a cluster of several high version
    • If error correction passes it will stop processing the QR. Easier to diagnose issues.
  • Micro QR Code
    • Doesn't keep on trying to decode a marker if it fails after the ECC check
  • Various
    • Fixed crash in Niblack Family when output image was not resized to match input image
    • Image.setTo() now returns 'this' to enable chaining.
    • Can now colorize points based on camera reference frame, not just global
    • PlyCodec - writes correct header for little endian
  • Stereo Disparity: Fixed bug where invalid values got cast to a byte when image was float, causing artifacts.
  • RansacCalibrated now support concurrency

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [org.boofcv:boofcv-core](https://github.com/lessthanoptimal/BoofCV) from 0.32 to 0.43.1.
- [Release notes](https://github.com/lessthanoptimal/BoofCV/releases)
- [Commits](lessthanoptimal/BoofCV@v0.32...v0.43.1)

---
updated-dependencies:
- dependency-name: org.boofcv:boofcv-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants