removed todo.

This commit is contained in:
Rostislav Lán
2023-05-06 15:24:18 +02:00
parent 33a29b9309
commit 517edb7b9a

View File

@ -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)