skimage2.draw#
Warning
This module is part of the experimental skimage2 namespace and is subject to change without notice.
Do not use it in production code.
See the migration guide for more details.
Drawing primitives, such as lines, circles, text, etc.
Generate Bezier curve coordinates. |
|
Generate circle perimeter coordinates. |
|
Generate anti-aliased circle perimeter coordinates. |
|
Generate coordinates of pixels within circle. |
|
Generate coordinates of pixels within ellipse. |
|
Generate ellipse perimeter coordinates. |
|
Generate ellipsoid for given semi-axis lengths. |
|
Calculate analytical volume and surface area of an ellipsoid. |
|
Generate line pixel coordinates. |
|
Generate anti-aliased line pixel coordinates. |
|
Draw a single-pixel thick line in n dimensions. |
|
Generate coordinates of pixels inside a polygon. |
|
Create a binary mask from a polygon. |
|
Generate polygon perimeter coordinates. |
|
Generate an image with random shapes, labeled with bounding boxes. |
|
Generate coordinates of pixels within a rectangle. |
|
Generate coordinates of pixels that are exactly around a rectangle. |
|
Set pixel color in the image at the given coordinates. |