Open mtpark89 opened 9 years ago
Can you provide a word-wise description of your google doc picture?
-Assuming that all timepoints are first rigidly registered (to the baseline image)
***Template-subject registrations -For each template- compute the non-linear registrations for timepoint 1 and timepoint 2 images. -Subtract registrations: (template -> timepoint 2) - (template -> timepoint 1) -This estimates non-linear, between-timepoint differences based on one template only. For 20 templates, 20 (subtracted) registrations that estimates the differences between timepoints. Added benefit of operating on existing registrations in MAGeT Brain to average out error, analogous to our original design.
***Within-subject registrations -Compute both forward (timepoint 1 -> timepoint 2) and backward (timepoint 2 -> timepoint 1) non-linear registrations, then average the two reg. fields- similar to those methods used by UCL group.
***Potential final implementations
Infrastructure needed:
Questions: Do affine between timepoints instead of rigid? If so, need to extract determinant.
Issue: MAGeT Brain (as currently implemented) seems to lack sensitivity for detecting longitudinal changes (work with Tejas).
This raises the need for either:
Either way- think something/plan is needed before we process another large longitudinal dataset- in the interest of being frugal with computing resources.