Relative entropy between 2 images.
2 次查看(过去 30 天)
显示 更早的评论
Hello!!
I have taken an image. I found the entropy value using 'entropy' the inbuilt function. Next I altered the image by converting to blocks and shuffling. I found the entropy of this altered image. The value was found to be the same. Since the blocks are shuffled, the entropy has to increase. How do I find the changed entropy? The inbuilt function 'entropy' is giving the same value for both the original and altered image.
Please Help!
0 个评论
回答(2 个)
Andrew Fowler
2011-5-20
The entropy is calculated from the histogram of the image, so if you have the same pixel values, it doesn't matter if you shuffle the image, your entropy will stay the same because the pixel distribution is the same. What you could do, however, is find the entropy for each of your blocks, and measure the changes in entropy in different regions of the image as you shuffle blocks into and out of the region.
0 个评论
Jan Valosek
2020-3-24
编辑:Jan Valosek
2020-3-24
Hi,
I am dealing with similar task - finding some proper metric for quantification of difference between original and shuffled image. If entropy is not right way, can you recommend me another approach?
I thought about comparison of spectrums after fft2. Could it be the right approach?
Thanks!
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!