Commit Graph
5079 Commits
Author SHA1 Message Date
sumitbinnani 811b6895cf Refactoring ``skimage.filters.gabor_filter` to `skimage.filters.gabor``
Refactoring ```skimage.filters.gaussian_filter``` to ```skimage.filters.gaussian```
2015-10-04 00:15:53 +05:30
Olivia 9025c020ae Adjusting spacing of array in doctests 2015-09-25 14:55:13 +01:00
Olivia 5c7c67db12 Made changes to doctests 2015-09-25 14:51:06 +01:00
Olivia Wilson 19fbdfb6fe Adjusted white space for doctests 2015-09-24 11:58:40 +01:00
Olivia Wilson 413ac4a53b Altered doctests to correct spacing 2015-09-23 21:24:11 +01:00
Olivia a3bb9401c2 Moved the comments on labeled arrays to notes section 2015-09-22 17:41:22 +01:00
Olivia 3f735b6482 Changed the test file to use expected warnings.
This is with help from @blink1073
2015-09-22 17:35:32 +01:00
Charles e822e5a556 DOC : add ref to nlmeans in the API 2015-09-22 11:14:33 +02:00
Olivia c7597d6942 Changed function name to _check_dtype_supported 2015-09-17 13:45:01 +01:00
Charles 8c53663dc1 DOC : add ref to nlmeans 2015-09-11 16:31:03 +02:00
Julius Bier Kirekgaard 5c20ef7218 pep8 and py3 compliance. more comments 2015-09-09 15:44:35 +01:00
Steven Silvester 98877016f3 Allow polygon to take a list or tuple and add a test 2015-09-05 20:18:55 -05:00
Julius Bier Kirekgaard 8d344d090f Active contour updates. Now works with scipy<0.14 2015-09-05 13:29:59 +01:00
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
Julius Bier Kirekgaard 94b335fb2e change test names 2015-08-31 21:52:47 +01:00
Julius Bier Kirekgaard fa6815404f spelling corrections and misc. 2015-08-31 21:48:32 +01:00
Julius Bier Kirekgaard 96847f2652 pep8 and other small changes 2015-08-31 20:28:28 +01:00
Olivia a5ba186f80 Added new _supported_types function and new line at end 2015-08-31 19:11:43 +01:00
Julius Bier Kirekgaard ad4948a609 pep8 compliance 2015-08-31 16:37:21 +01:00
Julius Bier Kirekgaard 646c2102d2 Added active contour model 2015-08-31 16:15:08 +01:00
Connelly Barnes 28a4fcd37e fix permissions issue in test_pil.py function test_png_round_trip() 2015-08-30 21:20:28 -04:00
Olivia 9bfbcfcef3 Removed extraneous print statement 2015-08-30 23:15:04 +01:00
Olivia 9ea085fd6f Added new functionality to remove small holes from images.
This is currently working with **kwargs except for inplace
which I cannot get working. It works with arrays of type int
but returns an array of type bool. Possibly in future add
labelling for arrays of type int. A UserWarning is produced
when using arrays of type int which seems to work normally
but the test created for this does not pick up the warning.

Any assistance on these issues would be helpful. I started
this at EuroScipy 2015 and this fixes issue #1642
2015-08-30 23:05:15 +01: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