Show hidden text

This commit is contained in:
Johannes Schönberger
2013-11-30 19:37:55 +01:00
parent 1869ea9147
commit 64b9c1847b
+11 -12
View File
@@ -4,11 +4,17 @@ Shapes
======
This example shows how to draw several different shapes:
* line
* Bezier curve
* polygon
* circle
* ellipse
- line
- Bezier curve
- polygon
- circle
- ellipse
Anti-aliased drawing for:
- line
- circle
"""
import math
@@ -69,13 +75,6 @@ ax1.imshow(img)
ax1.set_title('No anti-aliasing')
ax1.axis('off')
"""
Anti-aliased drawing for:
* line
* circle
"""
from skimage.draw import line_aa, circle_perimeter_aa