myimagelib.corrLib.corrI¶
- myimagelib.corrLib.corrI(X, Y, I)¶
Compute pixel intensity spatial autocorrelation of an image.
- Parameters
X (2d array) – x coordinates of image pixels
Y (2d array) – y coordinates of image pixels
I (2d array) – image
- Returns
XI, YI, CI, where CI is the autocorrelation map and XI and YI are the corresponding coordinates.
- Return type
2d arrays