Commit Graph

  • 2ab528d890 Fix AttributeError: 'function' object has no attribute 'func_name' on Python 3 cgohlke 2011-10-10 14:01:19 -07:00
  • 62da017273 Work around AttributeError: 'module' object has no attribute 'BufferedIOBase' on Python 2.7+, Windows cgohlke 2011-10-10 13:52:55 -07:00
  • 593e4fa6d4 Fix ValueError on win-amd64 cgohlke 2011-10-10 13:07:50 -07:00
  • d65b2fb06a Fix TypeError: must use keyword argument for key function on Python 3 cgohlke 2011-10-10 13:19:46 -07:00
  • 92aed3673f BUG: Untabify video.py. Stefan van der Walt 2011-10-10 12:59:18 -07:00
  • 7e08e7cda4 PKG: Add python 3 and operating system tags to setup.py. Stefan van der Walt 2011-10-10 12:57:18 -07:00
  • 0460a8164a PKG: Also include .pxi files in the source package. Stefan van der Walt 2011-10-10 12:51:16 -07:00
  • 95973b7ac2 DOC: Fix broken link in watershed docs. Stefan van der Walt 2011-10-10 12:04:18 -07:00
  • 8ea911d1e7 DOC: Typo in release notes. Stefan van der Walt 2011-10-10 03:56:33 -07:00
  • 8ba2518333 BUG: Fix scikits.image.test. Stefan van der Walt 2011-10-12 13:04:53 -07:00
  • 772c469ec1 Initial revision of skeletonization Neil Yager 2011-10-12 13:38:36 +01:00
  • 677c768bb1 Remove OpenCV wrappers for 0.4 release. Stefan van der Walt 2011-10-11 19:38:15 -07:00
  • 38e50ba498 Merge npy -> npz transition. Stefan van der Walt 2011-10-11 19:34:39 -07:00
  • 8a06fb79cf Fix another instance of an .npy file. Stefan van der Walt 2011-10-11 19:21:06 -07:00
  • 1aa7af64a9 Merge npz fixes from Christoph Gohlke. Stefan van der Walt 2011-10-11 19:03:33 -07:00
  • c60d490a99 Use .npz test data in opencv tests. Stefan van der Walt 2011-10-11 19:03:27 -07:00
  • ece0363264 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
  • 1f101ceb6f Merge pull request #53 from cgohlke/patch-1 Stefan van der Walt 2011-10-11 18:36:27 -07:00
  • b15e7df14b Fix: use npz instead of npy format for matlab-output files cgohlke 2011-10-11 17:23:30 -07:00
  • 02b31756ff Fix: use npz instead of npy format for matlab-output files cgohlke 2011-10-11 17:19:53 -07:00
  • fb66138f9e Fix ImportError on Python 3 cgohlke 2011-10-11 17:12:06 -07:00
  • f332b177fb Merge pull request #51 from cgohlke/patch-8 Stefan van der Walt 2011-10-10 18:41:27 -07:00
  • fb4c61797c Merge pull request #52 from cgohlke/patch-15 Stefan van der Walt 2011-10-10 18:41:01 -07:00
  • 7c586cfeff Edited scikits/image/morphology/__init__.py via GitHub cgohlke 2011-10-10 16:10:39 -07:00
  • 17ff626bf6 Edited scikits/image/draw/draw.py via GitHub cgohlke 2011-10-10 16:09:43 -07:00
  • 09e0ecdf96 Edited scikits/image/morphology/watershed.py via GitHub cgohlke 2011-10-10 16:09:12 -07:00
  • 58226e3fca Fix Python 3 import error cgohlke 2011-10-10 16:08:13 -07:00
  • be02b9a651 Fix Python 3 import error cgohlke 2011-10-10 16:07:24 -07:00
  • b57bd821f0 Fix Python 3 import error cgohlke 2011-10-10 16:06:03 -07:00
  • 7f07f825e8 Fix watershed failures on Python 3 cgohlke 2011-10-10 14:35:21 -07:00
  • 0fe16b54ac Merge pull request #50 from cgohlke/patch-7 Stefan van der Walt 2011-10-10 14:12:10 -07:00
  • 1a0aa1c792 Merge pull request #49 from cgohlke/patch-6 Stefan van der Walt 2011-10-10 14:11:30 -07:00
  • d6a55c8b7b Fix AttributeError: 'function' object has no attribute 'func_name' on Python 3 cgohlke 2011-10-10 14:01:19 -07:00
  • 5d6fcf06c4 Work around AttributeError: 'module' object has no attribute 'BufferedIOBase' on Python 2.7+, Windows cgohlke 2011-10-10 13:52:55 -07:00
  • 4336361c34 Merge pull request #47 from cgohlke/patch-4 Stefan van der Walt 2011-10-10 13:23:56 -07:00
  • f92ace7ec7 Merge pull request #48 from cgohlke/patch-5 Stefan van der Walt 2011-10-10 13:23:22 -07:00
  • f83076f722 Fix TypeError: must use keyword argument for key function on Python 3 cgohlke 2011-10-10 13:19:46 -07:00
  • 9a24de9b81 Fix ValueError on win-amd64 cgohlke 2011-10-10 13:07:50 -07:00
  • d22da55cdc BUG: Untabify video.py. Stefan van der Walt 2011-10-10 12:59:18 -07:00
  • c89fd43759 PKG: Add python 3 and operating system tags to setup.py. Stefan van der Walt 2011-10-10 12:57:18 -07:00
  • f1c64a33c6 PKG: Also include .pxi files in the source package. Stefan van der Walt 2011-10-10 12:51:16 -07:00
  • 834a4b04a9 DOC: Do not rebuild the doc versions index automatically. Stefan van der Walt 2011-10-10 12:50:46 -07:00
  • 0e7d2b8f5c DOC: Fix broken link in watershed docs. Stefan van der Walt 2011-10-10 12:04:18 -07:00
  • 81ebf9c253 DOC: Typo in release notes. Stefan van der Walt 2011-10-10 03:56:33 -07:00
  • 4f47adfcb7 Merge pull request #42 from riaanvddool/gdal_plugin Stefan van der Walt 2011-10-10 04:19:28 -07:00
  • d68a64a576 DOC: Update release instructions (run setup.py register to login to pypi). Stefan van der Walt 2011-10-10 03:47:32 -07:00
  • 5587a0e803 PKG: After release, update version to 0.4dev. Stefan van der Walt 2011-10-10 03:47:15 -07:00
  • 4712360970 DOC: Update doc url in release notes. v0.3 Stefan van der Walt 2011-10-10 03:28:47 -07:00
  • a1ab5af896 PKG: Update version number for release. Stefan van der Walt 2011-10-10 03:24:53 -07:00
  • 5090cef716 DOC: Update release notes. Stefan van der Walt 2011-10-10 03:22:49 -07:00
  • 37c0b0e671 DOC: Release notes for 0.3. Stefan van der Walt 2011-10-10 03:15:57 -07:00
  • 9d8aa9a295 DOC: Remove PIL dependency. Stefan van der Walt 2011-10-10 03:15:43 -07:00
  • 022aac779f GDAL plugin added. Riaan van den Dool 2011-10-10 11:52:07 +02:00
  • 47a2c289bd DOC: Move Hough tutorial to examples gallery. Stefan van der Walt 2011-10-10 01:18:30 -07:00
  • 246be6c8e2 BUG: Use integer image values as expected in tv denoise test. Stefan van der Walt 2011-10-09 16:37:40 -07:00
  • e2accfb500 BUG: Fix watershed tests. Stefan van der Walt 2011-10-09 16:31:07 -07:00
  • b41398d83a Merge video I/O. Stefan van der Walt 2011-10-09 16:18:34 -07:00
  • 0ab3be2efb DOC: Update contributors. Stefan van der Walt 2011-10-09 16:15:01 -07:00
  • 744b8d7668 Qt-based image reading. Stefan van der Walt 2011-10-09 16:14:21 -07:00
  • 131a361b60 Merge pull request #10 from holtzhau/video-io Stefan van der Walt 2011-10-09 16:06:15 -07:00
  • 12ab1a0aa4 Merge pull request #12 from holtzhau/hough Stefan van der Walt 2011-10-09 16:03:03 -07:00
  • 463e1d2f2d Merge furhter improvements to histogram of gradients. Stefan van der Walt 2011-10-09 15:54:52 -07:00
  • 8823b705aa Merge pull request #27 from stefanv/radon Stefan van der Walt 2011-10-09 15:44:22 -07:00
  • c5e02df044 Merge pull request #28 from stefanv/hog Stefan van der Walt 2011-10-09 15:43:31 -07:00
  • 55072134b8 BUG: Add 'draw' and 'feature' sub-modules. Stefan van der Walt 2011-09-27 11:19:09 -07:00
  • 5db89d365e ENH: Use new draw module to construct HOG image. Stefan van der Walt 2011-09-26 00:57:55 -07:00
  • 8b522cfa70 Add drawing module with Bresenham line. Stefan van der Walt 2011-09-26 00:40:23 -07:00
  • 0bf8ecc65a use sat_sum for performance improvement Brian Holt 2011-09-19 07:06:12 +01:00
  • da6c93bac4 replaced arctan with arctan2 Brian Holt 2011-09-17 18:57:36 +01:00
  • 20a7892b5d replaced gradient operation with np.diff Brian Holt 2011-09-17 18:55:41 +01:00
  • 945ede743d pep8 + addressing some of Stefan's comments Brian Holt 2011-09-17 18:35:03 +01:00
  • d0bbb525a8 Initial implementation of Histograms of Oriented Gradients Brian Holt 2011-09-13 15:53:01 +01:00
  • 9eb7ec940a Merge pull request #40 from emmanuelle/watershed Stefan van der Walt 2011-10-09 15:40:05 -07:00
  • 724733f1d6 ENH: give a short definition of rank order in docstring emmanuelle 2011-10-08 19:31:25 +02:00
  • 7d420da594 Docstring for rank_order Emmanuelle Gouillart 2011-10-07 16:07:35 +02:00
  • 1c5e05442e Renamed fast_watershed to watershed. Emmanuelle Gouillart 2011-10-07 16:05:27 +02:00
  • 393bd94bca ENH: watershed docstring emmanuelle 2011-10-06 23:26:47 +02:00
  • a07fc6d172 New example for the gallery: watershed emmanuelle 2011-10-06 23:15:27 +02:00
  • 738dcfde15 Import is_local_maximum in __init__.py emmanuelle 2011-10-06 09:12:17 +02:00
  • 2b4854a977 Added the is_local_maximum function, that is useful to determine markers for the watershed. emmanuelle 2011-10-06 09:04:47 +02:00
  • f0702fb938 Removed unnneeded code to compute strides emmanuelle 2011-10-05 21:37:05 +02:00
  • 656962cbc9 Initial integration of CellProfiler's watershed module emmanuelle 2011-10-05 21:13:46 +02:00
  • de38b5f93c PKG: Do not build Cython files on clean. Stefan van der Walt 2011-09-29 23:26:07 -07:00
  • 130d8562f1 Merge pull request #1 from amueller/hog Brian Holt 2011-10-05 04:55:10 -07:00
  • d7a33c9b6e PKG: Remove empty placeholder files. Stefan van der Walt 2011-10-04 12:01:47 -07:00
  • 9f898914a2 Merge Andy's plugin cleanups require to build the Debian package. Stefan van der Walt 2011-10-04 11:56:31 -07:00
  • fc612a830e pep8 andy 2011-10-03 20:55:35 +02:00
  • 7448ba2529 null_plugin gets imread as promised in __ini__.py of plugins andy 2011-10-03 20:54:04 +02:00
  • 79cde8df47 have preferrence list of plugins instead of just trying "null" and "pil" andy 2011-10-03 20:53:40 +02:00
  • c53c8f3e00 Fix axes color order Neil 2011-07-17 00:54:12 +02:00
  • 5d2573af85 Remove as_grey from qt imread Neil 2011-07-17 00:23:22 +02:00
  • c266290b5d Don't return an alpha channel if it's not present. Fix return type of as_grey Neil 2011-07-16 21:32:31 +02:00
  • f260a47573 Try initialise multiple plugins, not just PIL Neil 2011-07-16 21:02:33 +02:00
  • 9b696cf34e Only enable imread for new enough sip versions. Warn user if sip is too old Neil 2011-07-16 18:56:16 +02:00
  • 47fba11c98 Add qt-based imread function Neil 2011-07-16 18:45:15 +02:00
  • 3f12aef7ed Fix bug with 2D images Neil 2011-07-16 18:44:25 +02:00
  • 0a71c9060e BUG: Fix default log-level. Stefan van der Walt 2011-09-30 18:15:22 -07:00
  • 2076876d47 Merge pull request #38 from amueller/dtype_minor Stefan van der Walt 2011-09-29 11:06:24 -07:00
  • d7761bae54 pep8 whitespace Andreas Mueller 2011-09-29 13:31:07 +02:00
  • 487f165622 slightly faster image conversion by creating less temporaries. Andreas Mueller 2011-09-29 13:30:53 +02:00