🔍 Simulator EP02_07: Resizing and Interpolation (sx = sy)
Nearest vs Bilinear
Adjust the scale factor (s) to compare nearest-neighbor interpolation (discrete replica) with bilinear interpolation (weighted average of the 4 neighbors).
1.0
Factor = 1.0 → Original Size (3×3) | Factor = 2.0 → 6×6 | Factor = 4.0 → 12×12
Original (3×3)
🔲 Nearest Neighbor
🌀 Bilinear Interpolation
Factor = 1.00 → size 3×3 (no change)
Description: Figure 2.18: EP02_07 Simulator: Spatial Resizing and Interpolation (Nearest Neighbor vs Bilinear)