From f75f5e4e8078520fde7857fe78009e78414e93fd Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 28 Oct 2016 21:37:40 +0800 Subject: utils/rotate.py: Add a new ref. which may help further vectorization Investigate whether the vectorization will improve the speed. --- fg21sim/utils/rotate.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fg21sim/utils/rotate.py') 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 """ -- cgit v1.2.2