Commit Graph

  • 9aeb79fe69 Merge pull request #76 from stefanv/coins Stefan van der Walt 2011-11-02 09:32:56 -07:00
  • 061595f99d Fix docstring to match new default value and constraint for radius. Thouis (Ray) Jones 2011-11-02 15:09:02 +01:00
  • f19fb68d31 DOC: Update tasks with a link to a free qhull implementation. Stefan van der Walt 2011-10-28 18:21:42 -07:00
  • 7ea6a37634 Update test data set descriptions. Convert 'coins' to grey-level image. Stefan van der Walt 2011-10-28 15:19:39 -07:00
  • 33469fa69e BUG: Allow test suite to pass with scipy < 0.9. Stefan van der Walt 2011-10-28 14:56:41 -07:00
  • 2191d29611 ENH: In test, do not compute hull twice. Stefan van der Walt 2011-10-28 14:36:05 -07:00
  • 45ee2e1323 BUG: Fix failing test_homography unit test. Neil Yager 2011-10-27 09:13:06 +01:00
  • 3892d5b3ae DOC: Add url for convex hull algorithm overview. Stefan van der Walt 2011-10-27 17:36:00 -07:00
  • c0fa6278f7 DOC: Update tasks list. Stefan van der Walt 2011-10-27 17:19:23 -07:00
  • 10a315ed8e Merge pull request #73 from tonysyu/fix-ctmf Stefan van der Walt 2011-10-27 16:59:17 -07:00
  • 09021dbd83 PKG: Move io to _io (closes #39). Stefan van der Walt 2011-10-27 16:08:21 -07:00
  • 2c61928aa6 DOC: Add note about changed arguments for median_filter Tony S Yu 2011-10-27 09:22:53 -04:00
  • 9510e72f1c Merge pull request #77 from NeilYager/neil_yager-homography-docstring Stefan van der Walt 2011-10-27 02:00:15 -07:00
  • 585c1346c8 Homography docstring update Neil Yager 2011-10-27 09:39:03 +01:00
  • b34b9d8ddd ENH: Only perform convex hull on select candidate pixels. Gets us a factor 30 speedup. Stefan van der Walt 2011-10-26 23:17:00 -07:00
  • 74f7e01e42 ENH: Improve convex_hull execution speed. Stefan van der Walt 2011-10-26 19:55:46 -07:00
  • 6bbeda04f3 ENH: Pre-allocate coordinate corner array. Stefan van der Walt 2011-10-26 19:37:34 -07:00
  • 0b32676094 DOC: Better docstring for coins. Stefan van der Walt 2011-10-26 18:23:27 -07:00
  • fdac2489e9 ENH: Add coins image. Stefan van der Walt 2011-10-26 17:59:43 -07:00
  • b5ad567a68 ENH: Add binary convex hull computation. Stefan van der Walt 2011-10-26 17:42:04 -07:00
  • c6e854b7c7 Switch radius and mask arguments for median_filter Tony S Yu 2011-10-26 16:30:07 -04:00
  • a63e3f4546 Require median filter radius >= 2 Tony S Yu 2011-10-26 16:22:20 -04:00
  • 573e208361 Merge pull request #67 from NeilYager/neil_yager-alpha Stefan van der Walt 2011-10-25 01:02:53 -07:00
  • d56ae9631c Bug fix: Ignore alpha channel when opening RGBA image as grayscale Neil Yager 2011-10-25 08:52:13 +01:00
  • 0b8452fa8e Merge Emmanuelle's port of CellProfiler's medial axis skeletonization. Stefan van der Walt 2011-10-24 17:24:11 -07:00
  • f8a51a4e3e DOC: Minor spacing fixes in docstrings. Stefan van der Walt 2011-10-24 17:23:39 -07:00
  • 39a0e3577c scikits/image -> skimage in examples emmanuelle 2011-10-24 23:28:21 +02:00
  • 25e986d545 Moved cython file that had not been automaticall moved by rename scikits/image -> skimage emmanuelle 2011-10-24 23:27:29 +02:00
  • ed1f05427e ENH address comments on PR #65 made by Stefan and Neil emmanuelle 2011-10-24 21:31:24 +02:00
  • 736802bad4 Medial axis transform (skeletonization) from cell profiler emmanuelle 2011-10-23 11:06:56 +02:00
  • 0f31034a46 First integration of cell profiler medial axis transform emmanuelle 2011-10-22 22:38:33 +02:00
  • d5120a16bc DOC: Update gitwash. Stefan van der Walt 2011-10-23 22:56:43 -07:00
  • 5ec4fdec09 PKG: Import skimage instead of scikits.image in changes made since rename. Stefan van der Walt 2011-10-23 22:55:55 -07:00
  • a76f12f747 DOC: Update repo address. Stefan van der Walt 2011-10-23 22:51:38 -07:00
  • 7542f06e9d Rename package to `skimage`. Stefan van der Walt 2011-10-23 22:40:02 -07:00
  • 18775195dd DOC: Add Nelle to contributors. Stefan van der Walt 2011-10-23 22:39:51 -07:00
  • 91d9949282 PKG: Move remaining files that changed since skimage rename. Stefan van der Walt 2011-10-23 22:34:28 -07:00
  • 3ac50d0a43 Merge remote-tracking branch 'nelle/skimage' into nelle_varoquaux_skimage_rename Stefan van der Walt 2011-10-23 22:31:57 -07:00
  • 6c891fd1e1 Merge branch 'neil_yager-skeletonize' emmanuelle 2011-10-22 12:14:27 +02:00
  • c45db9f4cc ENH: more efficient binary operation in skeletonize emmanuelle 2011-10-22 12:10:13 +02:00
  • c48aa63323 Address 2nd round of review comments Neil Yager 2011-10-21 15:27:33 +01:00
  • 1704ab31a9 skimage/version.py should be ignored. Doc has been updated with new module name `sklearn` Nelle Varoquaux 2011-10-18 21:07:40 +02:00
  • 6d67bba941 Renaming: scikits.image -> skimage emmanuelle 2011-10-16 14:00:33 +02:00
  • 114cf44c77 Renamed scikits.image to skimage Nelle Varoquaux 2011-10-12 22:18:39 +02:00
  • b25011514b Merge pull request #63 from amueller/matplolib_plugin Stefan van der Walt 2011-10-18 12:05:19 -07:00
  • 03e8a61fb4 COSMIT removed unused import Andreas Mueller 2011-10-18 16:56:41 +02:00
  • fb987ac6ed add qt plugin again. Andreas Mueller 2011-10-18 16:55:56 +02:00
  • 3ddfdbdb9c Updates based on review comments Neil Yager 2011-10-17 08:32:19 +01:00
  • 6ac1927518 try to load only plugins that have both imread and imshow Andreas Mueller 2011-10-08 20:47:39 +02:00
  • d0041a8c74 [ENH] include matplotlib's imread Andreas Mueller 2011-10-08 20:47:24 +02:00
  • 9545f85f18 removed debugging code Andreas Mueller 2011-10-08 20:42:09 +02:00
  • 22a424bc50 this depends on the plugin used Andreas Mueller 2011-10-08 20:41:57 +02:00
  • d9a3a46fb2 gracefully ignore absent plugins Andreas Mueller 2011-10-08 19:59:11 +02:00
  • 0cfc440b5d Merge pull request #62 from tonysyu/fix_morph_symmetry emmanuelle 2011-10-16 05:46:47 -07:00
  • 1cc0f36d15 Reformat doctests so that tests pass Tony S Yu 2011-10-15 12:44:26 -04:00
  • 9e81cecbb6 Specify that input arrays to grey morphology filters must be uint8 Tony S Yu 2011-10-15 12:40:06 -04:00
  • c7c0798d1c Add examples to grey morphology docstrings Tony S Yu 2011-10-15 12:37:25 -04:00
  • 8735204565 Improve docstrings in grey morphology module Tony S Yu 2011-10-15 11:57:01 -04:00
  • 65b6b6bed7 Minor fix to docstring Tony S Yu 2011-10-15 04:27:35 -04:00
  • b0376721eb Replace flip parameter in erode/dilate with shift_x and shift_y Tony S Yu 2011-10-15 04:23:37 -04:00
  • 6366da861a Add tests for rectangular structuring elements Tony S Yu 2011-10-15 04:19:04 -04:00
  • 9ce5ee7d71 Move test functions to test class Tony S Yu 2011-10-15 03:59:41 -04:00
  • ac2714d3c8 Fix morphological open/close for square structuring elements with even sides. Tony S Yu 2011-10-15 03:34:30 -04:00
  • fb92bfcf71 Add tests for correct behavior of square structuring elements Tony S Yu 2011-10-15 03:32:59 -04:00
  • 4f4f219788 Reuse open/close operations for white/black tophat Tony S Yu 2011-10-15 03:01:27 -04:00
  • b6e470dbd1 Remove unnecessary if-block. Tony S Yu 2011-10-15 02:57:32 -04:00
  • 9adbca13e7 Add parameter to flip structuring element about its origin Tony S Yu 2011-10-14 11:00:10 -04:00
  • fb81057774 Added a new unit test Neil Yager 2011-10-14 12:53:06 +01:00
  • 3d2613cdfa Added unit tests to skeletonization Neil Yager 2011-10-13 14:35:37 +01:00
  • 8ad8946900 Added more objects to skeletonize demo Neil Yager 2011-10-13 09:51:27 +01:00
  • c120708feb Merge remote-tracking branch 'upstream/master' into neil_yager-skeletonize Neil Yager 2011-10-13 08:29:58 +01:00
  • 74bde135c9 Added skeleonize example Neil Yager 2011-10-13 08:29:32 +01:00
  • 8c16be159b Merge pull request #58 from cgohlke/patch-3 Stefan van der Walt 2011-10-12 15:46:01 -07:00
  • 57745f5e84 Merge pull request #59 from cgohlke/patch-2 Stefan van der Walt 2011-10-12 15:42:19 -07:00
  • 8024cc9798 Remove print statements cgohlke 2011-10-12 15:29:56 -07:00
  • cc84603b1a Remove print statements cgohlke 2011-10-12 15:25:41 -07:00
  • b708d931c2 Update URL in package description cgohlke 2011-10-12 15:01:31 -07:00
  • 0c54aee1f8 Merge pull request #56 from cgohlke/patch-1 Stefan van der Walt 2011-10-12 14:15:28 -07:00
  • a609bd6416 Fix print statements missed by 2to3 cgohlke 2011-10-12 14:09:29 -07:00
  • 98290218f0 Fix: don't run all scikits tests when running scikits.image.test() cgohlke 2011-10-12 14:06:09 -07:00
  • b381d59c67 DOC: Rewash the git docs. Stefan van der Walt 2011-10-12 13:45:56 -07:00
  • 69a10b62c3 DOC: Use correct repo URL in gitwash. Stefan van der Walt 2011-10-12 13:44:59 -07:00
  • 603216e4a7 DOC: Add gitwash as a submodule. Stefan van der Walt 2011-10-12 13:40:40 -07:00
  • 05f780b887 Remove empty gitwash directory in order to fix submodule. Stefan van der Walt 2011-10-12 13:39:18 -07:00
  • 771c905227 DOC: Update contributors. Stefan van der Walt 2011-10-12 13:24:35 -07:00
  • a339c4ec06 PKG: Set version to 0.3.1. v0.3.1 Stefan van der Walt 2011-10-12 13:17:35 -07:00
  • f0d8f076b6 BUG: Fix scikits.image.test. Stefan van der Walt 2011-10-12 13:04:53 -07:00
  • 6615a47847 Fix another instance of an .npy file. Stefan van der Walt 2011-10-11 19:21:06 -07:00
  • 7188841f52 Fix: use npz instead of npy format for matlab-output files cgohlke 2011-10-11 17:23:30 -07:00
  • 6ca2c8edca Fix: use npz instead of npy format for matlab-output files cgohlke 2011-10-11 17:19:53 -07:00
  • 8071a25874 Use .npz test data in opencv tests. Stefan van der Walt 2011-10-11 19:03:27 -07:00
  • 23179a5194 Replace .npy files by .npz. Smaller, and avoids pickling problems on Python 3. Stefan van der Walt 2011-10-11 19:03:08 -07:00
  • 3f52256e6f Fix ImportError on Python 3 cgohlke 2011-10-11 17:12:06 -07:00
  • d0fdee5d93 Fix watershed failures on Python 3 cgohlke 2011-10-10 14:35:21 -07:00
  • 55b5ca7c98 Edited scikits/image/morphology/__init__.py via GitHub cgohlke 2011-10-10 16:10:39 -07:00
  • 90d1ebb36a Edited scikits/image/draw/draw.py via GitHub cgohlke 2011-10-10 16:09:43 -07:00
  • 216cb8e02d Edited scikits/image/morphology/watershed.py via GitHub cgohlke 2011-10-10 16:09:12 -07:00
  • 26a3fae630 Fix Python 3 import error cgohlke 2011-10-10 16:08:13 -07:00
  • ac350b813f Fix Python 3 import error cgohlke 2011-10-10 16:07:24 -07:00
  • bbcda9a639 Fix Python 3 import error cgohlke 2011-10-10 16:06:03 -07:00