Compute the shape of the resulting flow field.
Given the image size, the interrogation window size and the overlap size, it is possible to calcualte the number of rows and columns of the resulting flow field.
Parameters : | image_size: two elements tuple :
window_size: int :
overlap: int :
|
---|---|
Returns : | field_shape : two elements tuple
|