Materials for the advanced image registration section of the "Advanced methods in bioimage analysis" EMBO 2023 course
- Watch the lecture video
- (Optional) Download the lecture slides
If working on EMBL's BAND Platform, run these once:
- Open a terminal (click the icon near the top of the screen, or Applications > System tools > MATE terminal)
- Run
/scratch/bioimagecourse2023/session4/get-data.sh
Now you should have a folder in your home directory called emboBioImage2023_registration
. It should contain
a folder called sampleImages
containing six files.
When you're ready to start the hands-on portion run these two commands in a terminal.
source /scratch/bioimagecourse2023/session4/setup.sh
/scratch/bioimagecourse2023/session4/notebook.sh
Otherwise:
- Check out this repository
- Run
./downloadSampleImages
to ... download more sample images - Set up your environment, if necessary (see below)
Each notebook contains instructions and comments. To get the most out of them, students should read and follow instructions in the notebooks, run the notebook cell-by-cell, ensuring they understand the code. Also important:
- Predict the output / result of each cell before running
- Observe the result after running the cell
- Compare to your prediction
Unsurprisingly, the recommended order for notebooks is:
1_resample_images.ipnb
2_translation_initialization.ipnb
3_similarity_metrics.ipnb
4_multi_resolution.ipnb
5_nonlinear.ipynb
- elastix
- ANTs
- CMTK
- BigStream (for big data)
- bUnwarpJ (by Ignacio!)
- ec-Clem (by Perrine!)
- BigWarp (by John!)
- BigStitcher
- ABBA
- Iterative closest point (ICP): classical algorithm with many implementations
- Coherent point drift
- Janelia "render services"
Thank you to the organizers of the course: Ignacio Arganda-Carreras, Anna Klemm, Perrine Paul-Gilloteaux, Christian Tischer, Irena Provaznikova, and Alba Catherine Casas Saavedra. The Saalfeld lab and HHMI Janelia for supporting me, and all the course particpants.
- CT / MR
- Adapted from the 2007 MIT registration course by Zollei and Wells
- JFRC2010
- JFRC2018