Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3efcfd07 authored by NADAL Morgane's avatar NADAL Morgane
Browse files

some modifs

parents 96d784c3 74ada082
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ img_shape = image.shape
print(f"IMAGE: s.{img_shape} t.{image.dtype} m.{image.min()} M.{image.max()}")
# Intensity relative normalization (between 0 and 1).
# TODO: change Frangi to take the normalization btw 0 and 1 into account ?
# TODO: change Frangi parameters to take the normalization btw 0 and 1 into account ?
# image_for_soma = in_.IntensityNormalizedImage(image)
# image_for_ext = in_.IntensityNormalizedImage(image)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment