Commit Graph
3323 Commits
Author SHA1 Message Date
Stefan van der Walt 321d9f372c Add some PEP8 2014-04-28 01:10:15 +02:00
Stefan van der Walt 58ef146834 Copy list of modules since it may change during iteration 2014-04-27 04:05:52 +02:00
Stefan van der Walt 86beb21e5a Move all_warnings to skimage._shared.utils 2014-04-27 03:23:22 +02:00
Stefan van der Walt 8fdd5a270d In all_warnings context manager, return warnings for examination 2014-04-27 02:16:41 +02:00
Stefan van der Walt 337f3d175f Update shape tests to use all_warnings 2014-04-27 02:10:29 +02:00
Stefan van der Walt 132aa8bbd3 Add all_warnings context manager
The context manager searches for __warningregistry__ entries that
Python leaves all over the place, clearing them, thereby ensuring
that warnings will always be raised.  This is necessary for the test
suite to detect warnings even if they were raised before under
the "once" filter.
2014-04-27 02:08:33 +02:00
Stefan van der Walt 717f5feb51 Fix typo in docstring 2014-04-08 11:15:24 +02:00
Stefan van der Walt c18d4bbe59 Update view_as_windows docstring 2014-04-07 18:18:09 +02:00
Stefan van der Walt 12af2ef7ed Take a softer approach and raise a warning when a non-contiguous input is provided 2014-04-07 18:15:49 +02:00
Stefan van der Walt 5733a02853 Do not allow view_as_* to return copies (closes #866) 2014-04-07 14:41:56 +02:00
Stefan van der Walt 2c5d19f368 Merge pull request #955 from neerajgangwar/add-test-greycomatrix
Add test cases for greycomatrix
2014-04-07 14:02:18 +02:00
Stefan van der Walt 5e07dba25e Merge pull request #967 from pberkes/fix/lbp-variance
Fix LBP variance calculation (closes #966)
2014-04-07 14:00:38 +02:00
François Boulogne ba11683d45 update info about PIL 2014-04-03 19:56:02 -04:00
Pietro Berkes 109efc5d0a No need to take the center of the results twice. 2014-04-01 21:28:12 +01:00
Pietro Berkes 1fbed8a8d0 Fix random seed for test stability. 2014-04-01 21:10:04 +01:00
Pietro Berkes 1a909cbc79 Fix LBP variance calculation. 2014-04-01 21:06:15 +01:00
Stefan van der Walt a21dca6a77 Merge pull request #961 from ahojnnes/video
Temporarily remove video plugin
2014-04-01 01:40:35 +02:00
Johannes Schönberger 1decf8a908 Merge pull request #956 from vighneshbirodkar/issue945
Equality of regionprops
2014-03-30 08:48:34 -04:00
Vighnesh Birodkar e6ea9efa1c formatting, used assert_equals in test 2014-03-30 17:46:45 +05:30
Johannes Schönberger 9e3070ac57 Homogenize subpackage description 2014-03-29 01:23:10 -04:00
Johannes Schönberger 65dbff751d Update subpackage descriptions 2014-03-28 18:22:50 -04:00
Vighnesh Birodkar 764c59693c removed array cast, added not equals test 2014-03-28 00:12:18 +05:30
Johannes Schönberger 726ba6d101 Temporarily remove video plugin
The video plugin is broken in its current state. It might come back at a later
time, when the Python bindings to gstreamer are up-to-date again.
2014-03-27 09:06:58 -04:00
Johannes Schönberger 06498c3c59 Warn about matplotlib backend in skimage.viewer 2014-03-26 19:06:06 -04:00
Michael Hansen f84cce3238 Convert incoming novice images to ubyte 2014-03-26 08:48:10 -04:00
Vighnesh Birodkar 3f5b3892ed reverted irrelevant changes 2014-03-26 03:59:56 +05:30
Vighnesh Birodkar 1fc24294ff reverted irrelevant changes 2014-03-26 03:58:32 +05:30
Vighnesh Birodkar b0dbfffb45 reverted irrelevant changes 2014-03-26 03:56:40 +05:30
Vighnesh Birodkar dd8a14bf69 reverted irrelevant changes: 2014-03-26 03:55:22 +05:30
Vighnesh Birodkar ab06d0177b pep8 2014-03-26 03:51:59 +05:30
Vighnesh Birodkar ace11b852e added nan case 2014-03-26 03:50:24 +05:30
Vighnesh Birodkar 77b91e633b added tests, accounted for nan case 2014-03-26 03:50:04 +05:30
Vighnesh Birodkar a748df0b55 removed blankline 2014-03-26 02:59:59 +05:30
Vighnesh Birodkar 12ba5905a7 overrided __eq__ method of region props 2014-03-26 02:56:49 +05:30
Neeraj Gangwar afb1510b92 added testcases for greycomatrix
for angles pi/4 and 3*pi/4
2014-03-25 11:25:15 +05:30
Michael Hansen f792b11a15 Merge branch 'master' of https://github.com/scikit-image/scikit-image 2014-03-23 18:04:48 -04:00
Stefan van der Walt b54b41bcb2 Use nearest neighbor interpolation and a gray-level color map for plotting feature matches 2014-03-20 18:08:56 +02:00
Michael Hansen aa8cc0af40 Merged with ahojnnes novice 2014-03-19 20:58:44 -04:00
Michael Hansen 42417def67 Merge branch 'master' of https://github.com/scikit-image/scikit-image 2014-03-19 20:46:33 -04:00
Johannes Schönberger f871c4024f Extract changes by @synesthesiam in PR #797 2014-03-19 17:47:49 -04:00
Stefan van der Walt 5db5b1899c Merge pull request #935 from neerajgangwar/fix-greycomatrix
Correctly calculate offsets in grey-level co-occurrence matrices
2014-03-18 18:18:55 +02:00
Michael Hansen c244951e90 Merge branch 'master' of https://github.com/scikit-image/scikit-image 2014-03-17 08:52:17 -04:00
Michael Hansen 8321c84e63 Merged with master 2014-03-17 08:40:58 -04:00
Neeraj Gangwar 7a164d274d minor changes in syntax in _glcm_loop method.
Using round in place of floor in _texture.pyx to calculate the pixel offset.
2014-03-17 09:53:09 +05:30
Stefan van der Walt 85bbd0c3be Merge pull request #938 from sciunto/draw
Ellipse should not return coordinates outside of the image (closes #832)
2014-03-16 22:45:12 +02:00
François Boulogne b3f0c1eb96 FIX bug #832 + testcase 2014-03-16 15:46:39 -04:00
François Boulogne 11725c9396 PEP8 2014-03-16 15:16:35 -04:00
François Boulogne 452fcdaba8 DOC: typo 2014-03-16 15:15:42 -04:00
François Boulogne 6093c55aa2 MIN: typo 2014-03-15 10:29:45 -04:00
François Boulogne 67b1335c15 remove '' around ValueError 2014-03-15 08:50:53 -04:00