melix / astro4j

Astronomy libraries for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix aliasing during shear transform

melix opened this issue · comments

The shear transform we apply doesn't use bilinear interpolation. If the original image has a strong correction, this leads to clearly visible aliasing.

Fix: add bilinear interpolation, similar to what we do in geometric correction.