fmi-faim / faim-ipa

A collection of Image Processing and Analysis (IPA) functions used at the Facility for Advanced Imaging and Microscopy (FAIM)
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Create 3D Tile for CV and MD acquisitions #83

Closed tibuch closed 1 month ago

tibuch commented 10 months 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.

tibuch commented 8 months ago

There is now a StackedTile for the CV data.

imagejan commented 4 months ago

See also #118.