aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/draw.py
Commit message (Expand)AuthorAgeFilesLines
* utils/draw.py: Replace "ellipse()" with the `skiimage' versionAaron LI2017-08-311-27/+96
* utils/draw.py: Add function circle()Aaron LI2017-07-181-1/+62
* utils/draw.py: Merge "_ellipse_in_shape()" to "ellipse()"Aaron LI2016-12-131-84/+24
* utils/draw.py: Fix a wrong brace in "_ellipse_in_shape()"Aaron LI2016-12-131-1/+1
* utils/draw.py: Remove the "Modified BSD" license; Update creditAaron LI2016-11-181-40/+4
* draw.py: Remove the unused "circle()" functionAaron LI2016-10-251-42/+0
* draw.py: Optimize "ellipse()" using numba JITAaron LI2016-10-251-17/+27
* draw.py: Optimize "_ellipse_in_shape()" using JITAaron LI2016-10-251-3/+20
* utils/draw.py: List the functions taken from "scikit-image"Aaron LI2016-10-171-2/+8
* Fix the reStructuredText citation syntaxAaron LI2016-10-171-1/+1
* utils/draw.py: Add disclaimer about the license: Modified BSDAaron LI2016-10-151-4/+41
* Add utils/draw.py: draw circles and ellipsesAaron LI2016-10-151-0/+128