<div dir="ltr">Hi,<div><br></div><div>I am trying to multiply two images in a loop. Calling Print() on the inputs of the MultiplyImageFilter seems to indicate that they have the same LargestPossible, Buffered and Requested regions.</div><div>However, calling UpdateLargestPossibleRegion on the MultiplyImageFilter will result in the failed assertion during the first iteration:</div><div><br></div><div><div>Assertion `Region ImageRegion (0x7fff777f5b80)</div><div>  Dimension: 3</div><div>  Index: [-95, -171, -52]</div><div>  Size: [188, 675, 10]</div><div> is outside of buffered region ImageRegion (0xdec558)</div><div>  Dimension: 3</div><div>  Index: [0, 0, 0]</div><div>  Size: [0, 0, 0]</div><div>' failed.</div></div><div><br></div><div>I am completely lost here, why would the buffered region be of size [0, 0, 0]?</div><div>My assuption was that AllocateOutputs() in the filter I am calling would take care of setting the requested region; both inputs seem to have the correct regions set.</div><div><br></div><div>Any pointers on how to debug this issue would be great.</div><div><br></div><div>Thanks,</div><div>Bastian</div></div>