Find pixel approximation of the correlation peak.
This function returns a subpixels approximation of the correlation peak by fitting a two dimensional Gaussian curve in a 3x3 square region around the correlation peak.
Parameters : | corr : np.ndarray
sig2noise_method : string
sig2noise_lim : float
default_peak_position : two elements tuple
|
---|---|
Returns : | peak_position : two elements tuple
sig2noise : float
|