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

Add static utility class for scripting API #59

Open imagejan opened 4 years ago

imagejan commented 4 years ago

I've been using this utility class StitchingUtils for a while now, e.g. when I need to stitch multi-series images that are not being read correctly via Bio-Formats, or for images that are loaded into memory already in scripting workflows, to avoid writing new files and relying on a TileConfiguration.txt file.

This adds the following static methods:

as well as:


As there seems to be some community interest in having more accessible stitching API (e.g. in the discussion of https://github.com/imagej/pyimagej/issues/35), I thought it might make sense to migrate these utility methods upstream from faim-ij2-visiview-processing into this repository.

@StephanPreibisch, @ctrueden let me know what you think.

ctrueden commented 4 years ago

I think it would be great to add. @StephanPreibisch OK if we merge it?