Created
January 16, 2020 18:53
-
-
Save ritwikraha/4dd5c1d8c3cd3aa1239f6730793005d1 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
K=rangefilt(I); | |
J=stdfilt(I); | |
Jen=entropyfilt(I); | |
% finding the correlation between the original image | |
% and the maximum available texture information | |
% alternatively use 'corrcoef' | |
R =corr2(I,max(K,J,Jen)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment