Clear Filters
Clear Filters

Entropy and Correlation -Image analysis

1 view (last 30 days)
Nil
Nil on 29 Mar 2012
Hi I implemented data hiding in image and now i want to determine the extent to which the original image and the stego-image are close to each other
PSNR and MSE parameters can be used for the same which I have implemented for looking for matlab code on following performance measurement parameters
Entropy
Correlation = RXY (α,β )= i j X(i,y) Y(i-α ,j- β)
I am using grayscale image for implementation. Any help appreciated
For Entropy, is following code correct?
I=imread(" orginal image name")
J=Entropy(I)
K=imread(" Stego image name")
M=Entropy(K)
In Ideal case diffrence between J &M should be zero

Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!