Nicolas Rougier
21f655edf7
Merge branch 'gallery-cleaning' of github.com:rougier/scikit-image into gallery-cleaning
...
* 'gallery-cleaning' of github.com:rougier/scikit-image:
Rescale intensity to enhance image output
Switched lena for astronaut
Remove ticks, add titles and reverse color such that contours are visible
2015-08-29 11:43:12 +02:00
Nicolas Rougier
1bc1688b97
Rescale intensity to enhance image output
2015-08-29 11:42:42 +02:00
Nicolas Rougier
b459107f89
Switched lena for astronaut
2015-08-29 11:42:42 +02:00
Nicolas Rougier
e9cf4027e0
Remove ticks, add titles and reverse color such that contours are visible
2015-08-29 11:42:42 +02:00
Emmanuelle Gouillart
d69960973b
Merge pull request #1675 from dpshelio/titles
...
Gallery - Fixing titles of some plots
2015-08-29 11:31:42 +02:00
David PS
64f8d44314
Titles of the plots for the wathershed example not seeing for the margins of the plot.
2015-08-29 10:00:15 +01:00
Juan Nunez-Iglesias
ddf122f34b
Merge pull request #1666 from rougier/convex_hull_example
...
Remove ticks from image display in examples.
2015-08-28 20:40:01 +01:00
Nicolas Rougier
d395d0cf2b
Rescale intensity to enhance image output
2015-08-28 21:35:36 +02:00
Nicolas Rougier
26d427baef
Removed ticks
2015-08-28 21:26:24 +02:00
Juan Nunez-Iglesias
d9dbe6f506
Merge pull request #1658 from Guanaco77/master
...
Add documantation to `denoise_bilateral` for `sigma_range`
2015-08-28 20:09:03 +01:00
Nicolas Rougier
31f44f475f
Switched lena for astronaut
2015-08-28 21:08:57 +02:00
Stefan van der Walt
7c8caac5e6
Merge pull request #1656 from cgilon/contribute-docs-fix-link
...
Fix link to numpy docs convention
2015-08-28 11:54:36 -07:00
Arnaud De Bruecker
50804d1e9b
Correct documentation to denoise_bilateral for sigma_range
...
Closes #1630
2015-08-28 19:43:14 +01:00
Nicolas Rougier
239574a2c4
Remove ticks, add titles and reverse color such that contours are visible
2015-08-28 20:18:13 +02:00
Juan Nunez-Iglesias
f71cc06d8f
Merge pull request #1657 from robintw/doc-readme-typo
...
Fixed typo in docs README
2015-08-28 19:17:02 +01:00
Arnaud De Bruecker
955b1761f1
Add documantation to denoise_bilateral for sigma_range
...
closes #1630
2015-08-28 19:10:09 +01:00
Robin Wilson
32e6aa1e9c
Fixed typo in docs README
2015-08-28 19:00:28 +01:00
cgilon
7196317635
Fix link to numpy docs convention
2015-08-28 18:51:00 +01:00
Steven Silvester
13b2170dfd
Merge pull request #1639 from stefanv/gray2rgb_alpha
...
Add alpha layer support to gray2rgb
2015-08-22 15:06:13 -05:00
Stefan van der Walt
8cb409bcb0
Add alpha layer support to gray2rgb
2015-08-21 15:36:23 -07:00
Josh Warner
46cbff8c2e
Merge pull request #1638 from ahojnnes/doc-fixes
...
DOC: Docstring fixes for recently merged code
2015-08-20 21:06:32 -05:00
Johannes Schönberger
ec64872fd5
Some doc string fixes for recently merged code
2015-08-20 19:08:54 -04:00
Johannes Schönberger
236aa208fe
Merge pull request #1583 from grlee77/fix_interp_modes
...
FIX: bug in 'reflect' and 'wrap' coordinate mapping
2015-08-20 18:53:11 -04:00
Juan Nunez-Iglesias
3959ce3ea7
Merge pull request #1636 from ahojnnes/moments
...
Improve documentation of moments functions
2015-08-20 01:44:14 +02:00
Johannes Schönberger
d4641a436a
Improve documentation of moments functions
2015-08-19 14:11:39 -04:00
Gregory R. Lee
49b4f69ac0
MAINT: remove unused import
2015-08-18 12:22:10 -04:00
Stefan van der Walt
9d3bb8f1c1
Merge pull request #1634 from JDWarner/imsave_no_squeeze
...
FIX/STY: Remove magic and enforce PEP8 in plugins.
2015-08-15 15:53:16 -07:00
Gregory R. Lee
beff4d5845
DOC: update TODO.txt to mention eventual removal of _mode_deprecations
2015-08-14 10:10:50 -04:00
Gregory R. Lee
1303317512
BUG: fix one additional location where ndimage mode conversion was needed
2015-08-14 09:38:02 -04:00
Stefan van der Walt
621a8f37f1
Merge pull request #1633 from JDWarner/fix_travis_networkx
...
FIX: Require networkx 1.9.1 for the 2.6 build
2015-08-13 23:04:14 -07:00
Gregory R. Lee
c7a82f8ceb
MAINT: minor spacing issues and typos fixed
2015-08-13 23:39:56 -04:00
Gregory R. Lee
81764d8ed5
BUG: update the edge modes in the example to match the current naming convention
2015-08-13 23:39:56 -04:00
Gregory R. Lee
81ea7a6e34
MAINT: All modes in _shared.interpolation.pxd were changed to be consistent with numpy.pad naming conventions. Specifically 'nearest' was changed to 'edge' and 'mirror' was changed to 'reflect'. All functions with a mode argument that rely on these functions had their inputs changed accordingly. For now there is a deprecation warning if the user supplies mode 'nearest'. Mode 'mirror' never appeared in an official release of skimage and so has no corresponding deprecation warning.
2015-08-13 23:39:55 -04:00
Gregory R. Lee
8e3b6bc9da
MAINT: convert additional numpy.pad mode names to their dask.array equivalents
2015-08-13 23:39:55 -04:00
Gregory R. Lee
f45a72ee1f
BUG: fix import in plot_edge_modes.py
2015-08-13 23:39:55 -04:00
Gregory R. Lee
75edad1448
BUG: fix bento.info again
2015-08-13 23:39:55 -04:00
Gregory R. Lee
cef22e4234
MAINT: PEP8 fixes and _interpolation_test.pyx -> interpolation.pyx rename
2015-08-13 23:39:55 -04:00
Gregory R. Lee
fb0b258deb
DOC: update the edge mode example to include mirror
2015-08-13 23:39:54 -04:00
Gregory R. Lee
48622ca179
TST: add test for resizing 2D image with a 3D output shape
2015-08-13 23:39:54 -04:00
Gregory R. Lee
9e9c65b97c
ENH: add mode 'mirror' to interpolation.pxd and dependent functions
2015-08-13 23:39:54 -04:00
Gregory R. Lee
3ae1e3138a
BUG: bugfix for resize: upgrade image to 3d if necessary
2015-08-13 23:39:54 -04:00
Gregory R. Lee
080c276791
DOC: add visual example of edge modes
2015-08-13 23:39:54 -04:00
Gregory R. Lee
2f02ad385f
BUG: fix bento.info
2015-08-13 23:39:53 -04:00
Gregory R. Lee
c5a735420f
DOC: add visual example of edge modes
2015-08-13 23:39:53 -04:00
Gregory R. Lee
a36ab880fc
TST: add tests for coord_map function
2015-08-13 23:39:53 -04:00
Gregory R. Lee
7cfbd70204
BUG: fix bugs in coord_map for modes wrap and reflect
2015-08-13 23:39:53 -04:00
Josh Warner
cbc851bba6
FIX/STY: Remove magic and enforce PEP8 in plugins.
2015-08-13 19:47:00 -05:00
Josh Warner
4309d47239
FIX: Require networkx 1.9.1 for the 2.6 build
2015-08-13 17:39:25 -05:00
Stefan van der Walt
b63fefe135
Merge pull request #1628 from JDWarner/sphinx_linkcode
...
Add links to GitHub source from HTML docs
2015-08-08 12:13:52 -07:00
Josh Warner (Mac)
8d33d3d072
DOC: Fix intersphinx mapping w/fallbacks
2015-08-08 12:29:05 -05:00