Compute correlation function between two interrogation windows.
Use the correlation theorem to speed up the computation of the correlation function.
Parameters : | window_a : 2d np.ndarray
window_b : 2d np.ndarray
corr_method : string
nfftx : int
nffty : int
|
---|---|
Returns : | corr : 2d np.ndarray
|