<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello Arindam,<div><br></div><div>The itkStatisticsImageFilter would be a good filter to examine. In uses arrays of the size of the number of threads. Allocating them in BeforeThreadedGenerateData, and then gathering the computation in the AfterThreadedGenerateData methods.</div><div><br></div><div>Brad</div><div><br><div><div>On Aug 3, 2011, at 10:42 PM, iamrndm b wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">hi all,&nbsp;<div><br></div><div>I am&nbsp;writing&nbsp;a filter which goes&nbsp;through&nbsp;two images(input) &nbsp;and finds the number of pixels in which both images have the same value at same locations.Thanks to a lot of help , I now have a working code which is multi-threaded and goes through the two images.The next problem i face deals with getting back the information being processed in the threads&nbsp;</div>
<div><br></div><div><b>Is there a way to have variables which belong to each individual threads and then access them at end , or do I have to use mutex. Is there an example anywhere which does this.</b></div><div><br></div>
<div>Thanks&nbsp;</div><div><br></div><div>Arindam</div>
_____________________________________<br>Powered by <a href="http://www.kitware.com">www.kitware.com</a><br><br>Visit other Kitware open-source projects at<br><a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Kitware offers ITK Training Courses, for more information visit:<br>http://www.kitware.com/products/protraining.html<br><br>Please keep messages on-topic and check the ITK FAQ at:<br>http://www.itk.org/Wiki/ITK_FAQ<br><br>Follow this link to subscribe/unsubscribe:<br>http://www.itk.org/mailman/listinfo/insight-users<br></blockquote></div><br></div></body></html>