用于非整数因子图像重采样的 FIR 滤波器
FIR Filter for image resampling by non integer factor
你好,这个问题的标题说明了一切。我没有找到任何关于如何设计用于图像插值的 FIR 滤波器以通过非整数因子对其进行上采样或下采样的线索。
假设我想通过三次插值将图像缩小 1.5 倍,如何创建 FIR 滤波器?我应该如何使用这个 FIR 滤波器进行卷积(如果可以不用零填充)?
欢迎任何帮助或解释,非常感谢!
You didn’t find anything about this because it’s not posible. You need different interpolation (filter) weights at each output point.
–克里斯·伦戈
你好,这个问题的标题说明了一切。我没有找到任何关于如何设计用于图像插值的 FIR 滤波器以通过非整数因子对其进行上采样或下采样的线索。
假设我想通过三次插值将图像缩小 1.5 倍,如何创建 FIR 滤波器?我应该如何使用这个 FIR 滤波器进行卷积(如果可以不用零填充)?
欢迎任何帮助或解释,非常感谢!
You didn’t find anything about this because it’s not posible. You need different interpolation (filter) weights at each output point.
–克里斯·伦戈