Update Rust crate imageproc to 0.25.0 - autoclosed #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.23.0
->0.25.0
Release Notes
image-rs/imageproc (imageproc)
v0.25.0
Compare Source
New features:
template_matching::match_template_with_mask
and
template_matching::match_template_with_mask_parallel
to support masked templates in template matching.L2
variant to thedistance_transform::Norm
enum used to specify the distance functionin
distance_transfrom::distance_transform
and several functions in themorphology
module.filter::laplacian_filter
using a 3x3 approximation to the Laplacian kernel.stats::min_max()
which reports the min and max intensities in an image for each channel.grayscale_(dilate|erode|open|close)
.Breaking changes:
ThresholdType
parameter tocontrast::threshold{_mut}
to allow configuration of thresholding behaviour. Tomatch the behaviour of
threshold(image, thresh)
fromimageproc 0.24
,use
threshold(image, thresh, ThresholdType::Binary)
.contrast::stretch_contrast{_mut}
to make the output intensity range configurable. To matchthe behaviour of
stretch_contrast(image, lower, upper)
fromimageproc 0.24
,use
stretch_contrast(image, lower, upper, 0u8, 255u8)
.convex_hull
from&[Point<T>]
toimpl Into<Vec<Point<T>>>
.conv
crate and removed functionmath::cast
. This replacesValueInto<K>
trait boundswith
Into<K>
in many function signatures.Bug fixes:
BresenhamLineIter
panic when using non-integer endpoints.v0.24.0
New features:
Performance improvements:
Bug fixes:
Breaking changes:
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.
This PR was generated by Mend Renovate. View the repository job log.