Commit Graph

113 Commits

Author SHA1 Message Date
François Boulogne b3f0c1eb96 FIX bug #832 + testcase 2014-03-16 15:46:39 -04:00
François Boulogne 6093c55aa2 MIN: typo 2014-03-15 10:29:45 -04:00
François Boulogne 67b1335c15 remove '' around ValueError 2014-03-15 08:50:53 -04:00
François Boulogne c6e916d082 remove extra ) 2014-03-15 08:26:45 -04:00
François Boulogne a423bd15e6 MAINT: use asset_allclose instead of round 2014-03-15 07:58:01 -04:00
François Boulogne ee12ccff26 TEST: add unittest about ValueError 2014-03-15 07:47:05 -04:00
Johannes Schönberger 342205fcde Speed up memory views in line drawing function 2013-10-18 20:54:28 +02:00
Johannes Schönberger a9e9012d1a Re-add missing parts 2013-10-14 18:24:58 +02:00
Johannes Schönberger ffbe37ad9d Add test case for set_color function 2013-10-14 18:01:03 +02:00
Johannes Schönberger 998d64e64e Remove duplicate set_color function 2013-10-14 17:58:18 +02:00
Josh Warner (Mac) b9f5dd3ad5 DOC: Fix capitalization in ellipsoid docstring. 2013-10-13 13:15:08 -05:00
Josh Warner (Mac) a229d19eb0 DOC: Change sampling to spacing in skimage.draw.ellipsoid and tests 2013-10-13 13:11:11 -05:00
Johannes Schönberger 6c67738808 Miscellaneous fixes and improvements 2013-10-12 14:13:10 +02:00
François Boulogne bac7ede8b2 PEP8 2013-10-02 18:12:01 +02:00
François Boulogne 055e820e72 MINOR: some comments 2013-10-02 17:25:17 +02:00
François Boulogne 7299753602 FIX: broken test (thanks unittest!) 2013-10-02 17:25:17 +02:00
François Boulogne 296f8dad20 MINOR: doctrings + various improvements 2013-10-02 17:25:17 +02:00
François Boulogne 1548364b65 ADD: bezier_curve 2013-10-02 17:25:16 +02:00
François Boulogne 5c423475e6 PEP8 2013-10-02 17:25:16 +02:00
François Boulogne 718989edc5 FIX: division for value 2013-10-02 17:25:16 +02:00
François Boulogne d998166ede MAINT: val in [0,1] 2013-10-02 17:25:15 +02:00
François Boulogne a4f1704d6e MAINT: bezier_segment is private 2013-10-02 17:25:15 +02:00
François Boulogne 90335efdda Implement line_aa 2013-10-02 17:25:15 +02:00
François Boulogne bf31517843 DOC: remove wu in methods 2013-10-02 17:24:22 +02:00
François Boulogne 2606494828 MAINT: put AA method in draw.*_aa 2013-10-02 17:24:22 +02:00
François Boulogne dcf02235a4 DOC: fix refs 2013-10-02 17:23:37 +02:00
François Boulogne 62240c1f11 TEST: fix unittest 2013-10-02 17:23:37 +02:00
François Boulogne 62dbd7b9b9 TEST: fix returned tuple 2013-10-02 17:23:37 +02:00
François Boulogne 4c14e86952 DOC: update return according to wu's method 2013-10-02 17:23:37 +02:00
François Boulogne 36e23b106f TEST: add unittest and check with travis 2013-10-02 17:23:37 +02:00
François Boulogne ed8521175b import Fedor's contribution 2013-10-02 17:23:37 +02:00
Josh Warner (Mac) abc7a16a80 STYLE: Use np.array instead of np.r_ and import Poly3DCollection 2013-09-02 15:31:51 -05:00
Josh Warner (Mac) 1174d6fbc5 FIX: Errors in unit tests 2013-09-01 22:05:39 -05:00
Josh Warner (Mac) 50d73fdd62 TEST: Add test suite for draw3d (ellipsoid/ellipsoid_stats) 2013-09-01 21:31:53 -05:00
Josh Warner (Mac) 14a0685838 MAINT: Refactor ellipsoid generator into skimage.draw 2013-09-01 20:51:20 -05:00
Johannes Schönberger a8f0d46ab2 Fix missing conversion of typed memoryview to numpy array 2013-08-17 23:17:05 +02:00
Johannes Schönberger cd9f3bd92e Use typed memoryviews in draw package 2013-08-17 22:07:45 +02:00
François Boulogne a48de8dea9 add optional + default in pyx docstring 2013-05-29 20:18:19 +02:00
François Boulogne b36a34c4a4 oops 2013-05-28 07:56:56 +02:00
François Boulogne 1e862e06bc use bint 2013-05-28 07:56:56 +02:00
François Boulogne 984311b457 fix int + pep 2013-05-28 07:56:56 +02:00
François Boulogne 192fb30f7f pep8 2013-05-28 07:56:56 +02:00
François Boulogne f630327dc3 add unittest 2013-05-28 07:56:56 +02:00
François Boulogne 2131a9ddfd rename function bezier_curve to bezier_segment 2013-05-28 07:56:55 +02:00
François Boulogne e2dbc48e5d docstring 2013-05-28 07:56:12 +02:00
François Boulogne 00524a3d86 split tests 2013-05-28 07:56:12 +02:00
François Boulogne 1710b12665 change bezier_curve definition for consistency 2013-05-28 07:56:12 +02:00
François Boulogne 328e54fa13 minor fixes 2013-05-28 07:56:12 +02:00
François Boulogne ed9d1aae88 remove old line 2013-05-28 07:56:12 +02:00
François Boulogne e51f5c3cd5 implement rotated ellipses 2013-05-28 07:56:11 +02:00