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

support nD arrays in skimages.filter.rank #1

Open
ryanlu41 opened this issue Nov 13, 2019 · 0 comments
Open

support nD arrays in skimages.filter.rank #1

ryanlu41 opened this issue Nov 13, 2019 · 0 comments

Comments

@ryanlu41
Copy link
Collaborator

Current rank filters only work in 2D, would be useful to have them in 3D. See issue in master branch: scikit-image#3955

ryanlu41 pushed a commit that referenced this issue Feb 2, 2020
enable anistropic window shape
xialuoke4062 pushed a commit that referenced this issue Mar 30, 2020
…it-image#4446)

* Implemeted multichannel support for denoise_tv_bregman (#1)

Compare issue scikit-image#4427 in upstream

* Implemented unittest

* Refactored code

* wrapped around long lines

* Indention, empty line and whitespace lint issues

* Update skimage/restoration/_denoise.py

Co-Authored-By: Mark Harfouche <[email protected]>

* Update skimage/restoration/_denoise.py

Co-Authored-By: Mark Harfouche <[email protected]>

* For the multichannel flag only 2D images + channel dimension is supported

* over-indented

* Update skimage/restoration/_denoise.py

Co-Authored-By: Mark Harfouche <[email protected]>

* Update skimage/restoration/_denoise.py

* Apply suggestions from code review

Allocate channel output array prior to loop.

* Apply suggestions from code review

Only allocate `channel_out` if `multichannel` is `True`

* Added check for multichannel bregman

Co-authored-by: Mark Harfouche <[email protected]>
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

No branches or pull requests

1 participant