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

SpotEllipsoidFeature #13

Closed
3 tasks done
stefanhahmann opened this issue Jan 9, 2023 · 2 comments · Fixed by #14
Closed
3 tasks done

SpotEllipsoidFeature #13

stefanhahmann opened this issue Jan 9, 2023 · 2 comments · Fixed by #14
Assignees

Comments

@stefanhahmann
Copy link
Collaborator

stefanhahmann commented Jan 9, 2023

UserStory

From a biological perspective, the shape (approximated by an ellipsoid with 3 semi-axes and a resulting volume) of a cell during an individual timepoint may be a good descriptor for the cell type. Thus, it would be useful to have this information as a feature.

Acceptance criteria

  1. Available as Feature within the Feature Computer
  2. Computes the volume of the Spot
  3. Computes all 3 semi-axes of the Spot/Ellipsoid

Tasks

  • Implement Feature
  • Implement FeatureComputer
  • Write Unit test

Additional information

Code example for deriving ellipsoid axes and volume from Spot covariance matrix
https://github.com/mastodon-sc/mastodon/blob/master/src/main/java/org/mastodon/mamut/feature/SpotRadiusFeature.java#L136

@stefanhahmann stefanhahmann changed the title SpotShapeFeature SpotEllipsoidFeature Jan 10, 2023
@tinevez
Copy link
Collaborator

tinevez commented May 8, 2023

Would you care to add the orientations?

@stefanhahmann
Copy link
Collaborator Author

Would you care to add the orientations?

Do you mean the division orientations? If so, this is a foreseen feature, once I will be working on features again:

#1

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 a pull request may close this issue.

2 participants