removed todo.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user