<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'>Hi itk Users,<br>I want to do parallel operations on a series of images and then add the results of each individual thread. I am using openmp for parallelizing my for-loop as<br><br>#pragma omp parallel for private() shared()<br>for ()<br>{<br>}<br><br>But I do not understand how to add the results from individual threads.<br><br>Any help will be much appreciated <br><br>Thanks <br>Vikash<span style="white-space:pre"></span><span style="white-space:pre"></span><br></div></body></html>