Gregory R. Lee
721dd37eea
DOC: update plot_denoise example to use the multichannel argument in denoise_wavelet
2016-08-12 08:38:50 -04:00
Josh Warner
0ea2a3423b
Merge pull request #2190 from stsievert/wavelet-denoise-v2
...
ENH: Implements wavelet denoising (from #1833 )
2016-08-05 00:03:12 -05:00
Scott Sievert
7cbd2d36a4
MAINT: uses random_noise in examples
2016-08-03 15:03:11 -05:00
François Boulogne
10293f8891
Call invert() in doc
2016-08-02 08:08:29 +02:00
François Boulogne
bf5e6f7827
DOC: image inversion
2016-08-02 08:08:29 +02:00
Egor Panfilov
c0fdc9e6b0
Merge pull request #2185 from sciunto/captions
...
Improve docstrings for captions
2016-08-01 12:35:33 +03:00
Almar Klein
6d0d655121
MC: docs and example fixes
2016-07-26 11:41:26 +02:00
Samuel St-Jean
a908201872
Fix ssim example
...
Seems like the dynamic range values got swapped, the noise image goes up to 0.14 with the correct numbers.
2016-07-21 16:06:22 +02:00
Josh Warner
946b5c82d6
Merge pull request #2196 from sciunto/horse
...
Add missing unittests for data and convert horse to binary
2016-07-17 18:26:30 -05:00
François Boulogne
5e159dc218
Use logo instead of horse for RGBA img
2016-07-17 14:15:13 +02:00
François Boulogne
eb33972e95
DOC: add a note on warning treatment
2016-07-17 12:18:00 +02:00
Scott Sievert
dfdd0fbf5a
DOC: shows example of wavelet denoising
2016-07-16 11:04:18 -05:00
François Boulogne
ce09059969
Change to active form + reintroduce function name
2016-07-16 12:25:35 +02:00
Egor Panfilov
418de7e4f0
Merge pull request #2180 from sciunto/fix_mosaic
...
remove local threshold in try_all_threshold
2016-07-16 10:02:56 +03:00
Juan Nunez-Iglesias
694c56df88
Merge pull request #2181 from AbdealiJK/ajk/work
...
colorconv: Add rgba2rgb()
2016-07-16 01:53:27 -05:00
Juan Nunez-Iglesias
6853f16b77
Merge pull request #2106 from vighneshbirodkar/hm_doc
...
Improved region boundary RAG docs
2016-07-16 01:40:40 -05:00
AbdealiJK
fc2089af32
colorconv: Add rgba2rgb()
...
rgba2rgb() is a conversion function which takes in a background RGB
color which is used to alpha blend with an RGBA image in the foreground.
The default value for this background is white (255, 255, 255).
2016-07-14 21:06:52 +05:30
Vighnesh Birodkar
8998d466ad
Fixed typos
2016-07-14 11:14:12 -04:00
François Boulogne
6d3692a70d
fix typo
2016-07-14 16:12:13 +02:00
Vighnesh Birodkar
48daa261cf
Typo and grammar corrections
2016-07-11 20:48:29 -04:00
François Boulogne
1f4dd28cb8
Improve docstrings for captions
2016-07-11 22:30:08 +02:00
François Boulogne
7a4b74f057
remove local threshold in try_all_threshold
2016-07-05 15:53:02 +02:00
emmanuelle
59f8cbcdad
Added chapter title formatting for numpy_images.rst
2016-07-02 21:47:17 +02:00
Vighnesh Birodkar
5a78719a40
Change how the docstring is worded.
2016-06-28 21:34:35 -04:00
Juan Nunez-Iglesias
eed7c41c32
Remove nonexistent kwarg from docstring, style fix
...
- Address @soupault's comments in the examples
- Fix minor spelling and wording errors
2016-06-21 13:17:05 -04:00
Hiyorimi
025e8c5499
Frangi filter support with tests + docstrings
...
+fixed tests and removed shared code
https://github.com/scikit-image/scikit-image/pull/2139#discussion_r67240635
docstrings and style fixes
fix Lambda yielding
more style fixes
enumerate & black line fixes
2016-06-21 13:15:05 -04:00
Egor Panfilov
030e623300
Merge pull request #2110 from sciunto/mosaic
...
ENH: try_all to choose the best threshold algorithm and DOC refactoring
2016-06-19 21:39:21 +03:00
François Boulogne
9fef985df8
Various fixes
2016-06-19 19:43:43 +02:00
emmanuelle
cc40e0c37a
Documented the API change of gaussian and median.
2016-06-19 09:42:53 +02:00
François Boulogne
25f5729d57
Switch to Otsu instead of mean
2016-06-19 09:35:05 +02:00
François Boulogne
d870bcc5df
Minor fixes
2016-06-18 23:39:09 +02:00
François Boulogne
2137aed5ec
swap examples to show a different image inthe gallery
2016-06-18 20:20:34 +02:00
François Boulogne
f25d93c511
Add see also
2016-06-18 20:20:34 +02:00
François Boulogne
476f6bd8f2
switch doc format to sphinx-gallery
2016-06-18 20:20:34 +02:00
François Boulogne
36d56b956d
DOC: some improvements
2016-06-18 20:20:33 +02:00
François Boulogne
0a19def60c
DOC: Gather threshold algo in gallery
2016-06-18 20:20:33 +02:00
François Boulogne
12fabff65f
Some corrections
2016-06-18 20:20:33 +02:00
François Boulogne
ecb84e7362
DOC: illustrate mosaic in gallery
2016-06-18 20:20:33 +02:00
François Boulogne
20f33e18fe
DOC: add mosaic_threshold
2016-06-18 20:20:33 +02:00
François Boulogne
a7cf3cbd52
DOC: rename thresholding example
2016-06-18 20:20:32 +02:00
Egor Panfilov
5f891dedc3
Removed deprecared sobel, prewitt, scharr, roberts filters
2016-06-18 18:53:59 +03:00
Johannes Schönberger
988689431d
Fix indentation for example script
2016-06-09 08:37:36 +02:00
Johannes Schönberger
31e884207a
Merge pull request #2129 from sciunto/axes
...
DOC: refactor axes with lists
2016-06-09 08:18:31 +02:00
Johannes Schönberger
d7540b8a2e
Merge pull request #2128 from sciunto/gallery_title
...
DOC: make a title shorter in gallery
2016-06-08 13:11:26 +02:00
François Boulogne
f877491f58
DOC: refactor axes with lists
2016-06-07 16:31:02 +02:00
Egor Panfilov
47d0aa9d62
Merge pull request #2078 from emmanuelle/sphinx-gallery
...
Sphinx gallery for example gallery
2016-06-07 17:22:48 +03:00
emmanuelle
8b2dbd56e5
Minor fixes and improvements: PEP8, appearance, etc.
...
Removed a clumsy workaround (about paths)
Fixed links to image files to fix sphinx warning.
Removed non-ascii character
Another non ascii character
And another non-ascii character... (to be squashed later on)
Corrected some typos in the docstrings of sphinx-gallery files
These corrections have also been submitted as a patch to the original
sphinx-gallery project (#121 )
Corrected the appearance of two examples of the gallery
Tweaked CSS for larger images
Added sphinx-gallery's license and a README.txt about the origin of
this directory.
Edited gabor_from_astronaut example for nicer popup
PEP 8 + minor fixes
Removed commented lines of code
2016-06-06 17:30:44 +02:00
François Boulogne
9c51c154ba
DOC: make the title shorter
2016-06-05 17:29:53 +02:00
François Boulogne
8c9d8926c8
Minor enhancements
2016-06-02 13:35:36 +02:00
François Boulogne
80e8544067
Review threshold minimum
2016-06-02 10:32:00 +02:00