Commit Graph

3708 Commits

Author SHA1 Message Date
Johannes Schönberger bacde61e39 updated test cases for adaptive thresholding 2012-04-25 23:44:06 +02:00
Johannes Schönberger f8e3ba42ef adapted new function name for adaptive threshold in test cases 2012-04-25 23:44:06 +02:00
Johannes Schönberger 243a5ec1c6 clarified comment 2012-04-25 23:44:06 +02:00
Johannes Schönberger aca8522ac4 renamed adaptive_threshold to threshold_adaptive 2012-04-25 23:44:06 +02:00
Johannes Schönberger d0d71427af added mean method to adaptive thresholding 2012-04-25 23:44:06 +02:00
Johannes Schönberger d81650f992 fixed some typos 2012-04-25 23:44:06 +02:00
Johannes Schönberger 238d4eb4ad added adaptive threshold 2012-04-25 23:44:06 +02:00
Stefan van der Walt f4e7e3e437 Merge pull request #169 from stefanv/local_logging
ENH: Do not use global root logger state in skimage.
2012-04-25 10:46:12 -07:00
Tony S Yu a0c3e49742 Merge pull request #166 from 'vincent-albufera/exemple_modif'
DOC: Improve harris corners and peak detection examples and docstrings.
2012-04-25 00:52:53 -04:00
Stefan van der Walt abca94e16f BUG: Provide bresenham as backward compatible name for line. 2012-04-24 13:05:36 -07:00
Stefan van der Walt 6cdd36c178 Merge pull request #177 from ahojnnes/draw-polygon-alt
ENH: Polygon, circle and ellipse drawing.
2012-04-24 12:32:26 -07:00
Johannes Schönberger 9fdfdc9708 added explicit cython list type and changed creation of contiguous arrays 2012-04-23 22:06:26 +02:00
Johannes Schönberger 5b854d9b3c changed interface of draw.polygon function for a more consistent usage 2012-04-23 18:38:20 +02:00
Johannes Schönberger 53ac34a8d0 renamed function bresenham to line 2012-04-23 17:07:27 +02:00
Johannes Schönberger d83592cc05 improved doc string 2012-04-23 16:22:37 +02:00
Johannes Schönberger de8369be50 added draw circle and ellipse functions 2012-04-23 16:20:49 +02:00
Johannes Schönberger 7191eaf058 removed geometry package from setup script 2012-04-23 15:39:26 +02:00
Johannes Schönberger 4834d7eb4d added example script for draw.polygon function 2012-04-23 15:37:07 +02:00
Johannes Schönberger 0db612724d removed area function and removed old comment 2012-04-22 10:46:37 +02:00
Johannes Schönberger 649d912071 improved doc string 2012-04-21 16:59:29 +02:00
Johannes Schönberger 0aa008712a replaced fixed output array size with dynamic lists
area of polygon is not suitable to determine the size of the
number of filled pixels for output array
2012-04-21 16:56:14 +02:00
Johannes Schönberger 4565a49cfa added draw.polygon function with test cases 2012-04-19 23:37:35 +02:00
Tony S Yu c3af26d37c ENH: Add num_peaks to limit the number of peaks. 2012-04-16 00:19:56 -04:00
Tony S Yu 8bdc9f2ab4 Rename for clarity
"corner" is a relic from the original implementation in the harris filter.
2012-04-16 00:05:49 -04:00
Tony S Yu 0b33dd5811 Add docstring comment about flat peaks. 2012-04-16 00:02:45 -04:00
Tony S Yu ae6ef22a69 Fix: return empty list for flat image. 2012-04-15 23:53:53 -04:00
Tony S Yu 2585a323ac Change threshold test from >= to >. 2012-04-15 23:48:27 -04:00
Tony S Yu 187bc6d5b8 Deprecate threshold and replace absolute and relative thresholds. 2012-04-15 23:30:06 -04:00
Tony S Yu b9b9cd5c65 Fix import 2012-04-15 23:15:18 -04:00
Stefan van der Walt cdb61f82ff Merge pull request #171 from emmanuelle/modif_radon
BUG: Division by zero for small arrays in iradon.
2012-04-09 14:01:33 -07:00
Emmanuelle Gouillart 3c9ab47677 BUG: division by zero for small arrays in iradon 2012-04-09 18:00:37 +02:00
Stefan van der Walt 7c055a3dd1 ENH: Do not use global root logger state in skimage. 2012-03-27 16:13:27 -07:00
Vincent Albufera 2aca8cd791 Addition of examples in the harris and peak local max function 2012-03-26 15:39:59 +02:00
Vincent Albufera 8c9777b967 Addition of examples in the harris and peak local max function 2012-03-21 14:27:12 +01:00
tonysyu 76270f0872 Merge pull request #163 from stefanv/convert_with_copy
ENH: Allow forced copy of data upon type conversion.
2012-03-11 17:37:08 -07:00
Stefan van der Walt b9289123f7 Explicitly use float64 instead of float. 2012-03-11 16:02:20 -07:00
Stefan van der Walt ea15eb7647 ENH: Allow forced copy of data upon type conversion. 2012-03-10 17:27:54 -08:00
Tony S Yu 3419d5d07a Merge pull request #159 from 'stefanv/version_remove' 2012-03-04 10:48:16 -05:00
Stefan van der Walt 57bf9d1c67 ENH: Add freeimage as fallback io plugin, to allow buildbot to read test images. 2012-03-03 14:25:05 -08:00
Stefan van der Walt ac625e9d3b BUG: Correctly fix zip import for Python 3.2. 2to3 simply removes the itertools import line. 2012-03-03 11:42:16 -08:00
Stefan van der Walt 7419c682de BUG: Fix typo in montage--xrange is no longer supported. 2012-03-03 11:25:37 -08:00
Stefan van der Walt e99f18be5a BUG: Fix imports for Python 3.2. 2012-03-03 11:18:16 -08:00
Stefan van der Walt 694fb1a8d7 PKG: Fix version import to allow build on 3.2. 2012-03-02 11:44:32 -08:00
Stefan van der Walt 02edb162fd Merge pull request #157 from tonysyu/fix-plugin-call
FIX: Check plugin is loaded before checking its functions.
2012-03-02 11:22:31 -08:00
Stefan van der Walt ecaf75fe9e ENH: Remove annoying version.py. 2012-03-02 11:12:50 -08:00
Tony S Yu 3c91aab3a0 FIX: Check plugin is loaded before checking its functions. 2012-02-28 00:07:07 -05:00
Stefan van der Walt b5538297f1 Merge pull request #155 from cgohlke/patch-4
BUG: Fix TypeError on 64 bit platforms.
2012-02-26 12:07:50 -08:00
Tony S Yu 5e7f08ef8f Fix test when tifffile plugin is not available. 2012-02-26 10:38:22 -05:00
cgohlke faf92e1a6d Fix TypeError on 64 bit platforms 2012-02-25 21:01:27 -08:00
cgohlke 161e42e053 Fix conversion of bytes to str on Python 3 2012-02-25 20:33:17 -08:00