Commit Graph

  • abcbe673a9 Add test for reading uint16 image Tony S Yu 2011-12-13 10:17:12 -05:00
  • 341c2e40be Fix imread regression for int16 images with PIL plugin. Tony S Yu 2011-12-13 09:58:25 -05:00
  • af01a41279 Merged some code paths cgohlke 2011-12-12 22:04:16 -08:00
  • 497b327be8 Merge pull request #101 from stefanv/pil_bilevel_png tonysyu 2011-12-12 17:00:28 -08:00
  • 77f68861c6 BUG: Correctly load bi-level images via PIL. Stefan van der Walt 2011-12-12 15:57:34 -08:00
  • f020edc5e6 Ignore auto examples. Stefan van der Walt 2011-12-12 15:58:08 -08:00
  • c0fd4a19da DOC: Update 0.4 release notes (wrong gallery url). Stefan van der Walt 2011-12-08 16:06:45 -08:00
  • 756dfd5020 Rename bins parameter to nbins. Tony S Yu 2011-12-12 13:51:27 -05:00
  • 1fb89aff0f Minor changes in wording. Tony S Yu 2011-12-11 18:07:43 -05:00
  • 0e551fd40c Merge pull request #91 from stefanv/imshow_plugin_scales tonysyu 2011-12-11 14:18:24 -08:00
  • d9186c90a1 Remove thresholding subpackage and integrate into filter subpackage. Tony S Yu 2011-12-11 17:04:46 -05:00
  • 038db9d1ab Rewrite dtype._convert function cgohlke 2011-12-11 12:01:33 -08:00
  • e7d37997d9 Fix minor typo in docstring example Tony S Yu 2011-12-10 19:33:29 -05:00
  • 6a6e273d06 Remove thresholding example from user guide in favor of docstring example. Tony S Yu 2011-12-09 10:16:23 -05:00
  • 6872e9cdf3 Add thresholding example Tony S Yu 2011-12-09 00:13:49 -05:00
  • 5a171a2bfb Remove binarize function Tony S Yu 2011-12-08 23:52:10 -05:00
  • 10c1f471a0 Change docstring threshold_otsu output Tony S Yu 2011-12-08 23:38:51 -05:00
  • 9a89fab612 Add handling for images with negative integers Tony S Yu 2011-12-08 23:34:08 -05:00
  • f3e5a30125 Rename otsu_threshold to threshold_otsu Tony S Yu 2011-12-08 23:24:48 -05:00
  • fbbe38765d Add thresholding module with Otsu's method to calculate threshold. Tony S Yu 2011-12-08 22:58:14 -05:00
  • 7cd37ae883 Merge pull request #97 from cgohlke/patch-1 Stefan van der Walt 2011-12-08 19:19:59 -08:00
  • a635c23797 Merge pull request #96 from emmanuelle/glcm Stefan van der Walt 2011-12-08 16:24:08 -08:00
  • 2f3da9cc8f BUG: greycomatrix, one of the tests was failing for symmetric case emmanuelle 2011-12-08 21:53:31 +01:00
  • c825548d23 Fix reading 16 bit big-endian images with PIL cgohlke 2011-12-08 11:29:46 -08:00
  • 4e3895b44b ENH contours of segmentation in segmentation tutorial emmanuelle 2011-12-08 11:04:34 +01:00
  • d5994c6715 Short tutorial on segmentation for the user guide + example on the same subject used to generate the figures emmanuelle 2011-12-07 20:57:29 +01:00
  • 1aec5f045b DOC: Update Cython dependency. Stefan van der Walt 2011-12-06 19:21:03 -08:00
  • 0fa504f320 Merge pull request #90 from stefanv/plugin_load_fix Stefan van der Walt 2011-12-05 20:26:55 -08:00
  • 50b33dbdd6 ENH: Tie imshow and _app_show together. Stefan van der Walt 2011-12-05 17:35:56 -08:00
  • f6458f18ef ENH: Use dtype scaling routines in qt and pil plugins. Stefan van der Walt 2011-12-05 16:43:24 -08:00
  • 468b63886b BUG: Fix selective plugin loading. Provide function to inspect current plugin configuration. Stefan van der Walt 2011-12-05 16:28:27 -08:00
  • 0b962c41c9 Merge pull request #89 from cgohlke/patch-4 Stefan van der Walt 2011-12-05 16:09:26 -08:00
  • 9b19bd9afc Workaround 16 bit image to numpy array conversion bug in PIL cgohlke 2011-12-05 15:57:09 -08:00
  • b7d88b9691 Merge pull request #85 from cgohlke/patch-2 tonysyu 2011-12-05 12:29:49 -08:00
  • 9f329286e9 Fix docstring use_plugin example cgohlke 2011-12-05 12:25:18 -08:00
  • 804af6fb7c DOC: Update installation instructions. Stefan van der Walt 2011-12-05 02:58:44 -08:00
  • 1d02bf0ff3 BUG: Wrong distribution name. Stefan van der Walt 2011-12-05 02:27:15 -08:00
  • 44bf51b9de Version 0.4.2 to fix setup.py issues. v0.4.2 Stefan van der Walt 2011-12-05 02:32:41 -08:00
  • 2bfd9d1ea7 BUG: Wrong distribution name. Stefan van der Walt 2011-12-05 02:27:15 -08:00
  • 4a25a5cf06 Release 0.4.1 with Christopher Gohlke's Python 3 fixes. v0.4.1 Stefan van der Walt 2011-12-05 02:23:58 -08:00
  • 5f5b46d86f Merge branch 'master' of github.com:scikits-image/scikits-image Stefan van der Walt 2011-12-05 01:34:28 -08:00
  • 88f535499a Merge pull request #84 from cgohlke/patch-1 Stefan van der Walt 2011-12-05 00:28:22 -08:00
  • 14c89fefa5 Fix ImportError on Python 3 cgohlke 2011-12-03 15:47:22 -08:00
  • 9133ab932c Fix ImportError on Python 3 cgohlke 2011-12-03 15:46:41 -08:00
  • cd6d97012f Fix ImportError on Python 3 cgohlke 2011-12-03 15:45:40 -08:00
  • fb9393e5ba DOC: Update release process. Stefan van der Walt 2011-12-03 14:41:49 -08:00
  • e43a1d2f8b Move to 0.5 development. Stefan van der Walt 2011-12-03 14:40:10 -08:00
  • 85531c6ffa Release 0.4. v0.4 Stefan van der Walt 2011-12-03 14:31:32 -08:00
  • 4bb7be7cf6 BUG: Python 3 fixes. Stefan van der Walt 2011-12-03 14:30:42 -08:00
  • 48b2a2d61d DOC: 0.4 release notes. Stefan van der Walt 2011-12-03 14:30:13 -08:00
  • 292334bc2c DOC: Script to generate contributors. Stefan van der Walt 2011-12-03 14:30:02 -08:00
  • bf609dfca0 DOC: Fix some scikits.image mentions. Stefan van der Walt 2011-12-02 10:55:41 -08:00
  • 207079ff1d Merge pull request #82 from zachrahan/find-contours Stefan van der Walt 2011-12-01 12:53:55 -08:00
  • fbb07734fc Tighten up _find_contours.pyx Zach Pincus 2011-12-01 12:34:08 -05:00
  • 60abf40c39 Merge pull request #1 from stefanv/find-contours zachrahan 2011-12-01 09:11:52 -08:00
  • 8bd4637fc0 DOC: Fix team name in license and docs. Stefan van der Walt 2011-11-30 17:52:35 -08:00
  • 62754ef66c STY: Remove unused imports. Stefan van der Walt 2011-11-30 16:00:15 -08:00
  • eb0ccb8b00 DOC: Bold headers for Notes, Reference, etc. sections in reference docs. Stefan van der Walt 2011-11-30 15:58:06 -08:00
  • 8579ef0183 STY: Clean up docstrings. Stefan van der Walt 2011-11-30 15:56:21 -08:00
  • 7691fdc3c6 DOC: Add contour finding example. Stefan van der Walt 2011-11-30 13:38:46 -08:00
  • ff119bb68c DOC: Update contributors. Stefan van der Walt 2011-11-30 13:38:26 -08:00
  • 2d4abbaa86 BUG: Import imread from renamed _io module. Stefan van der Walt 2011-11-30 12:28:04 -08:00
  • c0b3601056 REF: Convert find_contours to Cython. Stefan van der Walt 2011-11-30 12:23:32 -08:00
  • 053b27e623 ENH: Whitespace cleanup. Stefan van der Walt 2011-11-30 10:55:57 -08:00
  • bea1b751d2 BUG: Import find_contours from correct location. Stefan van der Walt 2011-11-30 10:55:40 -08:00
  • 5fa41b3dfc DOC: Improve example gallery layout. Stefan van der Walt 2011-11-30 10:40:36 -08:00
  • 1cb10a5bd9 add _find_contours.c Zach Pincus 2011-11-30 13:16:40 -05:00
  • 4aace26f2a DOC: Use convex_hull_image instead of convex_hull. Stefan van der Walt 2011-11-30 09:55:26 -08:00
  • 2db1b8367c Merge branch 'neil_yager-greycomatrix' Stefan van der Walt 2011-11-30 09:49:32 -08:00
  • 917d1a80e8 DOCS: Tighten borders around image in GLCM example. Stefan van der Walt 2011-11-30 09:48:01 -08:00
  • 7df8486231 Update to docstring Neil Yager 2011-11-28 11:22:31 +00:00
  • 077a080389 Move to measure submodule Zach Pincus 2011-11-27 17:05:27 -05:00
  • 3e9945cf93 Make it work Zach Pincus 2011-11-26 00:36:36 -05:00
  • 51d643c527 Add contour-finding Zach Pincus 2011-11-26 00:23:03 -05:00
  • 7a191d8d20 Long lines, remove doctest, division by zero, data type ranges Neil Yager 2011-11-23 11:23:03 +00:00
  • 67b408a3fc BUG: Fixed warning suppression error Neil Yager 2011-11-22 11:55:40 +00:00
  • 830c6b650b ENH: Address division by zero errors Neil Yager 2011-11-22 11:19:03 +00:00
  • 0597cec006 BUG: Fix typo and docstrng Neil Yager 2011-11-21 10:06:59 +00:00
  • ab780b1ecd ENH: Updates based on review comments Neil Yager 2011-11-14 14:32:54 +00:00
  • 1d540c2b56 BUG: Make sure image array is contiguous Neil Yager 2011-11-11 12:27:48 +00:00
  • 80a83c182f ENH: Use Cython to compute GLCM Neil Yager 2011-11-03 17:02:42 +00:00
  • 59ff9218b4 DOC: Added latex formulas to docstring Neil Yager 2011-11-03 08:41:08 +00:00
  • 1661015af1 ENH: Added a gallery example of GLCM textures Neil Yager 2011-11-02 16:09:31 +00:00
  • cd8524b93d ENH: Compute some standard propertices for GLCMs Neil Yager 2011-11-02 12:23:27 +00:00
  • 4fe7965f69 NF: Initial commit of greylevel co-occurance (pure python) Neil Yager 2011-11-01 15:22:00 +00:00
  • 4fbdeb4b41 Merge pull request #79 from zachrahan/mcp-64bit Stefan van der Walt 2011-11-17 12:21:42 -08:00
  • 31db8f16ce Merge pull request #81 from NeilYager/neil_yager-io_fix tonysyu 2011-11-11 08:20:28 -08:00
  • 66befec0ee BUG: Problem importing imread Neil Yager 2011-11-11 12:39:55 +00:00
  • 9307bcb5bc fix _spath error Zach Pincus 2011-11-08 15:19:12 -05:00
  • cc7a544122 BUG: data: Fix chessboard file name. Stefan van der Walt 2011-11-07 14:48:10 -08:00
  • 989fd6673e ENH: Add verbose test function. Stefan van der Walt 2011-11-07 14:45:26 -08:00
  • 4cf55a2702 Fix another 64-bit corner case Zach Pincus 2011-11-07 17:06:59 -05:00
  • ea63e7d709 use 64-bit safe types Zach Pincus 2011-11-07 15:51:39 -05:00
  • 0b124c34e2 DOC: See also to skimage.sobel instead of ndimage.sobel. Stefan van der Walt 2011-11-07 11:25:28 -08:00
  • 28028dc2cd Merge pull request #78 from emmanuelle/doc_canny Stefan van der Walt 2011-11-07 11:23:54 -08:00
  • 78d37d3af1 DOC: Canny filter. Improved docstring + example for the gallery emmanuelle 2011-11-06 23:52:07 +01:00
  • 4c88f94508 Merge pull request #74 from stefanv/cython_hash Stefan van der Walt 2011-11-02 09:47:20 -07:00
  • 57294c2ff9 ENH: Use hashes of .pyx files to see whether re-compilation is needed or not. Stefan van der Walt 2011-10-26 17:45:11 -07:00
  • e7f0fe9ba8 Merge pull request #75 from stefanv/convex_hull Stefan van der Walt 2011-11-02 09:41:45 -07:00
  • 3495767358 ENH: Rename convex_hull to convex_hull_image to allow later clean API addition of convex_hull with labels. Stefan van der Walt 2011-11-02 09:38:54 -07:00