MedicalVisualization
Data Representation
← 3D Texture Interpolation Trilinear | ● | Interpolation →
In general, spatial and/or time-dependent data is either given as
- implicit function
- or explicit discretization of sample points
Example: Sine-Wave with frequency f:
- implicit f(t)=sin(2πft)
- explicit f(0)=0,f(1)=1,f(2)=0,f(3)=−1,f(4)=0