From ddb04e13b612ddacdea8f531f8ef36392812c6a2 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 17 Oct 2016 13:35:56 +0800 Subject: utils/draw.py: List the functions taken from "scikit-image" --- fg21sim/utils/draw.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'fg21sim/utils') 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 ------- -- cgit v1.2.2