sofima icon indicating copy to clipboard operation
sofima copied to clipboard

Scalable Optical Flow-based Image Montaging and Alignment

Results 12 sofima issues
Sort by recently updated
recently updated
newest added

Following the stitching example for Sofima, the stitching is fine for small number of tiles, however I have 1631 EM tiles for stitching using the following tile_id_map ``` id_map =...

Hello, this PR adds zarr_processor.py, an entrypoint for processing Zarr datasets. zarr_processor.py imports: - zarr_utils.py for general data loading - coarse_registration.py for initial coarse tile registration - fine_registration.py for elastic...

Generalize more operations in map_utils to 3d, add support for a batch channel in elastic_mesh_3d, and switch the map_utils and mesh modules to pep-585 type annotations.

In higher versions of python (>=3.8), you cannot import the `warp.py' module ![sofima-typing](https://user-images.githubusercontent.com/12106104/212165494-1e564ef9-bc3b-42bf-92ee-bd2a785dc594.png) This error is caused by tuple[int,int] which is not allowed in the function definition, as this is...

Allow an optional TensorStore context when opening descriptors.

Bugfix: correct start locations in AbsoluteSubvolumeIndexer.

Precision in estimating coarse offsets for em-datasets can often be improved with custom boolean masks for desired tile-pairs. This is particularly true for tile pairs at the edge or near...

Request for Container image version (ex. 24.05)

The alignment example code fails at the cell starting with `class ReconcileCrossBlockMaps(maps.ReconcileCrossBlockMaps): ` giving the following error: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[32], line 14 11...