From 2d18daa0ca16323ef911c8afbb9e64df00ef4ec2 Mon Sep 17 00:00:00 2001 From: RABijl <r.a.bijl@student.tudelft.nl> Date: Fri, 31 May 2019 09:39:31 +0000 Subject: [PATCH] Apply suggestion to zesje/scans.py --- zesje/scans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zesje/scans.py b/zesje/scans.py index 02ad271f..8addf7ab 100644 --- a/zesje/scans.py +++ b/zesje/scans.py @@ -793,7 +793,7 @@ def check_corner_keypoints(image_array, keypoints): def realign_image(image_array, keypoints=None, reference_keypoints=None): """ - This function realigns an images based on the template image + Transform the image so that the keypoints match the reference. params ------ -- GitLab