imagej2 icon indicating copy to clipboard operation
imagej2 copied to clipboard

Cannot threshold composite float32 images

Open kephale opened this issue 7 years ago • 1 comments

To reproduce:

  1. Open blobs sample image
  2. Convert blobs to float32
  3. In GUI: Image > Color > Merge Channels
  4. Add blobs to 2 channels
  5. Try to threshold resulting composite image

Observed behavior: image

kephale avatar May 11 '18 03:05 kephale

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...");

imagejan avatar May 14 '18 11:05 imagejan