Upsampling
UpsamplingAlso known as image interpolation, its main purpose is to enlarge the original image so that it can be displayed on a device with higher resolution.
Upsampling principle
Image enlargement almost always uses the interpolation method, that is, inserting new elements between pixels based on the original image using a suitable interpolation algorithm.