Skip to content

Commit

Permalink
Update background_removal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rmassei authored Jul 15, 2024
1 parent 1654c67 commit cd5cad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/background_removal/background_removal.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def process_image(args):
output_image = convert_image_to_format_of(output_image, image)
skimage.io.imsave(args.output, output_image, plugin="tifffile")


def convert_image_to_format_of(image, format_image):
"""
Convert the first image to the format of the second image.
Expand Down

0 comments on commit cd5cad0

Please sign in to comment.