Bilinear interpolation Guide, Meaning , Facts, Information and Description
In mathematics, bilinear interpolation is an extension of linear interpolation for interpolating functions of two variables. The key idea is to perform linear interpolation first in one direction, and then in the other direction.Suppose that we want to find the value of the unknown function f at the point P = (x*, y*). It is assumed that we know the value of f at the four points Q11 = (x1, y1), Q12 = (x1, y2), Q21 = (x2, y1), and Q22 = (x2,y2).
We first do linear interpolation in the x-direction. This yields
The interpolant is not linear, but a product of two linear function in x and y respectively. So it is of the form (a1x + a2)(a3y + a4). The four constants ak correspond to the four data points Qij.
The obvious extension of bilinear interpolation to three dimensions is called trilinear interpolation.
This is an Article on Bilinear interpolation. Page Contains Information, Facts Details or Explanation Guide About Bilinear interpolation
