Commit Graph

6279 Commits

Author SHA1 Message Date
François Boulogne c736ff2c1a MAINT: mutualize function 2014-11-09 22:07:05 +01:00
François Boulogne 8e2f397700 add shape option to draw functions 2014-11-09 22:05:59 +01:00
Steven Silvester c3cf9890b7 Merge pull request #1046 from stefanv/osx_wheels
Add OSX wheel generation instructions and upload script
2014-11-08 16:04:53 -06:00
Josh Warner 22c9969274 Merge pull request #1221 from stefanv/pr_1126_update
ENH: Replace lena with astronaut
2014-11-08 00:45:08 -06:00
Stefan van der Walt 3172198244 Remove prints in test suite 2014-11-07 18:05:42 +02:00
Stefan van der Walt 463432b752 Document threshold scaling 2014-11-07 17:17:55 +02:00
Stefan van der Walt 6d827e284c Update edge detectors to produce values in [0, 1] and clean up tests 2014-11-07 16:48:20 +02:00
Stefan van der Walt 034a7adab3 Use equal_nulp for more robust test comparison 2014-11-07 16:04:54 +02:00
Rebecca 5c2189550a removed typo that caused test error 2014-11-07 16:04:54 +02:00
Rebecca 5de38f290c Modified docstring 2014-11-07 16:04:53 +02:00
Rebecca 2ba41844ff modified array 2014-11-07 16:04:53 +02:00
Rebecca fc18fb7ffa removed lena reference 2014-11-07 16:04:53 +02:00
Rebecca fd94ca6ff5 renamed gabors 2014-11-07 16:04:53 +02:00
Rebecca 49acabc355 adding name to contributors 2014-11-07 16:04:53 +02:00
Rebecca 1b217f971e replacing lena in examples and most tests 2014-11-07 16:01:23 +02:00
Stefan van der Walt e8967abe78 Merge pull request #1200 from blink1073/multiimage_tifffile
Standardize handling of multi-image files
2014-11-07 15:24:34 +02:00
Steven Silvester ad3939784c Indentation fix 2014-11-07 15:23:38 +02:00
Steven Silvester 59842b34d8 Test collection slicing with multi-images. 2014-11-07 15:22:20 +02:00
Steven Silvester b5a988a52f Close the image file pointer when done. 2014-11-07 15:22:20 +02:00
Steven Silvester 4485f6d6c1 Add tests for ImageCollection with multi_images 2014-11-07 15:22:20 +02:00
Steven Silvester b7da8009d2 Clean up docstring 2014-11-07 15:22:20 +02:00
Steven Silvester 0d76827734 Allow keyword arguments to imread 2014-11-07 15:22:20 +02:00
Steven Silvester 502f6af481 Pep8 cleanup 2014-11-07 15:22:19 +02:00
Steven Silvester 76fc909b62 Finish merging multiimage capability into collections 2014-11-07 15:22:19 +02:00
Steven Silvester b4838c3bd9 Fix failing tests 2014-11-07 15:22:19 +02:00
Steven Silvester d27fadb5cf Avoid circular import 2014-11-07 15:22:19 +02:00
Steven Silvester 305abf6d0c Change MultiImage to use new imread. 2014-11-07 15:22:19 +02:00
Steven Silvester bf9bcaaf0d Add a note about sequential access. 2014-11-07 15:22:19 +02:00
Steven Silvester 1c0d86a48d Allow PIL imread to read multiple images 2014-11-07 15:22:19 +02:00
Steven Silvester 4298b8babc Allow multiple frames in PIL data in imread 2014-11-07 15:22:19 +02:00
Steven Silvester 39d9dcf20e Fix implementation of pil_to_ndarray in MultiImage 2014-11-07 15:22:19 +02:00
Steven Silvester 93c6d010e6 Use pil_to_ndarray to load PIL images 2014-11-07 15:22:19 +02:00
Steven Silvester 9a126e7009 Add a comment about reading in order 2014-11-07 15:22:19 +02:00
Steven Silvester d853b68f96 Fix problems from rebase. 2014-11-07 15:22:19 +02:00
Steven Silvester 945e163867 Add animated gif, a test for it, and tests without conserve_memory.
Add animated gif, and a test for it, plus tests without conserve_memory

Add the gif file
2014-11-07 15:22:18 +02:00
Steven Silvester 49a92482cb Cleanup 2014-11-07 15:22:18 +02:00
Steven Silvester caaf37ec0c Fix implementation errors 2014-11-07 15:22:18 +02:00
Steven Silvester 09e6439310 Update multi_image test and install tifffile for travis. 2014-11-07 15:22:18 +02:00
Steven Silvester 732c9c37cc Add tifffile support for MultiImage 2014-11-07 15:22:18 +02:00
Steven Silvester a70a4933aa Fix implementation errors 2014-11-07 15:22:18 +02:00
Steven Silvester 0134946fc7 Update multi_image test and install tifffile for travis. 2014-11-07 15:22:18 +02:00
Steven Silvester e0e4fe26f1 Add tifffile support for MultiImage 2014-11-07 15:22:18 +02:00
Stefan van der Walt 8bba07a7f2 Merge pull request #1171 from jjhelmus/unwrap_phase_3d_bug
BUG: segmentation fault when unwrapping 3d image
2014-11-07 13:39:18 +02:00
Jonathan Helmus 25653dc288 TST: Unit test to check for 3d unwrap seg fault
Added a unit test to check for bug in unwrap_phase which causes
a segmentation fault when the middle dimension is connected.
2014-11-06 21:03:14 -06:00
Steven Silvester 2374b6a1ff Merge pull request #1219 from jni/reconstruct-error
Raise meaningful error when wrong "method" passed to `reconstruct`
2014-11-05 20:42:35 -06:00
Steven Silvester 66aaf71943 Merge pull request #1217 from jni/morpho-out
Allow discontiguous out arrays in `skimage.morphology.grey`
2014-11-05 20:35:56 -06:00
Juan Nunez-Iglesias 39d042e4ba Test correct error for wrong method in reconstruct 2014-11-06 10:29:43 +11:00
Juan Nunez-Iglesias f52f2c1779 Raise meaningful error in reconstruct w bad method
If a method other than 'erosion' or 'dilation' was passed, an
`UnboundLocalVariable` error for `pad_value` was raised, which made it
difficult to determine the source of the error. Now, an eloquent
`ValueError` is raised instead.

See #1218.
2014-11-06 10:27:43 +11:00
Juan Nunez-Iglesias 1a3ec0299c Add tests for discontiguous out arrays in grey morpho 2014-11-04 15:20:21 +11:00
Juan Nunez-Iglesias d7fdfebb96 Remove contiguous conversion for out array 2014-11-04 15:08:38 +11:00