Steven Silvester
|
40a30e6d1c
|
Remove unnecessary import
|
2015-09-04 08:03:01 -05:00 |
|
Steven Silvester
|
260e01333d
|
Add a plugin and test for imageio
|
2015-09-04 08:02:35 -05:00 |
|
Johannes Schönberger
|
a664043197
|
Merge pull request #1667 from odebeir/sprint_euroscipy2015_denoise
Sprint euroscipy2015 denoise
|
2015-09-04 08:49:09 -04:00 |
|
Johannes Schönberger
|
ca5de50079
|
Enforce integral type for label images
|
2015-09-03 16:22:32 -04:00 |
|
Juan Nunez-Iglesias
|
09c724cccf
|
Merge pull request #1674 from robintw/canny-percentile-thresholds
Added quantile_threshold option to canny edge detection
|
2015-09-03 18:00:52 +02:00 |
|
Olivier Debeir
|
f5e4a5e44d
|
remove import/blank lines
|
2015-09-02 16:01:13 +02:00 |
|
Johannes Schönberger
|
b21f01ddfd
|
Merge pull request #1684 from juliusbierk/hough-circle-input
hough_circle radius accepts scalars and lists
|
2015-09-02 09:26:25 -04:00 |
|
Connelly Barnes
|
28a4fcd37e
|
fix permissions issue in test_pil.py function test_png_round_trip()
|
2015-08-30 21:20:28 -04:00 |
|
Robin Wilson
|
5cf7a2013d
|
Fixed tests to use assertRaises as a function not a context manager
|
2015-08-30 22:49:24 +01:00 |
|
Connelly Barnes
|
4ca1f49d20
|
fix scikit-image bug #1680 (grayscale png round trip fails) and add unit test
|
2015-08-30 11:51:04 -04:00 |
|
Julius Bier Kirekgaard
|
e79a0a2dc1
|
Added pep8 spaces
|
2015-08-30 15:35:50 +01:00 |
|
Julius Bier Kirekgaard
|
8c5ce8504a
|
assert equal scalar, seqeunce output of hough circle
|
2015-08-30 15:13:45 +01:00 |
|
Julius Bier Kirekgaard
|
9a4a3c674e
|
test and docstring update for hough_circle
|
2015-08-30 13:16:33 +01:00 |
|
Julius Bier Kirekgaard
|
29fd2864cd
|
hough_circle radius accepts scalars and lists
|
2015-08-30 12:52:38 +01:00 |
|
Emmanuelle Gouillart
|
01f5fc4e72
|
Merge pull request #1663 from juliusbierk/hough-circle-example
Example for hough_circle
|
2015-08-30 11:29:27 +02:00 |
|
Robin Wilson
|
98bf488241
|
Fixed indentation
|
2015-08-29 23:26:22 +01:00 |
|
Emmanuelle Gouillart
|
fa9e000ae4
|
Merge pull request #1631 from stefanv/rename_denoise_nl_means
Rename denoise nl means
|
2015-08-29 17:33:05 +02:00 |
|
Robin Wilson
|
9f878affbc
|
Renamed keyword arg to use_quantiles
|
2015-08-29 16:25:42 +01:00 |
|
Emmanuelle Gouillart
|
05729acb7d
|
Merge pull request #1660 from jwiggins/issue-1586
Raise an error for negative sigma values in guassian_filter.
|
2015-08-29 15:59:12 +02:00 |
|
Robin Wilson
|
f9887e61e5
|
Added test for invalid quantile inputs
|
2015-08-29 14:14:13 +01:00 |
|
Robin Wilson
|
5f0665c99b
|
Raise ValueError if quantile thresholds outside of [0, 1] - and updated docs
|
2015-08-29 13:46:56 +01:00 |
|
Robin Wilson
|
b29ad8ef6d
|
Added quantile_threshold option to canny edge detection
This allows you to specify the high and low thresholds as quantiles of the edge magnitude
image, rather than as absolute edge magnitude values
|
2015-08-28 22:30:42 +01:00 |
|
Julius Bier Kirekgaard
|
b5fd7bc885
|
Fixed forgotten output for docstring example
|
2015-08-28 21:09:42 +01:00 |
|
Julius Bier Kirekgaard
|
002fc70759
|
Shorter hough_circle example
|
2015-08-28 21:04:52 +01:00 |
|
Julius Bier Kirekgaard
|
3c41e75b22
|
Added whitespace to comply with pep8
|
2015-08-28 20:46:14 +01:00 |
|
odebeir
|
544fb95f76
|
typo
|
2015-08-28 21:35:18 +02:00 |
|
odebeir
|
76285f5986
|
add exemple to denoise_bilateral() in docstring
|
2015-08-28 21:33:58 +02:00 |
|
John Wiggins
|
6e6d243dbd
|
Use assert_raises instead of @raises.
|
2015-08-28 21:19:20 +02:00 |
|
John Wiggins
|
a0fc75c7cb
|
Don't use two lines to raise an exception with a short message.
|
2015-08-28 21:10:39 +02:00 |
|
Julius Bier Kirekgaard
|
5f5af64551
|
Example for hough_circle
|
2015-08-28 20:08:11 +01:00 |
|
John Wiggins
|
c05108da36
|
Replace a doc test with some regular unit tests.
|
2015-08-28 21:03:01 +02:00 |
|
Arnaud De Bruecker
|
50804d1e9b
|
Correct documentation to denoise_bilateral for sigma_range
Closes #1630
|
2015-08-28 19:43:14 +01:00 |
|
John Wiggins
|
ff4e3bd0bd
|
Raise an error for negative sigma values in guassian_filter.
|
2015-08-28 20:37:26 +02:00 |
|
Arnaud De Bruecker
|
955b1761f1
|
Add documantation to denoise_bilateral for sigma_range
closes #1630
|
2015-08-28 19:10:09 +01:00 |
|
Stefan van der Walt
|
e084c5fd50
|
Rename nl_means_denoising to denoise_nl_means
|
2015-08-27 13:19:02 -07:00 |
|
Stefan van der Walt
|
9fa408a0f6
|
Add utility to rename functions
|
2015-08-27 13:19:01 -07:00 |
|
Stefan van der Walt
|
8cb409bcb0
|
Add alpha layer support to gray2rgb
|
2015-08-21 15:36:23 -07: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 |
|
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 |
|
Gregory R. Lee
|
1303317512
|
BUG: fix one additional location where ndimage mode conversion was needed
|
2015-08-14 09:38:02 -04:00 |
|
Gregory R. Lee
|
c7a82f8ceb
|
MAINT: minor spacing issues and typos fixed
|
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
|
cef22e4234
|
MAINT: PEP8 fixes and _interpolation_test.pyx -> interpolation.pyx rename
|
2015-08-13 23:39:55 -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
|
c5a735420f
|
DOC: add visual example of edge modes
|
2015-08-13 23:39:53 -04:00 |
|