Commit Graph

87 Commits

Author SHA1 Message Date
Steven Silvester 09c8a84a54 Merge pull request #1518 from stefanv/relative_imports
Consistently use relative imports
2015-07-12 14:41:06 -05:00
Jonathan Helmus c63adf5254 TST: Remove no_time_for_that.gif from data 2015-07-11 15:46:34 -05:00
Stefan van der Walt 83d5ff9001 Consistently use relative imports 2015-07-11 15:41:37 -05:00
Jonathan Helmus a47a700fe7 TST: Faster test_multi_image unit tests.
Unit tests in test_multi_image speed up by using a smaller gif file.

New file no_time_for_that_tiny.gif file created using:
gifsicle --resize 14x25 no_time_for_that.gif > no_time_for_that_tiny.gif
2015-07-11 12:35:03 -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
Stefan van der Walt 07f95e400f Merge pull request #1511 from grlee77/ssim_ndim
ENH: structural_similarity: n-dimensional and multichannel support
2015-05-19 19:04:23 -07:00
Gregory R. Lee 49a1060719 update structural similarity to nD implementation with gaussian weighting to match other reference implementations 2015-05-15 13:42:06 -04:00
Juan Nunez-Iglesias a74ba0ec54 Merge pull request #1502 from blink1073/test-mulitpage-rgb-tiff
Add Test for Multipage RGB TIFF
2015-05-13 13:46:06 +10:00
emmanuelle 1ef90468e0 Modified (again) test accuracy. 2015-05-11 22:58:16 +02:00
emmanuelle e751d245f3 Modified test with a less stringent condition on numerical value for the
mean value of blobs image.
2015-05-10 23:29:54 +02:00
Steven Silvester 883baa0328 Add a multi-page rbg tiff file 2015-05-09 09:10:34 -05:00
emmanuelle 073c9735dc Fixed example in doctest. 2015-05-09 14:51:41 +02:00
emmanuelle 1c3af75dd3 Addressed a few minor issues raised by Juan and Stefan. 2015-05-09 10:23:49 +02:00
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 f898bd0209 Style fixes 2014-12-26 11:26:30 -06:00
Steven Silvester c0a0490eed Fix handling of multiple warnings and update tests
Fix handling of multiple warnings

Update all test __init__ files

Update segmentation pkg

Update the color pkg

Update the exposure pkg

Update the filters pkg

Update the io pkg

Update the measure pkg

Update morphology package

Restructure test setup function

Add expected_warnings to __all__

Update restoration pkg.

Remove explicit filter check since it is done elsewhere

Fix the image test helpers

Update the transform pkg

Fix util pkg

Update viewer pkg
2014-12-23 16:51:06 -06:00
Steven Silvester 4680f30466 Add a test setup helper function
Add a function to set up a skimage test

Switch to new test helper function

Import local packages that raise warnings in test setup function

More fixes to doctests

Fix regionprops doc test

Try and fix the test_rank failure.

Remove no longer needed RectangleSelector shim

Skip more doctests in _regionprops

Try importing another scipy subpackage
2014-12-23 16:49:20 -06:00
Steven Silvester f72882fbd2 Import scipy before turning on warnings 2014-12-23 16:49:19 -06: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
Steven Silvester 874d68ba3f # This is a combination of 7 commits.
# The first commit's message is:
Add a known_warning decorator and suppress warnings in color pkg

# This is the 2nd commit message:

Use the existing all_warnings context manager

# This is the 3rd commit message:

Raise warnings in data

# This is the 4th commit message:

Raise warnings in draw

# This is the 5th commit message:

Raise warnings in exposure

# This is the 6th commit message:

Suppress warnings in exposure tests

# This is the 7th commit message:

Add comments about warning suppressions
2014-12-23 16:46:24 -06:00
Johannes Schönberger 3a1079a180 Misc PEP8 fixes 2014-12-14 02:56:14 +01:00
Johannes Schönberger cf499bf844 Add tests for all rank filters and reformat code 2014-12-13 11:25:59 +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
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
Kevin Murray d69cdb951b [freeimage tests] Add a test w/ truncated image
This tests tests the fix in the previous commit b9a7445, covering the
issue noted in issue #1037.
2014-06-30 14:45:51 +10: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
Johannes Schönberger ea1ae457f1 Improve BRIEF and various tweaks 2013-11-29 21:46:04 +01:00
Tony S Yu 0b2103b72c Remove extra newline 2013-10-21 23:02:51 -05:00
Tony S Yu 68c188050b Remove old image reference 2013-10-21 23:02:50 -05:00
Tony S Yu d177aa6c16 Replace use of elephant pic with Chelsea the cat 2013-10-21 23:02:49 -05:00
Michael Hansen 2e98d8c21c Added novice submodule after rebase 2013-10-21 23:02:45 -05:00
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