-
Notifications
You must be signed in to change notification settings - Fork 122
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
Enhancement: Added interface for GMSD and Multi-Scale GMSD #151
Conversation
Codecov Report
@@ Coverage Diff @@
## master #151 +/- ##
==========================================
+ Coverage 94.54% 94.64% +0.09%
==========================================
Files 24 24
Lines 1613 1624 +11
==========================================
+ Hits 1525 1537 +12
+ Misses 88 87 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Nice! Liked that you added a lot of test.
Maybe we can also add test to check consistency with MATLAB implementation? Code is available here
- tests to validate values with MATLAB results - changed the valid colour transfer of the images before any pooling - changes proposed by @zalajd
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.
Now it's even better 🚀
Approve
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.
Don't look at the number of comments, they are very minor ones 😉
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@snk4tr ready to merge |
Proposed Changes