From 517edb7b9a9f63a0f3d21edff01b873fdb86b2c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rostislav=20L=C3=A1n?= Date: Sat, 6 May 2023 15:24:18 +0200 Subject: [PATCH] removed todo. --- src/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.py b/src/main.py index b4ed757..923c986 100644 --- a/src/main.py +++ b/src/main.py @@ -323,7 +323,6 @@ class fingerprint_app: "Number of iterations must be positive orr zero") self.height_base = 0 - # TODO: curved height base could be done here? # Transform image values to get a heightmap self.img = (self.height_base + (1 - self.img/255) * self.height_line)