Borrar filtros
Borrar filtros

how to compare images in a group?

1 visualización (últimos 30 días)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran el 3 de Mzo. de 2013
Comentada: Image Analyst el 24 de Abr. de 2019
i have 10 images in a group. i have to compare 1st image with 2nd using correlation. then i have to compare 2nd image with 3rd image. then i have to compare 3rd image with 4th . similarly it goes on till 10. how to achieve this?
  2 comentarios
Yvan N.
Yvan N. el 24 de Abr. de 2019
Pleaae how to do this correlation?
Can you share with me the correlation code ?
Image Analyst
Image Analyst el 24 de Abr. de 2019
See attached demo on normalized cross correlation.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 3 de Mzo. de 2013
for k1 = 1 : 10
for k2 = k1 : 10
% Do the correlation
end
end
  2 comentarios
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran el 3 de Mzo. de 2013
Hi Image Analyst !! if its a matrix means, i can give the range from 1 to 10. myself having 10 images.. how can we mention that k=first image: tenth image
Image Analyst
Image Analyst el 3 de Mzo. de 2013
Not sure what you mean. I can mention that because I did. Look at the first for loop statement where k1 goes from 1 to 10. Then inside your loop you just read in your two images (for k1 and k2) and do the correlation or whatever you want to do. See the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by