diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-28 21:37:40 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-28 21:37:40 +0800 |
commit | f75f5e4e8078520fde7857fe78009e78414e93fd (patch) | |
tree | 3cf8213a28e8a0dd0f8f30087b2971fd0f23952b /fg21sim | |
parent | 0bbd98e04c741c58dacba35dfb2cf67c1b49c0e2 (diff) | |
download | fg21sim-f75f5e4e8078520fde7857fe78009e78414e93fd.tar.bz2 |
utils/rotate.py: Add a new ref. which may help further vectorization
Investigate whether the vectorization will improve the speed.
Diffstat (limited to 'fg21sim')
-rw-r--r-- | fg21sim/utils/rotate.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fg21sim/utils/rotate.py b/fg21sim/utils/rotate.py index 84e4f9d..dbf31e7 100644 --- a/fg21sim/utils/rotate.py +++ b/fg21sim/utils/rotate.py @@ -11,6 +11,8 @@ References - Image rotation by MATLAB without using imrotate https://stackoverflow.com/a/19687481/4856091 https://stackoverflow.com/a/19689081/4856091 +- Stackoverflow: Python: Rotating greyscale images + https://codereview.stackexchange.com/a/41903 """ |