Till now I know correlation tells about similarity. I was watching a video lecture on image similarity in which I came to know that correlation is analogous to dot product. And hence correlation of two images is maximum when these images are similar as happens in dot product of two aligned(similar) vectors.
Dot product of two vectors a=[a1,a2,a3,.....] and b=[b1,b2,b3,.....] is given as a⋅b=∑iaibi
So now I want to know:
- How correlation is analogous to dot product?
- When is correlation maximum?
- Why?
Answer
So using your formula for the cross-correlation:
Rxy(n)=∑mx(m)y(n+m)
we see that
Rxy[n]=∑mx[m]y[n+m]=∑mx[m]˜yn[m]=x⋅˜ynfor˜yn[k]=y[n+k] ,
So for any "shift" in the cross-correlation, you have the dot product of the first operand with the n-shifted second operand.
Note, by the way, that your formulas are only correct for real-valued x, i.e. in general, the correct formula for dot product and cross correlation are:
x⋅y=N−1∑i=0x∗[i]y[i]Rxy[n]=N−1∑i=0x∗[i]y[n+i]withx,y∈CNz∗=ℜ{z}−ℑ{z}
No comments:
Post a Comment