Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/transform/circle2ellipse: skip rotation if it's None | Aaron LI | 2017-10-23 | 1 | -4/+5 |
| | |||||
* | Fix the warning on scipy.ndimage.zoom output shape calculation | Aaron LI | 2017-08-14 | 1 | -1/+4 |
| | | | | | | | | | scipy.ndimage.zoom calculate the output/zoomed image shape with round(), while the old versions use int() instead. When the two calculations are different, a warning is raised. This commit fixes the calculation mismatch. Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | utils/transform.py: Update comment and minor cleanups | Aaron LI | 2017-08-12 | 1 | -5/+3 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | utils/transform.py: Add function "circle2ellipse()" | Aaron LI | 2017-07-18 | 1 | -0/+40 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Rename utils/rotate.py to utils/transform.py | Aaron LI | 2017-07-18 | 1 | -0/+143 |
Signed-off-by: Aaron LI <aly@aaronly.me> |