Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | draw.py: Remove the unused "circle()" function | Aaron LI | 2016-10-25 | 1 | -42/+0 |
* | draw.py: Optimize "ellipse()" using numba JIT | Aaron LI | 2016-10-25 | 1 | -17/+27 |
* | draw.py: Optimize "_ellipse_in_shape()" using JIT | Aaron LI | 2016-10-25 | 1 | -3/+20 |
* | utils/draw.py: List the functions taken from "scikit-image" | Aaron LI | 2016-10-17 | 1 | -2/+8 |
* | Fix the reStructuredText citation syntax | Aaron LI | 2016-10-17 | 1 | -1/+1 |
* | utils/draw.py: Add disclaimer about the license: Modified BSD | Aaron LI | 2016-10-15 | 1 | -4/+41 |
* | Add utils/draw.py: draw circles and ellipses | Aaron LI | 2016-10-15 | 1 | -0/+128 |