Skip to content
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

apply an affine matrix to the data in the viewer on the fly #89

Open
katjaq opened this issue Oct 15, 2017 · 0 comments
Open

apply an affine matrix to the data in the viewer on the fly #89

katjaq opened this issue Oct 15, 2017 · 0 comments

Comments

@katjaq
Copy link
Collaborator

katjaq commented Oct 15, 2017

When the brain is cut into slices, the tissue gets slightly deformed. So, usually, researchers either do an MRI scan preceding the cutting so that there would be an MRI reference volume, or they would take a picture of the remaining tissue before every single cut, and use these so called blockface images to reconstruct a 3D reference volume.

The cut sections are then registered to the reference volume (best: MRI; blockface also possible) in order to align the slices with each other.
Output: for each section, there will be a 2D affine transformation matrix (including everything from rotation, stretch, shear, translation... everything)

Can we deal with that in the viewer? How can we add an affine matrix to the viewer? So that we can keep track of all transformations, adding up affine matrices, and just apply them to the slice in viewer!

OpenSeadragon has slider to rotate the image --> that could be an option!! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant