-
Notifications
You must be signed in to change notification settings - Fork 423
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 MultiScaleStructuralSimilarityIndexMeasure
#679
Conversation
Codecov Report
@@ Coverage Diff @@
## master #679 +/- ##
=====================================
- Coverage 95% 95% -0%
=====================================
Files 166 168 +2
Lines 6494 6590 +96
=====================================
+ Hits 6185 6267 +82
- Misses 309 323 +14 |
Regarding the |
you are right, but the beauty of coding is that there is always at least one more way how to write/code the same... :] |
@stancld the formating shall be fixed ow so what else needs to be done before review? |
@Borda I have to write proper testing - will do it tomorrow. Then it should be hopefully ready to merge |
* signal_noise_ratio * scale_invariant_signal_noise_ratio * SignalNoiseRatio Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Apply suggestions from code review * Change naming multiscale_ssim -> multiscale_structual_similarity_index_measure Co-authored-by: Jirka <[email protected]> Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
* Apply suggestions from code review * Change naming multiscale_ssim -> multiscale_structual_similarity_index_measure Co-authored-by: Jirka <[email protected]> Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
* Apply suggestions from code review * Change naming multiscale_ssim -> multiscale_structual_similarity_index_measure Co-authored-by: Jirka <[email protected]> Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
What does this PR do?
This PR adds Multi-Scale Structural Similarity Index Measure.
Fixes #522
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃