Dear all,<div><br></div><div>I would like to generate a know Bspline transformation based on an input image from coarse to fine grid.  I managed to generate a coarse grid spacing of 40X40X40 voxels based on the code from InsightJournal and BsplineWarp from repository.</div>
<div><br></div><div> Then I want to halve the grid space until 5X5X5 voxel.  The problem is how to composite transformation generated at different grid space.</div><div><br></div><div>A possible framework I can think of is</div>
<div><br></div><div>loop index from coarse to fine grid space</div><div>     randomly generate a transformation parameters</div><div>     apply the transformation using resampler</div><div>     resampler-&gt;SetInput(resampler -&gt;GetOutput)</div>
<div>     resampler-&gt;Update();</div><div>end</div><div><br></div><div>I am not sure whether this will work, I am trying it out. Any suggestions how to composite transformations?</div><div><br></div><div>Kind regards,</div>
<div><br></div><div>Xi</div><div><br></div>