-
Notifications
You must be signed in to change notification settings - Fork 32
Step 5: Place
Giulio Iannello edited this page Sep 1, 2018
·
4 revisions
In this step, TeraStitcher finds an optimal tile placement given the pairwise displacements computed in the previous phases.
The algorithm used by default is based on the minimum spanning tree of the undirected weighted graph constituted by the mesh of tiles connected by edges labeled with the inverse of the displacements reliability measures.
- an XML descriptor generated by the Threshold step or, alternatively, an XML descriptor in which one (and only one) displacement is stored for each pair of adjacent tiles.
- absolute path of the XML descriptor (
--projin
)
- output XML descriptor filepath (
--projout
) - algorithm (
--algorithm
)
- XML descriptor saved at
--projout
containing globally optimal tile positions.
terastitcher --placetiles --projin=C:/volume/xml_displthres.xml"
Wiki maintained by Alessandro Bria and Giulio Iannello.
- Quick Guide (pdf)
- TeraTools Guide (pdf)
- Stitching pipeline
- User Interface
- Supported volume formats
- Demo and batch scripts
- Built-in I/O plugins
- FAQ