Azzera filtri
Azzera filtri

Effect of a translation on cross correlation

2 visualizzazioni (ultimi 30 giorni)
emar
emar il 23 Giu 2017
Modificato: emar il 23 Giu 2017
Hello,
To find displacement of a particle, I calculated the cross correlation between two instants (represented by two images with the same size). Then, I padded the images with zeros to see if a translation will have an effect on the displacement. Thus I found a difference in displacement vector( the difference can reach 1.5 pixel and the size of image is 56x56 pixels)
Is it normal to find a difference after padding?
N.B: To pad the image, I used
new_image(end+1:56,end+1:56)=0;
Thank you in advance
EDIT
The difference can even be more (22 px)

Risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by