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

COMP: Replace linear image list with map of lists by type. #40

Closed
wants to merge 1 commit into from
Closed

COMP: Replace linear image list with map of lists by type. #40

wants to merge 1 commit into from

Conversation

Chaircrusher
Copy link

In order to re-do the algorithm to use covariance between
image types, first we need to change the datastructure for
input images & derivatives from a simple vector to a collection
of vectors organized by type.

This is in preparation for re-writing ComputeDistributions.h such
that the covariance is computed between types of images instead of
between individual images. This will, it is hoped, remove the
error condition when for example 2 T1 images are given as input
that have very small differences.

In order to re-do the algorithm to use covariance between
image types, first we need to change the datastructure for
input images & derivatives from a simple vector to a collection
of vectors organized by type.

This is in preparation for re-writing ComputeDistributions.h such
that the covariance is computed between types of images instead of
between individual images. This will, it is hoped, remove the
error condition when for example 2 T1 images are given as input
that have very small differences.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants