OpenPIV / openpiv-c--qt

C++ with Qt frontend (superfast) version of OpenPIV
http://www.openpiv.net
GNU General Public License v3.0
20 stars 17 forks source link

overlap with independent x and y size #18

Closed ErichZimmer closed 2 years ago

ErichZimmer commented 2 years ago

Define overlap in pixels [y, x] and calculate the overlap percentage for y and x axis in core::generate_cartesian_grid to create a flexible grid configurator. Not sure how many users would use it, but it is somewhat helpful in turbulent flows with not much movement in one of the axes.

timdewhirst commented 2 years ago

Yes, good point and trivial to do. In fact, this reminds me that I should generalize the correlation tests to cover non-square interrogation windows (which should be possible).