Reduce and Expand in Down/Up Sampling without Aliasing
Reduce Operator – DownSampling without aliasing: Usually a 5 or 7 tap separable 1D filter like a (1,4,6,4,1) or a (1,6,15,20,15,6,1) filter is used. We need half the number of pixels: An easy example , each odd pixel gets 5 separately filtered by (1,4,6,4,1) filter. Reproducing / Expanding OperatorContinue Reading