-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
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. |
One important point to consider is how scalable and how flexible this can be. Considering e.g. 500K organoids, each with 300+ cells/nuclei. |
Uh oh!
There was an error while loading. Please reload this page.
Once objects have been segmented, basic features can be extracted from them. As a first step, using
regionprops
from skimage would be sufficient.The text was updated successfully, but these errors were encountered: