Closed tibuch closed 1 month ago
The DaskTileStitcher now supports 3D data. We could reduce the computation graph for 3D stitching by introducing a Tile that loads multiple z-planes and assembles them into a 3D image. This could lead to faster stitching of 3D (ZYX) data.
DaskTileStitcher
Tile
There is now a StackedTile for the CV data.
StackedTile
See also #118.
The
DaskTileStitcher
now supports 3D data. We could reduce the computation graph for 3D stitching by introducing aTile
that loads multiple z-planes and assembles them into a 3D image. This could lead to faster stitching of 3D (ZYX) data.