Percent Difference between two images

What is the code to find the percent differnece between two images that are imfused. They are not the same matrix. help please

Respuestas (1)

Image Analyst
Image Analyst el 17 de Mayo de 2021
Perhaps
pctImage = imabsdiff(image1, image2) ./ double(image1);
meanPct = mean2(pctImage);

Categorías

Más información sobre Images en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 17 de Mayo de 2021

Respondida:

el 17 de Mayo de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by