Skip to content

Basic feature extraction of segmented objects #25

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

Closed
gusqgm opened this issue Apr 22, 2022 · 3 comments
Closed

Basic feature extraction of segmented objects #25

gusqgm opened this issue Apr 22, 2022 · 3 comments

Comments

@gusqgm
Copy link
Collaborator

gusqgm commented Apr 22, 2022

Once objects have been segmented, basic features can be extracted from them. As a first step, using regionprops from skimage would be sufficient.

@gusqgm
Copy link
Collaborator Author

gusqgm commented Apr 22, 2022

Outputs of all extracted features should be saved in the table containing the information about each segmented object.

In case objects have nested segmented object groups (e.g. a tissue composed of cells, nuclei, subcellular structures, all segmented independently), each extracted feature pertaining to each nested level should be saved accordingly.

@gusqgm gusqgm changed the title Object segmentation generating outputs for subsequent feature extraction Basic feature extraction of segmented objects Apr 22, 2022
@gusqgm
Copy link
Collaborator Author

gusqgm commented Apr 25, 2022

One important point to consider is how scalable and how flexible this can be.

Considering e.g. 500K organoids, each with 300+ cells/nuclei.
How fast can we load / write, and how flexible can we be in picking up specific objects based on filters?
-> for example, from several different wells (coming from different plates/experiments), selecting particular cells based on their feature values.

@jluethi
Copy link
Collaborator

jluethi commented Jun 14, 2022

Closing this, as it is now covered in #69 (initial feature measurements) and #27 (feature storage & access speed questions)

@jluethi jluethi closed this as completed Jun 14, 2022
Repository owner moved this from Backlog to Done in Fractal Project Management Jun 14, 2022
@jluethi jluethi moved this from Done to Done Archive in Fractal Project Management Jun 14, 2022
jacopo-exact added a commit that referenced this issue Nov 16, 2022
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

No branches or pull requests

2 participants