Difference Between 2 image and exctrat difference

2 visualizaciones (últimos 30 días)
samer mahmoud
samer mahmoud el 5 de Dic. de 2015
Comentada: Image Analyst el 6 de Dic. de 2015
i have a projet and i want to get the difference between 2 images and extract the difference in other windows plzz

Respuestas (1)

Walter Roberson
Walter Roberson el 6 de Dic. de 2015
difference_image = double(firstImage) - double(SecondImage);
  1 comentario
Image Analyst
Image Analyst el 6 de Dic. de 2015
figure; % Open up another figure window.
imshow(difference_image, []); % Display the difference image.

Iniciar sesión para comentar.

Categorías

Más información sobre Images en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by