Hi there,<br><br>I am confusing about how does ITK divide image when multithreading?<br><br>For example: I've got a program use 8 threads when I check with <br><br> int numberOfThreads = this->GetNumberOfThreads();<br>
std::cerr << "numberOfThreads is " << numberOfThreads << 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>