Thank you for the prompt response Matt. If I understand correctly calculating all the derivatives in BeforeThreadedGenerateData and then implementing my measure in ThreadedGenerateData is the approach you are suggesting?<br>
<br>Cagatay <div><br><div class="gmail_quote">On Thu, Nov 15, 2012 at 11:52 AM, Matt McCormick <span dir="ltr">&lt;<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Cagatay,<br>
<br>
It usually works better to compute ix, iy, iz, ixx, iyy, izz all in<br>
one thread, and partition the data for each thread by ImageRegion.<br>
<br>
HTH,<br>
Matt<br>
<div><div class="h5"><br>
On Thu, Nov 15, 2012 at 7:43 PM, Cagatay Bilgin &lt;<a href="mailto:bilgincc@gmail.com">bilgincc@gmail.com</a>&gt; wrote:<br>
&gt; Lets say I am writing a filter that needs ix, iy, iz, ixx, iyy, izz to<br>
&gt; compute some measure. Once I have the output of derivatives, I know how to<br>
&gt; make my filter threaded. What I don&#39;t know is how to make use of threads to<br>
&gt; compute the derivatives in parallel, 1 thread computing ix, another one<br>
&gt; computing iy, another one ixx so and so forth. What would be the best ITK<br>
&gt; approach to do this? The derivative filters might already be threaded, I am<br>
&gt; using them just to illustrate the problem.<br>
&gt;<br>
&gt; I guess I can also set the requested region of the derivative filters in<br>
&gt; ThreadedGenerateData and then use the output of that to move on. Would that<br>
&gt; be the way to go?<br>
&gt;<br>
&gt; Cheers,<br>
&gt; Cagatay<br>
&gt;<br>
&gt; --<br>
&gt; Cemal Cagatay Bilgin<br>
&gt; Life Sciences Division<br>
&gt; Lawrence Berkeley National Lab<br>
&gt; MS977, One Cyclotron Road<br>
&gt; Berkeley, CA 94720, USA<br>
&gt; Email: <a href="mailto:ccbilgin@lbl.gov">ccbilgin@lbl.gov</a><br>
&gt;<br>
</div></div>&gt; _____________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt; <a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Cemal Cagatay Bilgin</span><br style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Life Sciences Division</span><br style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Lawrence Berkeley National Lab</span><br style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">MS977, One Cyclotron Road</span><br style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Berkeley, CA 94720, USA</span><br style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Email: ccbilgin</span><a href="mailto:hchang@lbl.gov" style="color:rgb(17,85,204);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)" target="_blank">@lbl.gov</a><br>

</div>