add intensity to the regionprops features - #274
Merged
Conversation
… in memory so it is faster to compute the next crop in the same time point
Collaborator
Author
|
Checked that measuring intensities from dask arrays also works. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #274 +/- ##
==========================================
+ Coverage 93.96% 94.12% +0.15%
==========================================
Files 60 60
Lines 3414 3521 +107
==========================================
+ Hits 3208 3314 +106
- Misses 206 207 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
cmalinmayor
approved these changes
Sep 4, 2026
cmalinmayor
left a comment
Contributor
There was a problem hiding this comment.
🍅 👍 🦖 just fixed some typing to make it clear that dask arrays are allowed. Otherwise looks great!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add intensity to Tracks and allow the regionprops annotator to measure mean intensity. Tracks can receive a list of intensity images, and when asked to compute, they are cropped to the mask's bounding box and stacked into a single array, where the channel is the last axis, in the format that skimage regionprops expects.