removed todo.
This commit is contained in:
@ -323,7 +323,6 @@ class fingerprint_app:
|
|||||||
"Number of iterations must be positive orr zero")
|
"Number of iterations must be positive orr zero")
|
||||||
self.height_base = 0
|
self.height_base = 0
|
||||||
|
|
||||||
# TODO: curved height base could be done here?
|
|
||||||
# Transform image values to get a heightmap
|
# Transform image values to get a heightmap
|
||||||
self.img = (self.height_base + (1 - self.img/255)
|
self.img = (self.height_base + (1 - self.img/255)
|
||||||
* self.height_line)
|
* self.height_line)
|
||||||
|
Reference in New Issue
Block a user