bikubische
Bikubische interpolation, commonly called bicubic interpolation in English, is a resampling method used to resize digital images. It estimates new pixel values by fitting a cubic polynomial to the 16 pixels surrounding the target location, resulting in smoother images than bilinear or nearest-neighbor methods. The technique is widely used in image processing, video scaling, and texture filtering in computer graphics, where intermediate image data is required when changing resolution or aspect ratio.
How it works: To determine a new pixel at position (x, y) in the destination image, bicubic
Advantages and limitations: Bicubic interpolation yields smoother results with fewer artifacts than bilinear interpolation and preserves
History and usage: Developed as part of the family of polynomial-based resampling methods in the late 20th