<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'>Hello everyone,&nbsp;<div><br></div><div>Is it possible to use itk::ImageRegionIterator with OpenMP for ITK 3.2&nbsp;</div><div>I want to have something like this</div><div><pre style="background-color: rgb(255, 255, 255); "><i> #pragma omp parallel for</i></pre><pre style="background-color: rgb(255, 255, 255); "><i>IteratorType it(Image, Image-&gt;GetLargestPossibleRegion() )
</i><i>for(it.GoToBegin(); !it.IsAtEnd(); ++it)
</i><i>{
</i><i>it-&gt;compute();
</i><i>}</i></pre><pre style="background-color: rgb(255, 255, 255); ">If not can anyone suggest a good alternative.</pre><pre style="background-color: rgb(255, 255, 255); ">Thanks</pre><pre style="background-color: rgb(255, 255, 255); ">Vikash</pre></div></div></body></html>