-
Notifications
You must be signed in to change notification settings - Fork 1
19th Dec 2023: Comparing different masking methods
Murray Cutforth edited this page Dec 19, 2023
·
1 revision
Automatically finding a mask/ROI of the wells is key to subsequently computing parameters like Fv/Fm. In this page a couple of different masking approaches are compared.
- All methods are based on a thresholding approach
- We vary a parameter called
num_std, where the threshold is set as the mean of a blank well + some multiple of the standard deviation of the intensities in the blank well:mu + num_std * sigma - We experiment with morphological opening, to smooth the mask and remove noise
- In order to compare a well image (with many time points) to a single threshold value, we experiment with using the pixel-wise mean and minimum
The following plots show metrics related to the masks, where the x-axis is the plate (arbitrary order).
Mean reduction, no opening:

Min reduction, no opening:

Min reduction, with opening:

- The default value (min reduction, sigma=3) found already looks fairly optimal to me
- Average Fv/Fm values are fairly insensitive to this, which is good