fiji / Stitching

Fiji's Stitching plugins reconstruct big images from tiled input images.
http://imagej.net/Stitching
GNU General Public License v2.0
96 stars 64 forks source link

See fused tiles as they are completed #8

Closed hinerm closed 10 years ago

hinerm commented 10 years ago

When displaying a fused result, let's pop up a blank image immediately and then fill it in with fused images as they are ready. This could be very valuable when combined with https://github.com/fiji/Stitching/issues/7, and in general could help with troubleshooting and understanding the stitching process.

StephanPreibisch commented 10 years ago

As commented above, we cannot this. Alternatively we could keep a downsampled version of each input stack from the stitching process and show a preview of the fused data based on this significantly smaller dataset. What do you think?