Stefan van der Walt
|
5eebce97ae
|
Rename starting point of line
|
2015-07-12 09:47:42 -05:00 |
|
Stefan van der Walt
|
a659aa1acc
|
Fix and clean up anti-aliased line drawing (closes #1563)
|
2015-07-11 18:39:37 -05:00 |
|
Johannes Schönberger
|
fcdffd7e3d
|
Do not acquire GIL for draw functions
|
2015-05-20 20:26:57 -07:00 |
|
Steven Silvester
|
b6a1bcdb06
|
Merge pull request #1324 from ahojnnes/rel-import
Use relative imports in skimage files
|
2015-01-25 15:26:34 -06:00 |
|
François Boulogne
|
6633ca9a71
|
PEP8
|
2015-01-22 13:41:49 -05:00 |
|
Johannes Schönberger
|
ee5c6fbeb2
|
Use relative imports in skimage files
|
2015-01-22 07:36:48 -05:00 |
|
François Boulogne
|
310ddf6d62
|
DOC: fix typo
|
2015-01-18 21:38:34 -05:00 |
|
François Boulogne
|
8befed20bf
|
DOC: fix typos
|
2015-01-18 19:55:53 -05:00 |
|
François Boulogne
|
44d10176dc
|
DOC: fix mistake optional flag
|
2014-11-10 08:10:14 +01:00 |
|
François Boulogne
|
e8cd48b8ae
|
DOC: enhance docstring
|
2014-11-10 08:09:26 +01:00 |
|
François Boulogne
|
8e2f397700
|
add shape option to draw functions
|
2014-11-09 22:05:59 +01:00 |
|
Johannes Schönberger
|
342205fcde
|
Speed up memory views in line drawing function
|
2013-10-18 20:54:28 +02:00 |
|
Johannes Schönberger
|
998d64e64e
|
Remove duplicate set_color function
|
2013-10-14 17:58:18 +02:00 |
|
Johannes Schönberger
|
6c67738808
|
Miscellaneous fixes and improvements
|
2013-10-12 14:13:10 +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
|
4c14e86952
|
DOC: update return according to wu's method
|
2013-10-02 17:23:37 +02:00 |
|
François Boulogne
|
ed8521175b
|
import Fedor's contribution
|
2013-10-02 17:23:37 +02: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
|
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
|
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 |
|
Johannes Schönberger
|
be7a920041
|
Add example to ellipse_perimeter drawing function
|
2013-05-27 21:15:50 +02:00 |
|
Johannes Schönberger
|
5bae2046df
|
Add example to circle_perimeter drawing function
|
2013-05-27 21:15:36 +02:00 |
|
Johannes Schönberger
|
3c8337a3ac
|
Add example to polygon drawing function
|
2013-05-27 21:11:57 +02:00 |
|
Johannes Schönberger
|
748be5db22
|
Add example to line drawing function
|
2013-05-27 21:09:49 +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
|
980aff5bdb
|
Deprecate bresenham function
|
2013-04-28 13:11:07 +02:00 |
|
François Boulogne
|
a3d73bdd61
|
DOC: minor fix ellipse_perim.
|
2013-03-16 13:25:01 +01:00 |
|
Johannes Schönberger
|
387c72b018
|
Remove colon as multi-line comment symbol
|
2013-03-06 16:43:41 +01:00 |
|