Bilinear image scaling is about the same as nearest neighbor image scaling except with interpolation. Instead of copying the neighboring pixels (which often results in jaggy image), interpolation technique based on surrounding pixels is used to produ…
实验要求: Zooming and Shrinking Images by Bilinear Interpolation Objective To manipulate another technique of zooming and shrinking images by bilinear interpolation. Main requirements: Ability of programming with C, C++, or Matlab. Instruction manual: (a…