interpolation

在图形学中,进行纹理操作时,经常要用到interpolation,最简单的是linear interpolation,然后 Bilinear Interpolation,再trilinear interpolation,复杂的是cubic ,hermite。在linear bilinear trilinear三种插值中,其实trilinear已经包含了前两者
具体可见
http://local.wasp.uwa.edu.au/~pbourke/other/interpolation/

你可能感兴趣的:(int)