Hi together,<br>I&#39;m using itk with Python and currently I&#39;m stuck in a part o my algorithm which has to compare<br>say up to 30 3d images and fin the corresponding maximum in each voxel.<br>My idea was now to start from the first image and com pare this with the second one.<br>
Using  <br>itk.MaximumImageFilter<br clear="all">I can produce an output image with the maximum values of each image.<br>But now I also want to keep an additional image with the image-number where the maximum grayvalue <br>
occured.<br>Is such a method implemented in the MaximumImageFilter?.<br><br>Thanks<br><br>Stefan<br><br><br>