Smooths the velocity field with a Gaussian kernel.
u : 2d np.ndarray
the u velocity component field
v : 2d np.ndarray
the v velocity component field
size : int
the half width of the kernel. Kernel has shape 2*size+1
uf : 2d np.ndarray
the smoothed u velocity component field
vf : 2d np.ndarray
the smoothed v velocity component field
openpiv.process.extended_search_area_piv
openpiv.filters._gaussian_kernel
Enter search terms or a module, class or function name.