Correlation length of image
5 次查看(过去 30 天)
显示 更早的评论
Hi
I am working of a project where I have to determine the correlation length of some model parameters. This can be related to determining the correlation length in an image. Such as one of the images below:
This is three realizations of spherical Gaussian covariance model with:
Mean = 0.863
Variance = 8e-6
correlation length in horizontal direction = 6 pixels
correlation length in vertical direction = 6*0.3 = 1.8 pixels
I have to approximate the value above from the images (The 3 matrices are attached, p1, p2 and p3). The mean and variance I have determined as follows:
meanValue = mean(mean([p1; p2; p3]));
variance = mean(var([p1; p2; p3]));
But I cannot find a way to determine the correlation length.
Any suggestions will be very much appreciated!!
Thanks in advance.
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!