MatrixOp correlate details - autocorrelation of an image
ysspatil
What I want to compute in the end is [[v_{i,j} \cdot v_{i+m,j+n}]],
where v is a complex number defined over 2 dimensions i and j, which index it, \cdot is the dot product, and {m,n} are integers (indices are modulo N, the DimSize).
The [[ ... ]] indicates an average over {i,j}, i.e. sum_{i,j} divided by N^2.
A.G.
July 17, 2017 at 09:21 am - Permalink