Trilinear Interpolation
← 3D Texture Interpolation Nearest Neigbour | ● | 3D Texture Interpolation Trilinear →
For medical CT and MR volume data the function values (that is scalar density) $\mu_{ijk}$ are given at the corner points $P_{ijk}$ of a voxel (rot).
Tri-linear interpolation creates a single interpolated value (blue) from 8 neighbouring scalar density values (red) by three subsequent linear interpolations along the three axis with respective normalized interpolation weights $u,v$ and $w$.
Linear interpolation weights $u,v,w\in[0,1]$:
← 3D Texture Interpolation Nearest Neigbour | ● | 3D Texture Interpolation Trilinear →