aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-10-28 21:37:40 +0800
committerAaron LI <aaronly.me@outlook.com>2016-10-28 21:37:40 +0800
commitf75f5e4e8078520fde7857fe78009e78414e93fd (patch)
tree3cf8213a28e8a0dd0f8f30087b2971fd0f23952b
parent0bbd98e04c741c58dacba35dfb2cf67c1b49c0e2 (diff)
downloadfg21sim-f75f5e4e8078520fde7857fe78009e78414e93fd.tar.bz2
utils/rotate.py: Add a new ref. which may help further vectorization
Investigate whether the vectorization will improve the speed.
-rw-r--r--fg21sim/utils/rotate.py2
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
"""