Find subpixel 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
peak_indices: two elements tuple :
subpixel_method : string
|
---|---|
Returns : | subp_peak_position : two elements tuple
|