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

Update Rust crate imageproc to 0.25.0 - autoclosed #7

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2024

This PR contains the following updates:

Package Type Update Change
imageproc dependencies minor 0.23.0 -> 0.25.0

Release Notes

image-rs/imageproc (imageproc)

v0.25.0

Compare Source

New features:

  • Added functions template_matching::match_template_with_mask
    and template_matching::match_template_with_mask_parallel to support masked templates in template matching.
  • Added L2 variant to the distance_transform::Norm enum used to specify the distance function
    in distance_transfrom::distance_transform and several functions in the morphology module.
  • Added function filter::laplacian_filter using a 3x3 approximation to the Laplacian kernel.
  • Added function stats::min_max() which reports the min and max intensities in an image for each channel.
  • Added support for grayscale morphology operators: grayscale_(dilate|erode|open|close).

Breaking changes:

  • Added ThresholdType parameter to contrast::threshold{_mut} to allow configuration of thresholding behaviour. To
    match the behaviour of threshold(image, thresh) from imageproc 0.24,
    use threshold(image, thresh, ThresholdType::Binary).
  • Changed the signature of contrast::stretch_contrast{_mut} to make the output intensity range configurable. To match
    the behaviour of stretch_contrast(image, lower, upper) from imageproc 0.24,
    use stretch_contrast(image, lower, upper, 0u8, 255u8).
  • Changed input parameter to convex_hull from &[Point<T>] to impl Into<Vec<Point<T>>>.
  • Removed dependency on conv crate and removed function math::cast. This replaces ValueInto<K> trait bounds
    with Into<K> in many function signatures.

Bug fixes:

  • Fix panic when drawing large ellipses.
  • Fix BresenhamLineIter panic when using non-integer endpoints.
  • Fix text rendering for overlapping glyphs, e.g. Arabic.
  • Fix Gaussian blur by normalising kernel values.

v0.24.0

New features:

  • Added BRIEF descriptors
  • Added draw_antialiased_polygon
  • Added draw_hollow_polygon, draw_hollow_polygon_mut
  • Added contour_area
  • Added match_template_parallel
  • Made Contour clonable
  • Re-export image crate and add image/default as default feature

Performance improvements:

  • Faster interpolate_nearest
  • Faster find_contours_with_threshold
  • Faster approximate_polygon_do
  • Faster rotating_calipers

Bug fixes:

  • Stop window::display_image consuming 100% CPU on Linux

Breaking changes:

  • Migrate text rendering from rusttype to ab_glyph
  • Updated depenedencies
  • Increased MSRV to 1.70

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

Copy link
Contributor Author

renovate bot commented Mar 16, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/imageproc-0.x branch 2 times, most recently from 78e5cac to df9133c Compare April 21, 2024 00:52
@renovate renovate bot force-pushed the renovate/imageproc-0.x branch 2 times, most recently from 21ad68b to 9b1847d Compare May 1, 2024 18:25
@renovate renovate bot force-pushed the renovate/imageproc-0.x branch from 9b1847d to 17aab3f Compare May 19, 2024 12:38
@renovate renovate bot changed the title Update Rust crate imageproc to 0.24.0 Update Rust crate imageproc to 0.25.0 May 19, 2024
@renovate renovate bot changed the title Update Rust crate imageproc to 0.25.0 Update Rust crate imageproc to 0.25.0 - autoclosed Sep 2, 2024
@renovate renovate bot closed this Sep 2, 2024
@renovate renovate bot deleted the renovate/imageproc-0.x branch September 2, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants