You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: