Commit Graph

5928 Commits

Author SHA1 Message Date
Stefan van der Walt 26857467f3 Merge pull request #181 from tonysyu/fix-logging-py26
BUG: fix logging for Python < 2.7.
2012-04-28 15:50:27 -07:00
Tony S Yu 3ab6300218 BUG: fix logging for Python < 2.7. 2012-04-28 13:34:47 -04:00
Johannes Schönberger 6b8c40848b restored old otsu threshold example script 2012-04-27 19:55:33 +02:00
Johannes Schönberger 13c716f5eb changed name of array variable 2012-04-27 10:06:36 +02:00
Johannes Schönberger 59376a7c20 improved doc string of adaptive threshold with more detailed description and example 2012-04-27 10:00:10 +02:00
Johannes Schönberger 829f6ad770 separated filter masks of mean filtering in adaptive thresholding 2012-04-26 20:28:14 +02:00
Johannes Schönberger 4ad79cb73e replaced unicode characters in doc string 2012-04-25 23:44:06 +02:00
Johannes Schönberger 8b8b6d0d60 added generic method to adaptive thresholding 2012-04-25 23:44:06 +02:00
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 8c6b7910cc removed unused import 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 90f8409412 updated thresholding example script with more examples for adaptive thresholding 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
David Cournapeau cf0a473982 REF: tweak bento build. 2012-04-25 19:29:16 +01: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 16b1d9506d Merge pull request #179 from neurodebian/master
DOC: Add Yaroslav Halchenko to contributors.
2012-04-24 16:06:37 -07: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
Stefan van der Walt 6aa7d54f48 DOC: Add Yaroslav Halchenko to contributors. 2012-04-24 00:09:17 -04:00
Johannes Schönberger c7d06951a8 DOC: update contributors 2012-04-23 22:16:59 +02: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 af345f1a32 improved color assignment of circle in shapes example script 2012-04-23 18:45:11 +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 48328cda8a combined all draw functions in one example script 2012-04-23 17:07:36 +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
Vincent Albufera 5491d85705 Addition of examples in the harris and peak local max function 2012-04-20 10:54:03 +02:00
Johannes Schönberger 4565a49cfa added draw.polygon function with test cases 2012-04-19 23:37:35 +02:00
Stefan van der Walt 5438d313bb Merge pull request #176 from tonysyu/peak-fixes
ENH: Add absolute/relative peak detection, and allow limiting number of peaks.
2012-04-16 01:39:13 -07: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
David Cournapeau 8743a13978 FEAT: update to bento master - simplify waf declaration. 2012-04-05 18:33:24 +02:00