Hi,<br>i'm trying to make an interpolation using GaussianSplatter as a kernel from imageData specifictly using vtkVolume16Reader.<br><br>The Interpolator: f(x) = SUM( Wi * kernel(|x - Ci|) ) where the kernel is a GaussianSplatter<br>
<br>So, i need to calculate those coefficients Wi... <br>My question: is there any vtk functions that can calculate those coefficients Wi's..?<br><br>thanks..<br>