Regionprops node features#29
Draft
cmalinmayor wants to merge 8 commits into
Draft
Conversation
b01a212 to
00473f4
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #29 +/- ##
==========================================
- Coverage 87.75% 81.94% -5.81%
==========================================
Files 14 15 +1
Lines 449 565 +116
==========================================
+ Hits 394 463 +69
- Misses 55 102 +47 ☔ View full report in Codecov by Sentry. |
I am not entirely sure this is the best way to do this. However, it is better than lumping them all together and passing in lists of strings to the function.
Collaborator
Author
|
Discussed with Anniek - this PR is not a priority right now for motile_tracker work. However, it still can be useful in the toolbox. Needed work includes:
|
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.
Proposed Change
Add additional node features from regionprops and optionally pass in intensity image to compute said features.
Checklist
Go through these things before merge. Actions should run automatically to test them, but for information on how to run locally, see CONTRIBUTING.md.
Further Comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...