<div>Hello,</div>
<div>&nbsp;</div>
<div>I have a set of noisy/scattered 3D data points ( XYZ )&nbsp;which ideally should belong to a curve in 3D space. </div>
<div>&nbsp;</div>
<div>I want to use a smoothing/approximation spline to approximate this 3D curve. </div>
<div>&nbsp;</div>
<div>All the references/books on splines that i found deal with spline approximation in 2D and i am not able to find any reference which computes an approximating spline curve in 3D space.</div>
<div>&nbsp;</div>
<div>I have done a few experiments with the 2D smoothing spline in matlab. I extended this to 3D by fitting two splines --- for ZX data and ZY data. Then i combined these two splines together to achieve a 3D approximating spline curve. But the problem with this&nbsp;is that it is done through projections, and&nbsp;consequently if there&nbsp;is more than one value at the same data site&nbsp;then the smoothing spline gives a weighted average of the values ---- and this is not what is desired.
</div>
<div>&nbsp;</div>
<div>Is there a way to approximate scattered/noisy 3D data points using a spline in ITK ??? Or can anyone throw light on how this is done ???</div>
<div>&nbsp;</div>
<div>I would really appreciate the help.</div>
<div>&nbsp;</div>
<div>Thanks in advance.</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>&nbsp;</div>
<div>Deepak</div>