-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add colocalization measures #488
Add colocalization measures #488
Conversation
These are unlikely to occur in real world use cases with images.
Codecov ReportBase: 92.95% // Head: 92.88% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #488 +/- ##
================================================
- Coverage 92.95% 92.88% -0.07%
================================================
Files 130 131 +1
Lines 9775 9890 +115
================================================
+ Hits 9086 9186 +100
- Misses 689 704 +15
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
intersection_coeff (512, 512) bool 0.278 I wonder if this result is okay and if you have an idea on what caused the performance degradation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @grlee77 ! It looks good to me! (with a minor typo that can be addressed later).
Co-authored-by: Gigon Bae <gigony@gmail.com>
/merge |
This MR impelements four colocaliziation measures being introduced for scikit-image 0.20. The implementation of each is fairly simple. For reference, see a related gallery example.
Benchmark results vs. scikit-image 0.20dev
Benchmark results show speedup in all cases below aside from
intersection_coeff
on small images.