Commit Graph

  • 4ad79cb73e replaced unicode characters in doc string Johannes Schönberger 2012-04-25 21:37:40 +02:00
  • 8b8b6d0d60 added generic method to adaptive thresholding Johannes Schönberger 2012-04-25 20:41:10 +02:00
  • bacde61e39 updated test cases for adaptive thresholding Johannes Schönberger 2012-04-25 18:25:19 +02:00
  • f8e3ba42ef adapted new function name for adaptive threshold in test cases Johannes Schönberger 2012-04-25 18:15:19 +02:00
  • 8c6b7910cc removed unused import Johannes Schönberger 2012-04-25 18:13:16 +02:00
  • 243a5ec1c6 clarified comment Johannes Schönberger 2012-04-25 18:10:36 +02:00
  • 90f8409412 updated thresholding example script with more examples for adaptive thresholding Johannes Schönberger 2012-04-24 21:22:51 +02:00
  • aca8522ac4 renamed adaptive_threshold to threshold_adaptive Johannes Schönberger 2012-04-24 21:02:57 +02:00
  • d0d71427af added mean method to adaptive thresholding Johannes Schönberger 2012-04-24 20:53:26 +02:00
  • d81650f992 fixed some typos Johannes Schönberger 2012-04-24 20:45:14 +02:00
  • 238d4eb4ad added adaptive threshold Johannes Schönberger 2012-04-24 14:13:08 +02:00
  • cf0a473982 REF: tweak bento build. David Cournapeau 2012-04-25 19:29:16 +01:00
  • f4e7e3e437 Merge pull request #169 from stefanv/local_logging Stefan van der Walt 2012-04-25 10:46:12 -07:00
  • a0c3e49742 Merge pull request #166 from 'vincent-albufera/exemple_modif' Tony S Yu 2012-04-25 00:51:50 -04:00
  • 16b1d9506d Merge pull request #179 from neurodebian/master Stefan van der Walt 2012-04-24 16:06:37 -07:00
  • abca94e16f BUG: Provide bresenham as backward compatible name for line. Stefan van der Walt 2012-04-24 13:05:36 -07:00
  • 6cdd36c178 Merge pull request #177 from ahojnnes/draw-polygon-alt Stefan van der Walt 2012-04-24 12:32:26 -07:00
  • 6aa7d54f48 DOC: Add Yaroslav Halchenko to contributors. Stefan van der Walt 2011-09-29 23:37:56 -07:00
  • c7d06951a8 DOC: update contributors Johannes Schönberger 2012-04-23 22:16:59 +02:00
  • 9fdfdc9708 added explicit cython list type and changed creation of contiguous arrays Johannes Schönberger 2012-04-23 22:06:26 +02:00
  • af345f1a32 improved color assignment of circle in shapes example script Johannes Schönberger 2012-04-23 18:45:11 +02:00
  • 5b854d9b3c changed interface of draw.polygon function for a more consistent usage Johannes Schönberger 2012-04-23 18:38:20 +02:00
  • 48328cda8a combined all draw functions in one example script Johannes Schönberger 2012-04-23 17:07:36 +02:00
  • 53ac34a8d0 renamed function bresenham to line Johannes Schönberger 2012-04-23 17:07:27 +02:00
  • d83592cc05 improved doc string Johannes Schönberger 2012-04-23 16:22:37 +02:00
  • de8369be50 added draw circle and ellipse functions Johannes Schönberger 2012-04-23 16:20:49 +02:00
  • 7191eaf058 removed geometry package from setup script Johannes Schönberger 2012-04-23 15:39:26 +02:00
  • 4834d7eb4d added example script for draw.polygon function Johannes Schönberger 2012-04-23 15:37:07 +02:00
  • 0db612724d removed area function and removed old comment Johannes Schönberger 2012-04-22 10:46:37 +02:00
  • 649d912071 improved doc string Johannes Schönberger 2012-04-21 16:59:29 +02:00
  • 0aa008712a replaced fixed output array size with dynamic lists Johannes Schönberger 2012-04-21 16:56:14 +02:00
  • 5491d85705 Addition of examples in the harris and peak local max function Vincent Albufera 2012-04-20 10:54:03 +02:00
  • 4565a49cfa added draw.polygon function with test cases Johannes Schönberger 2012-04-19 23:37:35 +02:00
  • 5438d313bb Merge pull request #176 from tonysyu/peak-fixes Stefan van der Walt 2012-04-16 01:39:13 -07:00
  • c3af26d37c ENH: Add num_peaks to limit the number of peaks. Tony S Yu 2012-04-16 00:19:56 -04:00
  • 8bdc9f2ab4 Rename for clarity Tony S Yu 2012-04-16 00:05:12 -04:00
  • 0b33dd5811 Add docstring comment about flat peaks. Tony S Yu 2012-04-16 00:02:45 -04:00
  • ae6ef22a69 Fix: return empty list for flat image. Tony S Yu 2012-04-15 23:53:53 -04:00
  • 2585a323ac Change threshold test from >= to >. Tony S Yu 2012-04-15 23:48:27 -04:00
  • 187bc6d5b8 Deprecate threshold and replace absolute and relative thresholds. Tony S Yu 2012-04-15 23:30:06 -04:00
  • b9b9cd5c65 Fix import Tony S Yu 2012-04-15 23:15:18 -04:00
  • cdb61f82ff Merge pull request #171 from emmanuelle/modif_radon Stefan van der Walt 2012-04-09 14:01:33 -07:00
  • 3c9ab47677 BUG: division by zero for small arrays in iradon Emmanuelle Gouillart 2012-04-09 18:00:37 +02:00
  • 8743a13978 FEAT: update to bento master - simplify waf declaration. David Cournapeau 2012-04-05 18:33:24 +02:00
  • 7c055a3dd1 ENH: Do not use global root logger state in skimage. Stefan van der Walt 2012-03-27 16:13:27 -07:00
  • 2aca8cd791 Addition of examples in the harris and peak local max function Vincent Albufera 2012-03-26 15:39:59 +02:00
  • 8c9777b967 Addition of examples in the harris and peak local max function Vincent Albufera 2012-03-21 14:27:12 +01:00
  • 3f9ad556e7 FEAT: new shot at bento build. David Cournapeau 2012-03-13 12:33:45 -07:00
  • 76270f0872 Merge pull request #163 from stefanv/convert_with_copy tonysyu 2012-03-11 17:37:08 -07:00
  • b9289123f7 Explicitly use float64 instead of float. Stefan van der Walt 2012-03-11 16:02:20 -07:00
  • ea15eb7647 ENH: Allow forced copy of data upon type conversion. Stefan van der Walt 2012-03-10 17:27:54 -08:00
  • 42b5e91b7c Merge pull request #162 from vincent-albufera/improve_doc emmanuelle 2012-03-09 08:08:31 -08:00
  • 5bf77b54c2 No interpolation when displaying small patches in example Vincent Albufera 2012-03-09 13:59:00 +01:00
  • 5bd28c3d1a Remove version.py reference in Makefile Tony S Yu 2012-03-04 10:49:10 -05:00
  • 3419d5d07a Merge pull request #159 from 'stefanv/version_remove' Tony S Yu 2012-03-04 10:48:16 -05:00
  • 57bf9d1c67 ENH: Add freeimage as fallback io plugin, to allow buildbot to read test images. Stefan van der Walt 2012-03-03 14:25:05 -08:00
  • ac625e9d3b BUG: Correctly fix zip import for Python 3.2. 2to3 simply removes the itertools import line. Stefan van der Walt 2012-03-03 11:42:16 -08:00
  • 7419c682de BUG: Fix typo in montage--xrange is no longer supported. Stefan van der Walt 2012-03-03 11:25:37 -08:00
  • f24c9d53ec Merge pull request #160 from stefanv/python3.2-fixes Stefan van der Walt 2012-03-03 11:19:31 -08:00
  • e99f18be5a BUG: Fix imports for Python 3.2. Stefan van der Walt 2012-03-03 11:18:16 -08:00
  • 694fb1a8d7 PKG: Fix version import to allow build on 3.2. Stefan van der Walt 2012-03-02 11:44:20 -08:00
  • 02edb162fd Merge pull request #157 from tonysyu/fix-plugin-call Stefan van der Walt 2012-03-02 11:22:31 -08:00
  • ecaf75fe9e ENH: Remove annoying version.py. Stefan van der Walt 2012-03-02 11:11:34 -08:00
  • 24e97b73f7 TST: Try to get Jenkins build working via Tox. Stefan van der Walt 2012-03-01 20:17:28 -08:00
  • 4b27611485 PKG: Change gitwash submodule git remote so that ShiningPanda can pull that repo. Stefan van der Walt 2012-03-01 16:14:58 -08:00
  • 3c91aab3a0 FIX: Check plugin is loaded before checking its functions. Tony S Yu 2012-02-28 00:07:07 -05:00
  • fbd3558d8e DOC: Update release instructions. Stefan van der Walt 2012-02-27 01:36:38 -08:00
  • 1ff488ffc0 DOC: Fix typo in 0.5 release notes. Stefan van der Walt 2012-02-27 01:36:28 -08:00
  • ea442bc3e2 DOC: Update release instructions. Stefan van der Walt 2012-02-26 21:09:51 -08:00
  • c248241979 PKG: Move development to 0.6dev. Stefan van der Walt 2012-02-26 21:10:11 -08:00
  • 41998c590d PKG: Update doc versions. v0.5 Stefan van der Walt 2012-02-26 21:00:51 -08:00
  • d86dc4eed8 PKG: Update version to 0.5. Stefan van der Walt 2012-02-26 20:56:53 -08:00
  • 5b8798e3f7 DOC: Add v0.5 release notes. Stefan van der Walt 2012-02-26 20:55:05 -08:00
  • 0d7957830d DOC: Add image colorization to tasks. Stefan van der Walt 2012-02-26 20:51:48 -08:00
  • b5538297f1 Merge pull request #155 from cgohlke/patch-4 Stefan van der Walt 2012-02-26 12:07:50 -08:00
  • 4f4de23a8e Merge pull request #156 from tonysyu/fix-tifffile-test Stefan van der Walt 2012-02-26 12:05:30 -08:00
  • 5e7f08ef8f Fix test when tifffile plugin is not available. Tony S Yu 2012-02-26 10:38:22 -05:00
  • 2f9a7bd78a Merge pull request #154 from cgohlke/patch-3 tonysyu 2012-02-26 07:30:39 -08:00
  • faf92e1a6d Fix TypeError on 64 bit platforms cgohlke 2012-02-25 21:01:27 -08:00
  • 161e42e053 Fix conversion of bytes to str on Python 3 cgohlke 2012-02-25 20:33:17 -08:00
  • 7c8c661440 Merge pull request #153 from cgohlke/patch-2 tonysyu 2012-02-25 20:27:23 -08:00
  • c2cf8dba34 Fix invalid Python 3 syntax cgohlke 2012-02-25 20:05:37 -08:00
  • 1f7f234264 Fix invalid Python 3 syntax cgohlke 2012-02-25 20:00:39 -08:00
  • 48b0e6dfd3 Merge pull request #152 from cgohlke/patch-1 Stefan van der Walt 2012-02-25 19:44:14 -08:00
  • 99a8db9d54 Restore previous io plugins cgohlke 2012-02-25 19:30:58 -08:00
  • e7d5626c90 Merge pull request #151 from tonysyu/cleanup-tasks Stefan van der Walt 2012-02-22 18:23:00 -08:00
  • de14e8fbb6 DOC: Remove "completed" labeled-image plotting task. Tony S Yu 2012-02-21 22:57:47 -05:00
  • fc71d31141 DOC: Delete completed task. Tony S Yu 2012-02-21 22:56:06 -05:00
  • a040c6108a DOC: Remove completed tasks. Tony S Yu 2012-02-21 22:47:26 -05:00
  • c4b8964094 DOC: Add hidden toctree to tasks Tony S Yu 2012-02-21 22:35:19 -05:00
  • dc78c59be5 DOC: Add toctree to example gallery. Tony S Yu 2012-02-21 21:47:09 -05:00
  • eae045b16a DOC: Add hidden toctree for main index. Tony S Yu 2012-02-21 21:30:11 -05:00
  • c9a14db5c4 Merge pull request #149 from zachrahan/tifffile-plugin zachrahan 2012-02-21 16:18:34 -08:00
  • 026fae0e97 BUG: Fix tests Zach Pincus 2012-02-21 19:17:55 -05:00
  • b80ef2a660 Fix copy/paste error Zach Pincus 2012-02-21 18:17:34 -05:00
  • e2d4261c6d ENH: Add tifffile tests and improve freeimage tests Zach Pincus 2012-02-21 18:14:59 -05:00
  • 0962fa4d6a PKG: Move README.md to README.rst. Stefan van der Walt 2012-02-21 15:04:21 -08:00
  • e697d0b04e DOC: Update tasks. Stefan van der Walt 2012-02-21 15:03:41 -08:00
  • a6b154f5b5 Fix description of tifffile plugin Zach Pincus 2012-02-21 17:55:32 -05:00
  • 9512678e75 ENH: Add tifffile IO plugin Zach Pincus 2012-02-21 17:53:16 -05:00