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

Smarter transforms #7

Open
jzaremba opened this issue Feb 14, 2015 · 0 comments
Open

Smarter transforms #7

jzaremba opened this issue Feb 14, 2015 · 0 comments

Comments

@jzaremba
Copy link
Member

At least for in vivo imaging data, transforms calculated between sessions are intended to correct for two things:

  1. Movement of the imaged field of view from session-to-session (This should just be rotation/translation)
  2. Warping of the tissue itself over time. (This should allow rotation/translation/shear?).

Two issues with the affine transforms we apply now:

  1. There is no biological reason the scale factor between sessions should be anything other than 1.
  2. Any kind of shear would be do to changes in the tissue as a whole, not the cells themselves, so it should effectively only be applied to the spacing between ROIs, not the shape of the ROIs themselves.

Ideally, calculate/apply transforms separately on the ROI centroids and the ROI shapes. At least only apply the calculated shear to the centroids.

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