You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it seems the lenscorrection filter does not use any interpolation (or well, effectively nearest neighbor???). This leads to clearly visible stairstepping artifacts which is especially noticable on scenes with clear geometric shapes at the edge of the frame.
It would be nice to have a interpolation=bilinear or interpolation=lanczos2 option available
It would also be nice for the lenscorrection filter to be able to apply an automatic "zoom", so the input resolution = output resolution without any green border visible.
The text was updated successfully, but these errors were encountered:
However, in the meantime I noticed defish0r too, which seems to be a good fit for my purposes, even though it technically doesn't support rectilinear lenses, it seemingly works well for mine.
defish0r also has choice of every common interpolator.
So adding proper rectilinear support to defish0r seems to make more sense now than adding interpolation to lenscorrection.
Currently it seems the lenscorrection filter does not use any interpolation (or well, effectively nearest neighbor???). This leads to clearly visible stairstepping artifacts which is especially noticable on scenes with clear geometric shapes at the edge of the frame.
It would be nice to have a interpolation=bilinear or interpolation=lanczos2 option available
It would also be nice for the lenscorrection filter to be able to apply an automatic "zoom", so the input resolution = output resolution without any green border visible.
The text was updated successfully, but these errors were encountered: