Help for finding measurement of enhancement

조회 수: 2 (최근 30일)
vandana krishna
vandana krishna 2020년 9월 17일
편집: Shantanu Dwivedi 2020년 9월 23일
How to find the enhancement value or measurement of enhancement of a enhanced image for result analysis. I have input image and enhanced image

답변 (1개)

Shantanu Dwivedi
Shantanu Dwivedi 2020년 9월 23일
편집: Shantanu Dwivedi 2020년 9월 23일
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.

카테고리

Help CenterFile Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by