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

Can stitch without blending? #72

Closed as-nobu closed 1 year ago

as-nobu commented 1 year ago

Is it possible to simply put the images together in order of registration without blending when compositing images? When I look at the fuse options, besides linear blending, I see average, median, max intensity, etc. However, as I understand it, these are a kind of blending where the pixel values are calculated according to these algorithms in the overlapping areas of the image. I have also tried the following setting, and the plugin still do some blending in the overlapping areas. mpicbg.stitching.fusion.BlendingPixelFusion.fractionBlended = 0.0;

imagejan commented 1 year ago

You can choose 'Intensity of random input file' in the Grid Stitching dialog.

as-nobu commented 1 year ago

@imagejan Thank you. It looks what I want.