I’m using ImageJ/Fiji.
$ ImageJ --headless --console -eval "print(getVersion());" | tail -n 1
2.1.0/1.53g
Given two region of interest, I know how to select the XOR between the region of interest. In ROI Manager window, I will find the option XOR in the More menu.
I’m searching of how can I do the same if I’m using overlays. The overlay menu does not list the XOR operation.
I do not want to move selections between overlays and ROI. Any suggestion on how to perform the XOR operation? Thanks!