Commit Graph
4682 Commits
Author SHA1 Message Date
Juan Nunez-Iglesias 015c57c307 Merge pull request #1689 from oew1v07/remove_small_holes
Remove small holes
2015-11-18 22:36:33 +11:00
Pratap Vardhan bb3bd34686 TST: Aseert check values for older test_gray2rgb case 2015-11-16 12:49:27 +05:30
Pratap Vardhan aadb2cd0ff MNT: Remove never attained return case under gray2rgb 2015-11-16 12:05:33 +05:30
Guillaume Lemaitre ed55226dfb Correct bug inside the test 2015-10-27 16:35:15 +01:00
Guillaume Lemaitre 41875cf59a Generalize Laplce operator + testing
Reuse the function skimage.restoration.uft.laplacian() to create the kernel
Improve the testing for a specific case
2015-10-27 15:17:07 +01:00
Guillaume Lemaitre 5d209a68a9 Added the Laplacian operator 2015-10-27 01:23:29 +01:00
Juan Nunez-Iglesias eb2a23107a Merge pull request #1762 from blink1073/fix-clip-histogram
Fix clip histogram infinite loop
2015-10-26 20:24:21 +11:00
Johannes Schönberger 0a48c320b8 Merge pull request #1758 from JDWarner/hough_test
TST/STY: Hough transform regression test & Cython wrappers
2015-10-26 00:11:01 -04:00
Steven Silvester aabf2de96a Prevent infinite loop in adapthist for low clip_limit
Prevent infinite loop in adapthist

Add a test that exposed the infinite loop

Use better check to prevent endless loop
2015-10-25 20:17:19 -05:00
Josh Warner (Mac) a3356194c8 TSTFIX: Fix imports in hough_ellipse doctest 2015-10-25 14:34:53 -05:00
Josh Warner (Mac) 159c9f4e9e TST/STY: Hough tf regression test & Cython wrappers 2015-10-24 23:50:53 -05:00
Stefan van der Walt 3c3a636e03 Merge pull request #1750 from jni/slic-param-scan
Refine docstring for 'compactness' kwarg in SLIC
2015-10-20 14:44:43 -07:00
Steven Silvester 85d5e7c584 Merge pull request #1734 from sumitbinnani/RenamingFilter
Refactoring gaussian_filter and gabor_filter (Ref: #1647)
2015-10-20 12:56:02 -05:00
Steven Silvester 41159f3fd2 Fix adapthist mask logic
Use minlength in bincount

Fix mask logic
2015-10-20 08:04:05 -05:00
Juan Nunez-Iglesias 7212fe3e82 Replace semicolon with full stop 2015-10-18 11:41:54 +11:00
Juan Nunez-Iglesias 4816d2ed0f Refine docstring for 'compactness' kwarg in SLIC
Addresses #1745
2015-10-17 13:16:39 +11:00
Josh Warner a2d74e5260 Merge pull request #1421 from hohlraum/hough_fix
FIX: Fix missing peaks in hough_line_peaks.
2015-10-08 18:48:48 -07:00
Olivia Wilson 2045c44d1f Removed trailing whitespace 2015-10-07 11:30:20 +01:00
Olivia Wilson 07775b6b54 Merge branch 'remove_small_holes' of https://github.com/oew1v07/scikit-image into remove_small_holes
Need to merge with work completed elsewhere
2015-10-07 11:00:02 +01:00
Olivia Wilson 815c5c8ee7 Added new line 2015-10-07 10:59:26 +01:00
sumitbinnani bfba746a91 Adapting Edited Files to comply with PEP8 Standards
Changing Indentation as per PEP8 Guidelines
2015-10-07 14:21:36 +05:30
Steven Silvester 1dae599eb1 Remove another tiff check in test_pil 2015-10-06 20:19:06 -05:00
Steven Silvester 1547ec39f3 Remove the tifffile save tests from test_pil 2015-10-06 20:18:16 -05:00
Steven Silvester d7a648ad55 Pop the img_num keyword if given 2015-10-06 19:58:50 -05:00
Steven Silvester e7b67618fd Move tiff-file handling to top level 2015-10-06 19:45:28 -05:00
sumitbinnani 0bae5f9137 Adding Alias and Deprecation Warning
* Added alias and deprecation warning for
```skimage.filters.gabor_filter```.
* Added alias and deprecation warning for
```skimage.filters.gaussian_filter```.
* Updated ```TODO.txt```
2015-10-06 00:18:38 +05:30
Victor Escorcia 7254c1e7b2 Fix output type of peak_local_max 2015-10-03 22:12:03 +03:00
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
Olivia c7597d6942 Changed function name to _check_dtype_supported 2015-09-17 13:45:01 +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
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
Olivia a5ba186f80 Added new _supported_types function and new line at end 2015-08-31 19:11:43 +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