<div dir="ltr">To answer my own question:<div><br></div><div>the issue was that one of the filters upstream had set InPlaceOn(), which caused one of the inputs require later to be destroyed. </div><div>See <a href="http://public.kitware.com/pipermail/insight-users/2011-November/043084.html">http://public.kitware.com/pipermail/insight-users/2011-November/043084.html</a> for details.</div><div><br></div><div>Bastian</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 20, 2015 at 3:45 PM, Bastian A. <span dir="ltr"><<a href="mailto:bastianra@gmail.com" target="_blank">bastianra@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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>
</blockquote></div><br></div>