Skip to content

Fix tv denoise alt#1

Merged
stefanv merged 4 commits intoscikit-image:masterfrom
tonysyu:fix_tv_denoise_alt
Jul 10, 2011
Merged

Fix tv denoise alt#1
stefanv merged 4 commits intoscikit-image:masterfrom
tonysyu:fix_tv_denoise_alt

Conversation

@tonysyu
Copy link
Copy Markdown
Member

@tonysyu tonysyu commented Jul 7, 2011

The order of arguments passed from tv_denoise to _tv_denoise_2d is incorrect. Fix order of arguments and make test more strict. Switch order of eps and weight keyword arguments.

tonysyu added 4 commits May 31, 2011 15:40
tv_denoise passes keyword arguments `eps` and `weight` as positional arguments, but the order in _tv_denoise_2d was switched.
Original test only checked that tv_denoise reduced the total variation. This change makes sure that the reduction is significant.
@stefanv stefanv merged commit 8c0d798 into scikit-image:master Jul 10, 2011
stefanv added a commit that referenced this pull request Oct 4, 2011
More Debian-related changes.
stefanv pushed a commit that referenced this pull request Dec 1, 2011
Convert contour finding code to Cython and add an example.
tonysyu referenced this pull request in tonysyu/scikit-image Dec 20, 2011
Merge Tony's improvements on segmentation tutorial
stefanv pushed a commit that referenced this pull request Aug 13, 2012
Refactor geometric transforms.
tonysyu pushed a commit that referenced this pull request Aug 20, 2012
ahojnnes pushed a commit that referenced this pull request Nov 14, 2012
tonysyu pushed a commit that referenced this pull request Dec 18, 2012
FIX quickshift nosetest with different xyz color conversion
stefanv pushed a commit that referenced this pull request Dec 22, 2012
thouis added a commit that referenced this pull request Mar 28, 2013
Add test case for rank filter fix
ahojnnes pushed a commit that referenced this pull request Apr 3, 2013
Make `exclude_borders` option in peak_local_max nD
tonysyu pushed a commit that referenced this pull request Jun 28, 2013
riaanvddool pushed a commit to riaanvddool/scikits-image that referenced this pull request Sep 26, 2013
stefanv pushed a commit that referenced this pull request Nov 21, 2013
Format color conversion docstrings.
stefanv pushed a commit that referenced this pull request Apr 16, 2014
@jni jni mentioned this pull request Dec 1, 2014
blink1073 pushed a commit that referenced this pull request Dec 13, 2015
jni pushed a commit that referenced this pull request Jan 11, 2016
jni pushed a commit that referenced this pull request Apr 19, 2017
GenevieveBuckley pushed a commit to GenevieveBuckley/scikit-image that referenced this pull request Nov 14, 2018
emmanuelle pushed a commit that referenced this pull request Jan 8, 2020
enable anistropic window shape
hmaarrfk added a commit that referenced this pull request Feb 17, 2020
* Implemeted multichannel support for denoise_tv_bregman (#1)

Compare issue #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 <mark.harfouche@gmail.com>

* Update skimage/restoration/_denoise.py

Co-Authored-By: Mark Harfouche <mark.harfouche@gmail.com>

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

* over-indented

* Update skimage/restoration/_denoise.py

Co-Authored-By: Mark Harfouche <mark.harfouche@gmail.com>

* 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 <mark.harfouche@gmail.com>
@theschles theschles mentioned this pull request Apr 18, 2021
4 tasks
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.

2 participants