ErichZimmer / OpenPIV-Python-cxx

OpenPIV Python accelerated by c++
GNU General Public License v3.0
1 stars 2 forks source link

FFT correlator issue #9

Closed ErichZimmer closed 2 years ago

ErichZimmer commented 2 years ago

The function fft_correlate_images is broken because the correlation matrix returned is incorrect. The issue is located in placeIntoCmatrix (at least I think...).

ErichZimmer commented 2 years ago

However, some images work, as my synthetic tests are still producing "correct" results

ErichZimmer commented 2 years ago

For now, all processing would be done on c++ side and only return [x, y, u, v, s2n] (as in no correlation matrix would be outputed, avoiding this current issue until it is resolved).