Hi there,<br><br>I am confusing about how does ITK divide image when multithreading?<br><br>For example: I&#39;ve got a program use 8 threads when I check with <br><br>      int numberOfThreads = this-&gt;GetNumberOfThreads();<br>

            std::cerr &lt;&lt; &quot;numberOfThreads is &quot; &lt;&lt; numberOfThreads &lt;&lt; std::endl;<br><br>And my image is 100 by 100 in pixel, then will these 8 threads divide the image into 8 pieces or patches?<br>

<br>If so, for my 100 by 100 image, every patch contains 1250 pixels, but now it is not a square image anymore. <br><br>Does ITK put this 1250 pixels into vectors to manipulate?<br><br>Thanks very much!<br><br><br><br>Aaron<br>