Created
January 16, 2020 18:57
-
-
Save ritwikraha/bc3ba2a77970db35f8a82c960ecc95eb to your computer and use it in GitHub Desktop.
This file contains 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
se = strel(3,3); | |
basic_gradient = imdilate(I,se)- imerode(I,se); | |
external_gradient= I-basic_gradient; | |
peakpsnr = psnr(external_gradient,I); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment