-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3D Tile Alignment #1
Comments
Since the full 3D alignment pipeline is still on its way, could we write a script to roughly align the sections and put them into a volumetric file for exploring? This will help with data quality inspection and rough region of interest selection. |
I added a minimum working example of rendering a roughly aligned multiscale 3D volume with TensorStore. |
For roughly aligning sections, this script scripts/run_roughly_align_sections.py on the bo-dev branch can be a starting example. |
The registration procedure with diffident crop sizes is a good approach, however due to the imaging issues and deformation of stitched tiles the final shift vector should be computed from shift vectors computed from multiple regions on the section pairs. The precision of rough alignment will be better. |
The following should work:
|
Add 3D tile alignment script.
The text was updated successfully, but these errors were encountered: