Commit Graph
5116 Commits
Author SHA1 Message Date
Egor Panfilov dfafc5045e Add colorspaces: YUV, YIQ, YPbPr, YCbCr (#2060)
Add YUV, YIQ, YPbPr, YCbCr colorspaces
2016-05-08 20:03:49 +03: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
Alex Izvorski 88bd0c4864 Wrap long lines 2016-05-01 14:37:17 -07:00
Johannes SchönbergerandEgor Panfilov 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
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 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 8dc4d3509e Add colorspaces: YUV, YIQ, YPbPr, YCbCr 2016-04-30 00:58:34 -07:00
Vighnesh BirodkarandEgor Panfilov 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
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
Steven Silvester 20613eb785 Fix local test function 2016-04-04 08:25:47 -05:00
Egor Panfilov 0e6ccabd93 Removed Python 2.6 support and related checks 2016-04-02 00:03:48 +03:00
Egor Panfilov ea6131df9f Forced convertion to float 2016-04-01 23:28:29 +03:00
Stefan van der Walt 7952878754 Fix URL to texturematch paper 2016-03-31 16:26:31 -07:00
Shaun Singh c7dd6e25ed Improve documentation of bounding box 2016-03-30 17:00:27 -07:00
Egor Panfilov 2b1a88dfb5 Removed deprecated filters.canny links 2016-03-24 21:40:19 +03:00
Egor Panfilov 3c803f95ef Removed deprecated filter module 2016-03-23 22:44:29 +03:00
Johannes Schönberger d19817cacd Use typed memoryviews for quickshift and other Cython improvements 2016-03-22 22:09:31 +01:00
Egor Panfilov 567b0fc54f Created Python wrapper, renamed files, fixed error message 2016-03-22 22:53:15 +03:00
Josh Warner 030836114c Merge pull request #2016 from blink1073/upgrade-tifffile
MAINT: Upgrade tifffile
2016-03-19 10:26:51 -07:00
Johannes Schönberger 1e9aac2842 Merge pull request #2017 from soupault/fix_doc_quickshift
skimage.segmentation.quickshift signature is missing from API docs
2016-03-19 15:13:16 +01:00
Egor Panfilov 85b7f6ba48 Fixed quickshift signature, added cdef on kernel_size 2016-03-19 15:23:09 +03:00
Steven Silvester 35a9a5da06 Merge pull request #1934 from SalvatoreScaramuzzino/Doc-PaintTool
added doc to PaintTool
2016-03-19 06:48:46 -05:00
Steven Silvester 7bb7643908 Skip more tests 2016-03-19 04:47:11 -05:00
Steven Silvester 2e6fcd4dd8 Upgrade tifffile 2016-03-18 23:15:40 -05:00
Stefan van der Walt caeb67a843 Correct regexp for catching mpl warnings 2016-03-18 14:32:21 -07:00
Stefan van der Walt 2df22d2fc5 Turn dask into an optional dependency
Dask is not yet packaged on all platforms, so make it optional for now.
2016-03-16 16:50:57 -07:00
Steven Silvester cc5d574d34 Upgrade the vendored tifffile 2016-03-16 05:46:20 -05:00
Gregory R. Lee 068663b7fe explicitly suggest using multichannel in compute_ssim error message 2016-03-11 10:11:46 -05:00
Gregory R. Lee 5ac3255065 FIX: remove use of deprecated call to structural_similarity from within compute_ssim 2016-03-09 15:00:05 -05:00
Rodrigo Benenson 23cfaec724 Follow-up of PR #1989
exposing grey2rgb at the module level.
2016-03-08 17:01:00 +01:00
Rodrigo Benenson 362b68c055 rgb2grey -> grey2rgb
Simply added `grey2rgb = gray2rgb` to match the existing rgb2grey.
2016-03-08 15:56:26 +01:00
Stefan van der Walt b0e12ea530 Merge pull request #1980 from pradyumnanpk/match_template-enhancement
Pre-calculate tempate mean
2016-03-08 02:24:09 -08:00
Egor Panfilov caa2d220b6 Changed docsting sections order 2016-03-08 01:35:48 +03:00
Egor Panfilov dfffc55c36 Added inpaint to module init 2016-03-07 23:36:26 +03:00
Josh Warner 6ecee1d56f Merge pull request #1985 from stefanv/remove_lena
Remove lena image from test suite
2016-03-07 07:33:23 -06:00
Emmanuelle Gouillart cc4dbc0314 Merge pull request #1986 from stefanv/cython_version_check
Warn if user tries to build with older Cython version
2016-03-07 13:14:25 +01:00
Stefan van der Walt e1c2ea29dd Warn if user tries to build with older Cython version 2016-03-07 01:38:22 -08:00
Stefan van der Walt 18da19e7b9 Remove left-over mentions in test docstrings of lena 2016-03-07 00:39:39 -08:00
Stefan van der Walt 78c0abeb17 Fix 2.6 compatibility 2016-03-07 00:37:26 -08: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