Sign in

username:

password:



Not a member?

Search imagedsp



Search tips

Subscribe to imagedsp



imagedsp by Keywords

Error Concealment | JPEG | MPEG-4 | Wavelet | YUV

Ads

Discussion Groups

Discussion Groups | Image Signal Processing | spatial correlation of image...

Technical Discussions related to Image Processing (image coding, compression, digital effects, mpeg, etc)

  

Post a new Thread

spatial correlation of image... - k_2002_m - Sep 23 12:12:00 2002



how can i measure the spatial correlation in any image?
suppose, there are two images I1 and I2. is there any method that
will quantitatively tell me which of those two is more/less spatially
correlated?




(You need to be a member of imagedsp -- send a blank email to imagedsp-subscribe@yahoogroups.com )

Re: spatial correlation of image... - soma...@yahoo.com - Apr 12 7:24:19 2006

Hi whoever,
  For comapring the similarity you can use the cross correlation coefficient . That basically
tells you how much is the 2 images same .
The formula is 
r = (Sum(x(i) -
Mean(x))*Sum(y(i)-Mean(y))/(SQRT(Sum(SQUARE((x(i)-Mean(x))*SQRT(Sum(SQUARE((y(i)-Mean(y)));
where x and y are the 2 images . If the images are same then the correlation coefficient would
be very high .else it would be close to zero.



(You need to be a member of imagedsp -- send a blank email to imagedsp-subscribe@yahoogroups.com )