Skip to content
Snippets Groups Projects
Commit db261db2 authored by Kai Schleicher's avatar Kai Schleicher
Browse files

Do not show intermediate image

parent 106d690d
No related branches found
No related tags found
1 merge request!2Initial commit
...@@ -762,7 +762,6 @@ canvas = create_empty_image(32, image_width, image_height) ...@@ -762,7 +762,6 @@ canvas = create_empty_image(32, image_width, image_height)
load_rois_from_zip(fiber_segmentation_roiset) load_rois_from_zip(fiber_segmentation_roiset)
fiber_label_imp = convert_rois_to_labelimage(canvas) fiber_label_imp = convert_rois_to_labelimage(canvas)
canvas.close() canvas.close()
fiber_label_imp.show()
# threshold DAPI channel and convert to binary # threshold DAPI channel and convert to binary
dapi_channel = BFopen_image(path_to_image, dapi_channel_number, series_number) dapi_channel = BFopen_image(path_to_image, dapi_channel_number, series_number)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment