Commit Graph
6961 Commits
Author SHA1 Message Date
Gregory R. Lee d781fc5774 docstring fixes 2015-05-15 14:09:03 -04:00
Gregory R. Lee 9cb4b4bae6 revise argument handling code for multichannel case 2015-05-15 13:47:20 -04:00
Gregory R. Lee 86e07447d1 replace _discard_edges with skimage.util.arraypad.crop 2015-05-15 13:47:16 -04:00
Gregory R. Lee 3bf6cc106e add additional tests 2015-05-15 13:47:13 -04:00
Gregory R. Lee 6294dcbf12 allow remaining hardcoded constants (sigma, K1, K2) to be modified via kwargs 2015-05-15 13:45:40 -04:00
Gregory R. Lee 6ba1596174 sample vs. population covariance difference addressed to more accurately match reference implementations 2015-05-15 13:45:38 -04:00
Gregory R. Lee 3b27107bfb structural_similarity: add image_content_weighting option 2015-05-15 13:42:29 -04:00
Gregory R. Lee b193e7990e structural_similarity: add option to return full ssim image in addition to the mean 2015-05-15 13:42:27 -04:00
Gregory R. Lee 44f1fd37f2 add multichannel support to structural_similarity 2015-05-15 13:42:14 -04: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
Stefan van der Walt 92b40816ed Merge pull request #1504 from ahojnnes/denoise_bilateral_fix
Fix out-of-bounds access in color LUT for NaN values
2015-05-10 16:00:11 -07:00
Johannes Schönberger 0c69cdc5e7 Fix out-of-bounds access in color LUT for NaN values 2015-05-10 13:47:42 -04:00
Steven Silvester 556cb3452c Merge pull request #1498 from cgohlke/patch-2
Fix skimage.io.imread returns incorrect dimensions
2015-05-09 09:02:41 -05:00
Stefan van der Walt ef8f8c70d6 Merge pull request #1494 from arve0/reset_button_crop_plugin
Add reset button to crop plugin
2015-05-08 01:35:00 -07:00
Christoph Gohlke 549def734e Fix failing test 2015-05-07 17:35:48 -07:00
Christoph Gohlke 3d3351b9fa Fix failing test 2015-05-07 17:34:05 -07:00
Christoph Gohlke 47cfcb4b8b TST skimage.io.imread returns incorrect dimensions 2015-05-07 15:07:59 -07:00
Christoph Gohlke 3c8bf02fa5 Fix skimage.io.imread returns incorrect dimensions
Fixes #1496
2015-05-07 15:03:25 -07:00
arve0 d7a80f55f3 add reset button to crop plugin 2015-05-07 10:14:38 +02:00
Josh Warner c8a3df5521 Merge pull request #1455 from stefanv/doc/release_notes_and_installation
DOC: Remove coverage table. Add document with release notes and download instructions.
2015-05-07 01:17:00 -05:00
Stefan van der Walt cff1530b8c Correctly refer to combined installation and release notes 2015-05-06 16:53:17 -07:00
Stefan van der Walt 7741317cbb Merge pull request #1475 from gustavla/slic-fix
Fix crashing bug in slic
2015-05-06 00:22:48 -07:00
Steven Silvester add8419f13 Merge pull request #1492 from arve0/viewer_button
viewer: add button widget
2015-05-04 19:58:08 -05:00
arve0 690a839de8 add button class 2015-05-04 12:12:18 +02:00
Steven Silvester edde93048f Merge pull request #1487 from hawkerpl/pillow-imread-error-message-fix
fix more informative error while reading image
2015-05-02 10:13:46 -05:00
hawkerpl 9adcd89883 fix more informative error while reading image 2015-05-02 16:09:41 +02:00
Steven Silvester 944bc8546c Merge pull request #1486 from emmanuelle/remove_image_class
Removed obsolete Image class from io submodule.
2015-05-02 08:44:12 -05:00
emmanuelle b66fa13dfe Removed obsolete Image class from io submodule. 2015-05-01 20:51:12 +02:00
Gustav Larsson 9de5a4557c Added test for buffer overflow in slic.
As with all buffer overflows, it is hard to make a test that
consistently triggers tests the behavior. This test does not work for me
through the test_slic.py file, but it works in isolation.
2015-04-20 14:35:57 -05:00
Gustav Larsson 841da2b3f8 Fixed crashing bug in slic.
The enforce connectivity step of slic runs a BFS and puts the
results in coord_list. This coord_list has room for max_size elements,
which is easily overrun if there is a large connected element. This
change limits the BFS to max_size, so that if a connected area is bigger
than max_size, it will be split up instead of the program crashing.
2015-04-20 09:39:38 -05:00
Steven Silvester 1396f74cb8 Merge pull request #1469 from stefanv/doc/gh_pages_version
gh-pages: Read skimage version from __init__.py
2015-04-13 22:47:21 -05:00
Stefan van der Walt 2662bd53cc gh-pages: Read skimage version from __init__.py 2015-04-12 23:53:56 -07:00
Steven Silvester 128814026a Merge pull request #1467 from stefanv/doc/novice_examples
Add spacing in novice model to make docs render correctly
2015-04-12 11:37:37 -05:00
Josh Warner 208736a985 Merge pull request #1468 from stefanv/docs/api_cython_funcs
DOCFIX: Pick up Cython functions when building docs API
2015-04-12 09:51:23 -05:00
Stefan van der Walt 633bb7fa52 Pick up Cython functions when building docs API 2015-04-11 23:59:57 -07:00
Stefan van der Walt 80ef48ccfa Add spacing in novice model to make docs render correctly 2015-04-11 22:18:34 -07:00
Steven Silvester 8d038b787e Merge pull request #1464 from jni/fix-doc
Add missing comment '#' markers for doctest skip
2015-04-05 08:57:56 -05:00
Juan Nunez-Iglesias e5991c8aa3 Add missing comment '#' markers for doctest skip
Dunno how these got through but when we start running these it's gonna
fail dramatically!
2015-04-05 16:52:58 +10:00
Steven Silvester 7fbf2ab3f9 Merge pull request #1460 from jni/fix-pil-imsave
Allow keyword arguments to imsave for PIL plugin
2015-04-02 19:42:04 -05:00
Stefan van der Walt bf711d5707 Merge pull request #1461 from matthew-brett/fix-wheel-upload
MAINT: point wheel upload script to terryfy
2015-04-01 12:36:18 -07:00
Matthew Brett 71424c3079 MAINT: point wheel upload script to terryfy
Terryfy repo has wheel uploader script that does the actual wheel upload
/ download step.  Use that instead to simplify local wheel upload
script.
2015-04-01 12:19:19 -07:00
Stefan van der Walt 1a1ebff4ca Merge pull request #1408 from stefanv/tagging
Update tagging instructions for release
2015-04-01 01:14:56 -07:00
Stefan van der Walt f7d47b9881 Merge pull request #1453 from blink1073/only-index-tiff-gif
Only index tif and gif files in collection
2015-03-31 20:17:48 -07:00
Steven Silvester 62e82ccf49 Do not read in the whole array 2015-03-31 20:54:57 -05:00
Juan Nunez-Iglesias af1f567108 Add temporary_file context manager
This provides writeable filenames that are cleaned up when the context
is exited.
2015-03-31 19:31:45 +11:00
Steven Silvester ad8c94fcaf Fix handling of non-gif and tiff files 2015-03-30 21:41:44 -05:00
Juan Nunez-Iglesias b6f2125e71 Allow keyword arguments to imsave for PIL plugin
Certain formats allow additional arguments, such as `compress=` for
TIFF or `quality=` for JPEG. Without this patch, the plugin simply
does not allow these arguments to be passed.
2015-03-31 00:24:23 +11:00
Steven Silvester e531e57124 Only index tif and gif files in collection 2015-03-29 21:54:35 -05:00
Josh Warner 3e9506c6b3 Merge pull request #1457 from blink1073/fix-pkg-resources
FIX: Fix setup to allow installing from PyPI
2015-03-29 21:54:11 -05:00
Steven Silvester eed18b803f Another random warning guard 2015-03-29 15:36:25 -05:00