I have a list and each element contains two image paths, one of a nd2 file and one of a tif.
The tif file contains labels relative to a microscopy image in nd2 format
I need to load, in parallel, the images and then loop over the unique labels. For each label I need the region of the image with that label and manipulate it
Does anyone have an example code for this?
Thanks