Compute the x, y coordinates of the centers of the interrogation windows.
image_size: two elements tuple :
a two dimensional tuple for the pixel size of the image first element is number of rows, second element is the number of columns
window_size: int :
the final size of the interrogation window
overlap: int :
the number of pixel by which two adjacent interrogation window overlap.
x : 2d np.ndarray
a two dimensional array containing the x coordinates of the interrogation window centers, in pixels.
y : 2d np.ndarray
a two dimensional array containing the y coordinates of the interrogation window centers, in pixels.
openpiv.pyprocess.correlate_windows
openpiv.pyprocess.get_field_shape
Enter search terms or a module, class or function name.