From 1de877edc3522d818329e7e43e0b13db4759078c Mon Sep 17 00:00:00 2001 From: Anders Langlie <andeslan@stud.ntnu.no> Date: Mon, 14 Jun 2021 13:47:07 +0200 Subject: [PATCH] small correction to comment --- algorithm/SalamanderImage.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/algorithm/SalamanderImage.py b/algorithm/SalamanderImage.py index 66d6fbf..517a434 100644 --- a/algorithm/SalamanderImage.py +++ b/algorithm/SalamanderImage.py @@ -13,9 +13,11 @@ class SalamanderImage: def calculate_descriptors(self): """ - Calculates the descriptors if the member image - Returns: The calculated descriptors - """ + Calculates the descriptors of the member image + + Returns: The calculated descriptors + + """ image = cv2.imdecode(np.fromfile(self.filename, dtype=np.uint8), cv2.IMREAD_GRAYSCALE) -- GitLab