diff --git a/zesje/scans.py b/zesje/scans.py index 02ad271f45ce42066633874eef7e1c79de742332..8addf7ab033a93d3809734760ae5988dec36ec45 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 ------