Scripting and batch processing
The stitching functionality of napari-stitcher
relies on the multiview-stitcher
toolbox, which is a Python package to be used in scripts and batch processing. This allows you to automate the stitching process and integrate it into your existing workflows.
Getting started
Have a look at:
- The multiview-stitcher documentation for an overview of the toolbox and its functionality.
- A code example.
- Example jupyter notebooks.