teboli/chromatic_aberration_filtering

Numpy implementation produces different results than Cython one

KelSolaar opened this issue · 0 comments

Hello,

I noticed that the Numpy implementation produces different results than the Cython one (and does not seem to really work):

image

I used the main.py script with the same arguments. It is worth noting that the Numpy variant does not have the alpha_R, alpha_B, beta_R and beta_B parameters.

Cheers,

Thomas