Bilinear Interpolation Function
(Redirected from Bilinear interpolation)
Jump to navigation
Jump to search
A Bilinear Interpolation Function is a linear interpolation that is a 2D interpolation function.
References
2016
- (Wikipedia, 2016) ⇒ https://en.wikipedia.org/wiki/bilinear_interpolation Retrieved:2016-10-23.
- In mathematics, bilinear interpolation is an extension of linear interpolation for interpolating functions of two variables (e.g., x and y) on a rectilinear 2D grid.
The key idea is to perform linear interpolation first in one direction, and then again in the other direction. Although each step is linear in the sampled values and in the position, the interpolation as a whole is not linear but rather quadratic in the sample location.
- In mathematics, bilinear interpolation is an extension of linear interpolation for interpolating functions of two variables (e.g., x and y) on a rectilinear 2D grid.