[Insight-users] ITKImageRegionIterator with OpenMP

Vikash Gupta vikash.gupta at inria.fr
Thu Aug 23 06:25:31 EDT 2012


Hello everyone, 


Is it possible to use itk::ImageRegionIterator with OpenMP for ITK 3.2 
I want to have something like this 
#pragma omp parallel for IteratorType it(Image, Image->GetLargestPossibleRegion() ) for(it.GoToBegin(); !it.IsAtEnd(); ++it) { it->compute(); } If not can anyone suggest a good alternative. Thanks Vikash 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20120823/0c9aee3b/attachment.htm>


More information about the Insight-users mailing list