Closed ErichZimmer closed 2 years ago
However, some images work, as my synthetic tests are still producing "correct" results
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).
The function
fft_correlate_images
is broken because the correlation matrix returned is incorrect. The issue is located inplaceIntoCmatrix
(at least I think...).