imagej2
imagej2 copied to clipboard
Cannot threshold composite float32 images
To reproduce:
- Open blobs sample image
- Convert blobs to float32
- In GUI: Image > Color > Merge Channels
- Add blobs to 2 channels
- Try to threshold resulting composite image
Observed behavior:

This is not restricted to 32-bit images. In my tests, every composite image was giving this Threshold dialog, e.g.:
run("Blobs (25K)");
run("Merge Channels...", "c1=blobs.gif c2=blobs.gif c3=blobs.gif create");
run("Threshold...");