You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I am trying to register some animal brain stacks obtained using OCT(Optical coherence tomography) and TPM (Two-Photon Microscopy). I started with Affine transform and planning to apply SyN method later. As for Affine transform, I couldn't get reasonable results in the z dimension with similarity metrics like GC (global correlation) and MI (mutual information), however the result improves a lot when I switch to CC (cross correlation) as the metric. May I know if CC is a proper similarity measure for Affine? I am asking because it is not listed as similarity measure for Affine in the ANTsDoc.
The text was updated successfully, but these errors were encountered:
It was probably not listed because it's not often used, due to it being much more computationally demanding than GC or MI. But it's fine to use it if it works for you.
Hello I am trying to register some animal brain stacks obtained using OCT(Optical coherence tomography) and TPM (Two-Photon Microscopy). I started with Affine transform and planning to apply SyN method later. As for Affine transform, I couldn't get reasonable results in the z dimension with similarity metrics like GC (global correlation) and MI (mutual information), however the result improves a lot when I switch to CC (cross correlation) as the metric. May I know if CC is a proper similarity measure for Affine? I am asking because it is not listed as similarity measure for Affine in the ANTsDoc.
The text was updated successfully, but these errors were encountered: