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

Make Stitching an IJ2 command #6

Open hinerm opened 10 years ago

hinerm commented 10 years ago

It would be nice if the Stitching plugin could take advantage of enhancements in the IJ2 framework. Specifically: https://github.com/imagej/imagej/issues/25 and https://github.com/imagej/imagej/issues/24

These features will allow Stitching to provide more robust memory and time estimates while it's operating.

It can still operate on IJ1 data structures and such.