diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-17 13:35:56 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-17 13:35:56 +0800 |
commit | ddb04e13b612ddacdea8f531f8ef36392812c6a2 (patch) | |
tree | eadff4c372b02f6a2c36cc08f3648fdd82196618 /fg21sim/utils | |
parent | 3a43ed26818eef66340bf35a2c678a96be3a2686 (diff) | |
download | fg21sim-ddb04e13b612ddacdea8f531f8ef36392812c6a2.tar.bz2 |
utils/draw.py: List the functions taken from "scikit-image"
Diffstat (limited to 'fg21sim/utils')
-rw-r--r-- | fg21sim/utils/draw.py | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/fg21sim/utils/draw.py b/fg21sim/utils/draw.py index cb5c1ed..f7e8c3c 100644 --- a/fg21sim/utils/draw.py +++ b/fg21sim/utils/draw.py @@ -33,12 +33,18 @@ """ -Generic drawers (i.e., painters) that draw some commonly used shapes. +Generic drawers (a.k.a. painters) that draw some commonly used shapes. + DISCLAIMER ---------- The following functions are taken from project [scikit-image]_, which are -licensed under the *Modified BSD* license. +licensed under the *Modified BSD* license: + +- ``_ellipse_in_shape()`` +- ``ellipse()`` +- ``circle()`` + Credits ------- |