Mentions légales du service

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

small corrections

parent 6c2466b6
No related branches found
No related tags found
No related merge requests found
......@@ -264,11 +264,9 @@ class extension_t(glial_cmp_t):
result = image.copy()
if (low is not None) and (high is not None):
result = __HysterisisImage__(result, low, high)
# MaximumIntensityProjectionZ(result, output_image_file_name="D:\\MorganeNadal\\M2 report\\for the slides\\ext_hyst_mip.png")
if selem is not None:
result = __MorphologicalCleaning__(result, selem)
# MaximumIntensityProjectionZ(result, output_image_file_name="D:\\MorganeNadal\\M2 report\\for the slides\\ext_opclos_mip.png")
return result
......
......@@ -167,10 +167,8 @@ class soma_t(glial_cmp_t):
'''
result = __HysterisisImage__(image, low, high)
# MaximumIntensityProjectionZ(result)
result = __MorphologicalCleaning__(image, result, selem)
# MaximumIntensityProjectionZ(result)
return result
......
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