Borrar filtros
Borrar filtros

Entropy and Correlation -Image analysis

1 visualización (últimos 30 días)
Nil
Nil el 29 de Mzo. de 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

Respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by