Commit Graph

33 Commits

Author SHA1 Message Date
Stefan van der Walt a39dac7c52 Use row/column instead of x, y convention 2016-02-02 12:05:30 -08:00
Stefan van der Walt bf7e885064 Polygon clipping requires mpl, but it is now a dependency. Remove warning. 2016-02-02 08:25:41 -08:00
Stefan van der Walt 5e906fb4ec Add missing import 2016-02-02 08:25:41 -08:00
Stefan van der Walt 5280cacb82 Avoid matplotlib testing problems on Travis-CI 2016-02-02 08:25:41 -08:00
Stefan van der Walt 45f8bd2e72 Fix typos from PR feedback 2016-02-02 08:25:41 -08:00
Stefan van der Walt 88a269c282 Add polygon perimiter drawing 2016-02-02 08:25:41 -08:00
Stefan van der Walt 6d103b5a7f Revert back usage of full_like to support older numpy 2016-01-31 09:43:28 -08:00
Stefan van der Walt 772dc48337 Simplify alpha vector generation 2016-01-27 14:28:40 -08:00
Stefan van der Walt c8ba77d5f9 Clean up implementation 2016-01-24 19:42:24 -08:00
Stefan van der Walt e2f874e75f draw: Add alpha ability to set_color 2016-01-23 16:02:49 -08:00
michaelpacer 1b31af72b0 Fixed variable names to accord with r, c naming convention 2015-07-12 12:42:11 -05:00
bennlich 23670b4f02 Explicitly cast upper_left and lower_right to ints 2015-06-24 08:46:57 -07:00
bennlich 84831fce87 Fix bug when shape parameter is passed in from color images 2015-05-27 14:13:19 -07:00
bennlich 5ee137f904 Always maximally constrain bounding_shape when creating ellipse 2015-05-22 17:28:55 -07:00
Steven Silvester 09876408fc Fix some sphinx warnings and add to build
Fix some sphinx warnings

Add documentation build to test

Add documentation build to test

Remove change in numpydoc

Remove change in apigen

Add makefile target for html and add to travis script

Add a makefile target for html and add to travis script

Fix more sphinx warnings
2015-02-07 16:40:26 -06:00
François Boulogne 310ddf6d62 DOC: fix typo 2015-01-18 21:38:34 -05:00
François Boulogne c736ff2c1a MAINT: mutualize function 2014-11-09 22:07:05 +01:00
Steven Silvester 9ea43d777b Avoid type incompatibility warnings 2014-10-04 21:41:35 -05:00
Alexey Umnov 88a9cb4060 Added float conversions for python2.x 2014-09-17 20:20:26 +04:00
Alexey Umnov abcd613593 Fixed ellipse symmetry and added some tests. 2014-09-17 19:13:36 +04:00
François Boulogne b3f0c1eb96 FIX bug #832 + testcase 2014-03-16 15:46:39 -04:00
François Boulogne bac7ede8b2 PEP8 2013-10-02 18:12:01 +02:00
Johannes Schönberger a12e557849 Add example to set_color drawing function 2013-05-27 21:20:59 +02:00
Johannes Schönberger f31193c099 Add example to circle drawing function 2013-05-27 21:19:25 +02:00
Johannes Schönberger bc3a804093 Add example to ellipse drawing function 2013-05-27 21:17:26 +02:00
Johannes Schönberger 4cf6edc756 Capitalize parameter description 2013-05-27 21:00:59 +02:00
Johannes Schönberger 559b0a0562 Implement faster version of circle and ellipse drawing 2013-05-27 21:00:09 +02:00
Johannes Schönberger 24d1b201c9 Delete unnecessary file 2012-08-26 00:10:28 +02:00
Stefan van der Walt abca94e16f BUG: Provide bresenham as backward compatible name for line. 2012-04-24 13:05:36 -07:00
Johannes Schönberger 53ac34a8d0 renamed function bresenham to line 2012-04-23 17:07:27 +02:00
Johannes Schönberger de8369be50 added draw circle and ellipse functions 2012-04-23 16:20:49 +02:00
Johannes Schönberger 4565a49cfa added draw.polygon function with test cases 2012-04-19 23:37:35 +02:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00