blerp - meaning and definition. What is blerp
Diclib.com
Online Dictionary

What (who) is blerp - definition

METHOD OF INTERPOLATING FUNCTIONS ON A 2D GRID
Bilinear filtering; Bilinear texture mapping; Bi-linear filtering; Bi-linear interpolation; Bilinear filter; Bilinear Interpolation; Bilinear sampling; Bilerp; Bilinear interperlation; Blerp
  • Example of bilinear interpolation in grayscale values
  • A geometric visualisation of bilinear interpolation. The product of the value at the desired point (black) and the entire area is equal to the sum of the products of the value at each corner and the partial area diagonally opposite the corner (corresponding colours).

blerp         
Sound effect.
I think this coffee maker is broken; it just went blerp at me.

Wikipedia

Bilinear interpolation

In mathematics, bilinear interpolation is a method for interpolating functions of two variables (e.g., x and y) using repeated linear interpolation. It is usually applied to functions sampled on a 2D rectilinear grid, though it can be generalized to functions defined on the vertices of (a mesh of) arbitrary convex quadrilaterals.

Bilinear interpolation is performed using 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.

Bilinear interpolation is one of the basic resampling techniques in computer vision and image processing, where it is also called bilinear filtering or bilinear texture mapping.