Dear Tim,<br>I don&#39;t really know whether pipelining so many optimzers makes sense, but as long as it makes sense, you can use as many filters as you wish (or as many as your RAM memory can handle when the space allocated for the IO starts to grow) in your ITK program. By all means.<br>
<br>That&#39;s the crux of ITK. In fact, if you look at the <a href="http://www.itk.org/ItkSoftwareGuide.pdf">ITK software guide</a>, it is full of such examples.<br><br>Kind regards,<br>JON HAITZ<br clear="all"><br><br><div class="gmail_quote">
On 17 October 2012 19:32, Tim Bhatnagar <span dir="ltr">&lt;<a href="mailto:tim.bhatnagar@gmail.com" target="_blank">tim.bhatnagar@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br><br>I am working on a modified version of DeformableRegistration15... I would like to use different optimizers at each step if the registration process (registration steps are: Rigid-&gt;Affine-&gt;BSplineCoarse-&gt;BSplineFine, and I would like to use the following optimizers: VersorRigid3DTransformOptimizer-&gt;RegGradStepOptimizer-&gt;LBFGSBOptimizer-&gt;LBFGSBOptimizer), as I believe different optimizers for each step make sense.<br>

<br>I haven&#39;t seen any sample programs with multiple filters used throughout - could someone tell me if it is a big issue to try and instantiate two filter objects and use them at different points in the pipeline?<br>

<br>Thanks!<br clear="all"><br>-- <br>Tim Bhatnagar<br>PhD Candidate<br>Orthopaedic Injury Biomechanics Group<br>Department of Mechanical Engineering<br>University of British Columbia<br><br>Rm 5000 - 818 West 10th Ave.<br>

Vancouver, BC<br>Canada<br>V5Z 1M9<br><br>Ph: <a href="tel:%28604%29%20675-8845" value="+16046758845" target="_blank">(604) 675-8845</a><br>Fax: <a href="tel:%28604%29%20675-8820" value="+16046758820" target="_blank">(604) 675-8820</a><br>
Web: <a href="http://oibg.mech.ubc.ca" target="_blank">oibg.mech.ubc.ca</a><br><br>
<br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br>