-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
2691 Add HistogramIntensity transform #2738
Conversation
merge master
merge master
merge master
merge master
Signed-off-by: Nic Ma <nma@nvidia.com>
/black |
thanks for the quick PR, could you help go through this example (https://scikit-image.org/docs/dev/auto_examples/color_exposure/plot_equalize.html) and extract |
Signed-off-by: Nic Ma <nma@nvidia.com>
Hi @wyli , Thanks for your review. Thanks. |
/build |
sure I think we can leave |
Signed-off-by: Nic Ma <nma@nvidia.com>
Hi @wyli , Sure, I updated the PR according to your comments. Thanks in advance. |
/black |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Fixes #2691 .
Description
This PR implemented the
HistogramIntensity
transform referring to other existing examples.Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests
.make html
command in thedocs/
folder.