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

New version: ImageContrastAdjustment v0.3.5 #11624

Merged

Conversation

JuliaRegistrator
Copy link
Contributor

UUID: f332f351-ec65-5f6a-b3d1-319c6670881a
Repo: https://github.com/JuliaImages/ImageContrastAdjustment.jl.git
Tree: d22d89e03c8f617e0ae31886ca60e291b548cf59

Registrator tree SHA: unknown
JuliaRegistrator referenced this pull request in JuliaImages/ImageContrastAdjustment.jl Mar 27, 2020
LinearStretching enhancements

* expose `src_minval` and `src_maxval` (fixes #27 )
* deprecate `minval`/`maxval` in favor of `dst_minval`/`dst_maxval`
* introduce a new convenient API: `LinearStretching((src_minval, src_maxval) => (dst_minval, dst_maxval))`
* correctly handles the clamp on output intensity
* expose `no_clamp` option to disable the clamp to `[dst_minval, dst_maxval]`: `FixedPoint` inputs are still clamped wrt `[typemin(T), typemax(T)]` to avoid ArgumentError
* performance tweak: 2x-20x performance boost
@github-actions
Copy link
Contributor

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

@github-actions github-actions bot merged commit 30a6c40 into master Mar 27, 2020
@github-actions github-actions bot deleted the registrator/imagecontrastadjustment/f332f351/v0.3.5 branch March 27, 2020 00:45
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.

1 participant