This document discusses various interpolation techniques used in image processing, including nearest neighbor, bilinear, and higher-order interpolation methods. It explains the concepts of forward and backward mapping and how interpolation addresses problems like holes that can occur. Different interpolation kernels are presented, from zero-order (nearest neighbor) to higher-order kernels. Examples of one-dimensional interpolation using these kernels illustrate nearest neighbor, linear, quadratic, and cubic interpolation.