Commit Graph

8195 Commits

Author SHA1 Message Date
Jeremy Metz 40e161fbb3 Py2 compatibility - changed list.copy 2016-05-14 17:33:54 +01:00
Jeremy Metz 9305ec138c Updated doctring to Nd 2016-05-14 16:33:27 +01:00
Jeremy Metz 168410f424 Added additional 3d analogs of clear_border tests 2016-05-14 14:52:07 +01:00
Jeremy Metz 6361f3745e Added test_clear_border_3d 2016-05-14 14:43:46 +01:00
Jeremy Metz 7444b7a80e Updated clear_border to allow Nd matrix input 2016-05-14 14:04:27 +01:00
Johannes Schönberger 2ac3040e81 Merge pull request #2083 from jmetz/regionprops_centroid3d
Updated centroid to use coords - works in 3d
2016-05-14 08:25:58 +02:00
Jeremy Metz 40f73aeaac Added simple 3d centroid test 2016-05-14 01:20:17 +01:00
Jeremy Metz 1c0095f8e5 Updated centroid to use coords - words in 3d 2016-05-13 13:46:52 +01:00
Stefan van der Walt 545b7d9d66 Merge pull request #2046 from jwittenbach/io-handling
Handle IO objects with tifffile
2016-05-12 13:30:46 -07:00
Josh Warner a52976180c Merge pull request #2072 from kevin-keraudren/ransac_random_state
ENH: Pass np.random.RandomState to RANSAC
2016-05-10 16:57:40 -05:00
Emmanuelle Gouillart a16409dee5 Merge pull request #2073 from kevin-keraudren/contributing_github_ssh_key
adding details about github SSH keys in contributing page
2016-05-10 23:35:03 +02:00
Kevin Keraudren 45b450d8bf reformat docstring 2016-05-10 19:44:50 +01:00
Kevin Keraudren 6f4cbebd6d remove default value in docstring 2016-05-10 19:31:51 +01:00
Egor Panfilov dfafc5045e Add colorspaces: YUV, YIQ, YPbPr, YCbCr (#2060)
Add YUV, YIQ, YPbPr, YCbCr colorspaces
2016-05-08 20:03:49 +03:00
Kevin Keraudren 307a4e9936 updating tests 2016-05-08 08:30:47 +01:00
Kevin Keraudren 9fa6548f7d added mention of sklearn.utils.validation.check_random_state as a comment 2016-05-08 08:22:00 +01:00
Kevin Keraudren 4ff20b83aa moving check_random_state() to skimage._shared.util 2016-05-08 08:13:01 +01:00
Kevin Keraudren 33ef46b9fd I messed up the original git remote add command line 2016-05-06 10:56:07 +01:00
Kevin Keraudren f89b3f0f68 adding details about github SSH keys in contributing page 2016-05-06 10:05:47 +01:00
Kevin Keraudren 9659d26294 allowing to pass a np.random.RandomState to ransac 2016-05-06 09:17:53 +01:00
Josh Warner d73e408a82 Merge pull request #2070 from soupault/fix_2069
FIX: Fix import of 'warn' in qt_plugin
2016-05-05 15:30:37 -05:00
Egor Panfilov dd8e5f08a4 Fixed import in qt_plugin 2016-05-05 12:15:05 +03:00
Johannes Schönberger e0e8718884 Merge pull request #2064 from aizvorski/colorspace-speedup
Speed up colorconv._convert
2016-05-05 10:02:16 +02:00
jwittenbach ffd35b7c5b adds tests for new bytestream handling 2016-05-04 16:20:13 -04:00
jwittenbach ad89b14d4f updates tifffile with upstream changes 2016-05-04 16:11:07 -04:00
Alex Izvorski 88bd0c4864 Wrap long lines 2016-05-01 14:37:17 -07:00
Johannes Schönberger eff310539b Improve doc string formatting of denoise_bilateral (#2062)
* Improve doc string formatting of denoise_bilateral
2016-05-02 00:02:01 +03:00
Alex Izvorski c9e8356cf6 Speed up _convert 2016-05-01 13:53:30 -07:00
Josh Warner a2d4b3cb62 Merge pull request #2061 from aizvorski/fix-bilateral-filter-tests
TST: Speed up bilateral filter tests
2016-05-01 10:23:15 -05:00
Alex Izvorski 24fab05c3f Speed up bilateral filter tests by making them work on a 50x50 image instead of 200x200, and use smaller sigma_spatial 2016-05-01 01:07:55 -07:00
Alex Izvorski 8abe357972 Fix one more transpose 2016-04-30 23:50:18 -07:00
Alex Izvorski d0bf9d614f Add to authors in file 2016-04-30 23:35:15 -07:00
Alex Izvorski 1c6cc3c478 More specific description 2016-04-30 23:31:22 -07:00
Alex Izvorski 1da3d4d23a Add one more set of unit tests for rgb 0,1,0 2016-04-30 23:30:58 -07:00
Alex Izvorski 0bc241dbb8 Fix tests, more tests 2016-04-30 03:19:46 -07:00
Alex Izvorski aad78f7ad3 Fix conversion matrixes shouldn't be transposed 2016-04-30 03:19:28 -07:00
Alex Izvorski 53bbfe64ad Add imports 2016-04-30 03:18:47 -07:00
Alex Izvorski dc552f03aa Change notes in the docs 2016-04-30 02:51:17 -07:00
Alex Izvorski 1c0d0efdd1 YUV colorspace unit tests 2016-04-30 02:44:20 -07:00
Alex Izvorski 1a6cff4f72 Minor changes to docs and formatting 2016-04-30 02:44:02 -07:00
Alex Izvorski 84c9254180 Add to contributors 2016-04-30 02:43:44 -07:00
Alex Izvorski 8dc4d3509e Add colorspaces: YUV, YIQ, YPbPr, YCbCr 2016-04-30 00:58:34 -07:00
Vighnesh Birodkar a406e270b1 Improved drawing in plot_rag_draw.py example (#1872)
Improved drawing in draw_rag example; changed draw_rag to show_rag, made it return ScalarMappable to draw colorbars; added magma colormap
2016-04-24 09:28:24 +03:00
Juan Nunez-Iglesias e6fd683d74 Merge pull request #2055 from soupault/fix_readme_badge
Change coverage badge to codecov
2016-04-24 10:27:23 +10:00
Egor Panfilov 13d38f1e1a Changed badge to codecov 2016-04-23 14:27:06 +03:00
Steven Silvester 840080478f Merge pull request #2038 from stefanv/travis_osx
Test on OSX
2016-04-17 15:01:53 -05:00
Stefan van der Walt fef4b0ec2e Test on OSX 2016-04-14 02:13:19 -07:00
Steven Silvester bfb6175485 Merge pull request #2033 from soupault/remove_python_26
Removed Python 2.6 support and related checks
2016-04-05 18:44:02 -05:00
Juan Nunez-Iglesias a8542e98ff Merge pull request #2034 from blink1073/fix-local-test
Fix local test function
2016-04-05 01:35:39 +10:00
Steven Silvester 20613eb785 Fix local test function 2016-04-04 08:25:47 -05:00