Help for finding measurement of enhancement

2 vues (au cours des 30 derniers jours)
vandana krishna
vandana krishna le 17 Sep 2020
How to find the enhancement value or measurement of enhancement of a enhanced image for result analysis. I have input image and enhanced image

Réponses (1)

Shantanu Dwivedi
Shantanu Dwivedi le 23 Sep 2020
Modifié(e) : Shantanu Dwivedi le 23 Sep 2020
I understand that you want to compare two images but there can be multiple ways to compare images. Once you load an image into MATLAB workspace, it is stored as matrix. So, you can use any technique that can be used to compare two matrices for the images as well. For example- You can use the 'corr2' function to get a scalar value of correlation coefficient or you can use the 'isequal' function to test the equality of the images. Similarly, you can use any other statistical function for that matter.

Catégories

En savoir plus sur Image Filtering and Enhancement dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by