-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to get the transformation matrix? #24
Comments
Hey sorry to have missed this issue; I believe you're looking for this, yes? |
I think I got the matrix by letting the def affine_register return the transformation.transformation_matrix. I don't know whether I did it right. I am trying to apply this matrix to the level 0 of my original WSI. |
..If the image is from #26 , you'll probably want to run it with no_segment_analysis set to true... You could also think about downsampling the image, extracting the transformation matrix and/or transformation parameters, then upsampling the displacement field or applying the parameters on the entire matrix, but this would be for a coarse alignment. The nonlinear deformations allow for pyramidal upsampling of the displacement so as to fine-tune them though requires particular attention to the upsampling and kernel parameters |
Hi, I'm trying to do the image registration for large WSI on the lower level which is faster. Then, I want to apply the transformation matrix back to Level 1 in order to registrar the original WSI. So how can I get the transformation matrix after I've done the registration.
Thank you very much. Looking forward to your advice.
The text was updated successfully, but these errors were encountered: