60 Commits

Author SHA1 Message Date
François Boulogne 749f5876ce Fix catched warning 2016-07-17 19:45:31 +02:00
François Boulogne 7960d296dd Clean up 2016-07-17 19:12:05 +02:00
François Boulogne b7216a2dff Use our internal warning context manager 2016-07-17 19:11:02 +02:00
François Boulogne 754c652ebd One liner docstring 2016-07-17 19:06:55 +02:00
François Boulogne 26fd360ee1 MAINT: Remove deprecated Lena 2016-07-17 19:06:31 +02:00
François Boulogne 449bd445fc Add RGBA image 2016-07-17 14:13:24 +02:00
François Boulogne f292717dac Add option as_grey to load() 2016-07-17 14:13:23 +02:00
François Boulogne 6685651da5 Add missing unittests for data and convert horse to binary 2016-07-17 14:13:23 +02:00
Stefan van der Walt 89136157bb Remove lena image from test suite.
Results from the morphology module were compared against output from the
corresponding MATLAB functions, as applied to the lena test image.  This image
does not conform to the Debian Free Software Guidelines and had to be removed.
The output is now tested against results generated with the current version of
scikit-image (0.12.0), which is known to be correct due to the comparison
described above.
2016-03-06 23:16:11 -08:00
Sergio Pascual 49eb2f3a54 Suggest 'skimage.data.astronaut' as alternative test image 2016-01-13 11:10:13 +01:00
Sergio Pascual c6c8ff9359 Add deprecation warning to 'data.lena()' 2016-01-08 00:05:45 +01:00
Stefan van der Walt 83d5ff9001 Consistently use relative imports 2015-07-11 15:41:37 -05:00
Josh Warner 7a2b0a70f5 Merge pull request #1459 from vighneshbirodkar/seam_carving
FEAT: Seam Carving
2015-06-18 12:32:19 -05:00
Vighnesh Birodkar e247e3bacc Precomputation optimizations and docstring changes 2015-06-15 20:19:52 +05:30
Vighnesh Birodkar 17dc213477 pep8 changes 2015-06-11 00:26:57 +05:30
Vighnesh Birodkar 1e49f49846 Added rocket image 2015-06-11 00:14:39 +05:30
emmanuelle a615623643 Added function to generate binary image with rounded (blob-like) objects. 2015-05-01 19:28:56 +02:00
Johannes Schönberger 2d7cebbe5f Resolve incorrect rebase 2015-01-22 07:36:48 -05:00
Johannes Schönberger ee5c6fbeb2 Use relative imports in skimage files 2015-01-22 07:36:48 -05:00
Steven Silvester 2756358f3c Clean up PIL plugin and handle more warnings
Use the pil plugin to load data files

Fix install_requires string formatting

Dead end commit

Make all tools executable

Remove debug print

Suppress PIL resourcewarnings

Handle a few more warnings
2014-12-23 16:48:38 -06:00
Johannes Schönberger 3a1079a180 Misc PEP8 fixes 2014-12-14 02:56:14 +01:00
Rebecca fc18fb7ffa removed lena reference 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
Vighnesh Birodkar 5b459a8e4b autopep8 changes. 2014-04-28 00:31:18 +05:30
Vighnesh Birodkar a82d814665 Changed example and hubble_deep_field doc string 2014-04-28 00:05:09 +05:30
Vighnesh Birodkar 7738e65de8 hubble_deep_filed doc string changes. 2014-04-27 11:51:42 +05:30
Vighnesh Birodkar 0c1c62b415 Grammar corrections. 2014-04-27 11:50:49 +05:30
Vighnesh Birodkar 57bd84e3db Added example and pep8 changes. 2014-04-27 11:49:46 +05:30
Vighnesh Birodkar d76aad9bd4 Added Hubble Deep Field image. 2014-04-27 11:49:26 +05:30
François Boulogne eb4c5c9ee4 PEP8 2013-10-14 16:14:30 +02:00
Marianne Corvellec 5afb53a126 Edited docstring according to comments. 2013-08-16 18:47:19 -04:00
Marianne Corvellec 2b43dab546 Added elements to the coffee picture docstring. 2013-08-13 20:25:00 -04:00
François Boulogne 9d7a90395b DOC: changes for Marianne's coffee cup 2013-08-05 16:45:59 +02:00
François Boulogne 0e7e838cac use shorter URL 2013-07-07 19:17:16 +02:00
François Boulogne 4f0c4f0306 add coffee picture from flickr 2013-07-07 00:38:06 +02:00
Stefan van der Walt 2cfd075adb Merge pull request #538 from ahojnnes/examples-travis
TST: Let Travis run all examples.
2013-05-29 03:53:47 -07:00
Johannes Schönberger 89f0c0c1b5 Add __all__ to data package 2013-04-28 23:18:51 +02:00
Johannes Schönberger 9b069335eb Fix image filename extension from .jpg to .png 2013-04-28 11:10:09 +02:00
Tony S Yu 425d33b722 Merge pull request #528 from chintak/doc_morphology
Documentation for basic Morphology functions
2013-04-26 21:13:14 -07:00
Chintak Sheth 494c1a14a3 Minor changes 2013-04-24 23:07:34 +05:30
Chintak Sheth 45aeeac459 Added horse.png to skimage/data and added a horse() in the _init_.py in data subpackage 2013-04-23 21:14:02 +05:30
Stefan van der Walt 83f51efbc8 ENH: Add chelsea to dataset. 2013-04-22 15:19:48 +02:00
Xavier Moles Lopez e4629ed856 FIX: modified color.data.ihc docstring. 2013-03-04 11:45:58 +01:00
spotter 997870ce23 FIX: the rgb2hed function. Legal issues regarding the ihc image. ENH: added the hed2rgb function. 2013-02-28 16:15:15 +01:00
spotter 306c886ad6 ENH: Added an Immunohistochemical image example 2013-02-26 17:26:12 +01:00
Stefan van der Walt 6c5b40302d ENH: Add motion blurred clock image. 2012-10-24 14:21:47 -07:00
Johannes Schönberger 7acb9f9efb Fix short description in doc string 2012-08-26 00:27:55 +02:00
Andreas Mueller 46e959a9d9 COSMIT some manual pep8, removed unused imports, removed unused variables and fixed a bug in a ValueError statement. 2012-06-29 11:27:23 +02:00
Andreas Mueller f7b3d8062c COSMIT pep8 2012-06-29 11:27:23 +02:00
Tony S Yu 942dd52316 Add "page.png" and use for threshold example. 2012-05-03 12:11:33 -04:00