Commit Graph

8051 Commits

Author SHA1 Message Date
Juan Nunez-Iglesias 57533c8cc7 Merge pull request #1272 from blink1073/fix-tifffile-warning
Do not use importlib in `tifffile_local` to avoid warnings
2014-12-13 23:44:52 +11:00
Johannes Schönberger 8753979fd2 Fix quadratic interpolation 2014-12-13 13:32:16 +01:00
Johannes Schönberger 84871a6d6f Fix bug in get_pixel3d 2014-12-13 13:32:16 +01:00
Johannes Schönberger 5e3d805cf0 Fix broken test case, which used black image 2014-12-13 13:32:16 +01:00
emmanuelle 5cb2c630a4 Modified the order of API docs page so that table of contents is always
at the top (following #880)
2014-12-13 13:31:36 +01:00
Johannes Schönberger fd16d9a3fc Fix reference syntax 2014-12-13 13:31:06 +01:00
Johannes Schönberger 6321b4211c Make code PEP8 compliant 2014-12-13 13:31:06 +01:00
Johannes Schönberger 97fb67314d Add reference to bicubic interpolation 2014-12-13 13:31:06 +01:00
Johannes Schönberger c63c5e3239 Fix bug in bicubic interpolation and extend test cases to higher orders 2014-12-13 13:31:06 +01:00
Steven Silvester 94dab0d30e Fix boolean logic for SimpleITK install and add warning 2014-12-13 06:22:39 -06:00
Steven Silvester b10548509d Do not try and install SimpleITK on Py3.2 or 3.4 2014-12-13 06:19:04 -06:00
Steven Silvester 0da21290dd Merge pull request #1274 from blink1073/use-wheelhouse-simpleitk
Install simpleitk from wheelhouse if available
2014-12-13 05:51:32 -06:00
Steven Silvester 3c4573b852 Install simpleitk from wheelhouse if available 2014-12-13 05:41:44 -06:00
Emmanuelle Gouillart 82ee0b1b7f Merge pull request #1244 from ahojnnes/rank-fix
Fix rank filter kernels
2014-12-13 12:12:39 +01:00
emmanuelle d7023f1707 Enhancements to the text 2014-12-13 11:59:01 +01:00
Steven Silvester 57c32722be Set the pip timeout globally for Travis
Conflicts:
	.travis.yml
2014-12-13 04:39:30 -06:00
Steven Silvester be7d0be713 Increase timeout to install requirements 2014-12-13 04:39:06 -06:00
Johannes Schönberger cf499bf844 Add tests for all rank filters and reformat code 2014-12-13 11:25:59 +01:00
Steven Silvester 1b38c17280 Beef up docstring 2014-12-12 21:18:48 -06:00
Juan Nunez-Iglesias fc667d98d4 Merge pull request #1269 from blink1073/test-all-modules
Test all modules (including those starting with underscores), and always doctest on Travis
2014-12-13 13:04:52 +11:00
Steven Silvester 8f89852e05 Improved docstring 2014-12-12 19:44:40 -06:00
Steven Silvester 3756e7adbe Do not use importlib in tifffile_local to avoid warnings 2014-12-12 15:59:44 -06:00
Steven Silvester 2f0d815253 Update test args for command line 2014-12-12 13:58:28 -06:00
Steven Silvester 4df8ea45b7 Use the test arguments from skimge.test_verbose 2014-12-12 11:14:25 -06:00
Steven Silvester 9c765086a2 Test all modules (including underscores), and always doctest 2014-12-12 10:32:47 -06:00
Stefan van der Walt 9ccd373bd8 Merge pull request #1263 from blink1073/fix-load-imgnum
Fix handling of img_num in PIL Plugin
2014-12-12 18:26:51 +02:00
Steven Silvester 2966e262a3 Fix handling of singleton frames in pil_to_ndarray 2014-12-12 09:39:08 -06:00
Steven Silvester a4a628b529 Fix file indexing in ImageCollection 2014-12-12 09:38:48 -06:00
Steven Silvester ed8524961c Reinstate run_module_suite in test_pil 2014-12-12 08:53:27 -06:00
Steven Silvester 296e492658 Fix handling of multi-image gifs and add test 2014-12-12 07:46:16 -06:00
Steven Silvester f7e984662a Fix handling of imgnum 2014-12-12 07:46:15 -06:00
Stefan van der Walt 81d3065ec2 Merge pull request #1267 from blink1073/fix-travis-retry
Travis-CI: launch the virtual framebuffer from the top level yaml
2014-12-11 17:30:22 +02:00
Stefan van der Walt 8042c7701c Merge pull request #1268 from pratapvardhan/morph-selem
Remove unused import and add module docstring
2014-12-11 17:24:46 +02:00
Pratap Vardhan 8f7d9d69fe CLN: Remove unused import and add module docstring 2014-12-11 20:17:29 +05:30
Steven Silvester 80edc0ef66 Move the virtual framebuffer to top level yaml 2014-12-10 20:19:47 -06:00
Steven Silvester 51f5bd5f08 Merge pull request #1262 from stefanv/gitter_travis
Webhook to report Travis-CI status on Gitter
2014-12-08 15:13:06 -06:00
Juan Nunez-Iglesias 8dcfbf4d54 Merge pull request #1261 from emmanuelle/doctest
Modified a few docstrings that made doctesting fail
2014-12-08 11:03:30 +11:00
Stefan van der Walt 076d95b7e4 Webhook to report Travis-CI status on Gitter 2014-12-07 21:33:49 +02:00
emmanuelle 873a2bab4f Modified a few docstrings that made doctesting fail 2014-12-07 16:58:36 +01:00
emmanuelle 4004f048ef Faster version of non-local means denoising for 2D greyscale images 2014-12-07 12:02:05 +01:00
Johannes Schönberger bbd9828234 Wrap code at 80 2014-12-06 10:19:23 -05:00
emmanuelle e26f9028eb Modified import to be compatible with Python 3 2014-12-06 13:58:09 +01:00
emmanuelle ecae7843e9 Removed test file that has been moved to restoration submodule 2014-12-06 13:46:13 +01:00
emmanuelle cc6882b584 Modified bento file with non-local means extension 2014-12-06 13:19:27 +01:00
emmanuelle 2e91b0db95 Moved non-local means denoising to restoration submodule 2014-12-06 13:16:40 +01:00
Emmanuelle Gouillart 5f89395fcd Modified indentation in places (PEP8) 2014-12-06 12:00:47 +01:00
Emmanuelle Gouillart a5ed4acf86 Some improvements of non-local means denoising:
- denoising RGB is now possible, and "colored patches" are then compared

- the main function is now in a pure Python file so that default values
  of kw arguments are visible in the help

- reduced the number of computations of patches bound (but this doesn't
  change much the total speed).

- added an example for the gallery

I also played with functions that could replace the exponential by a
faster and less precise function, but it turns out that most of the time
is spent in additions and multiplications when computing the distance
between two patches.
2014-12-06 12:00:47 +01:00
Emmanuelle Gouillart a508ec54ca 2-D and 3-D implementation of NL-means denoising 2014-12-06 11:58:27 +01:00
emmanuelle c0bedcf3ef Minor corrections 2014-12-06 11:00:59 +01:00
Johannes Schönberger 37560287a9 Fix rank filter kernels 2014-12-05 21:56:01 -05:00