<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>We have a relatively simple pipeline that most just extracts the region of interest for display:</div>
<div><br>
</div>
<div>itk::Image&lt;4&gt;</div>
<div>itk::ExtractImageFilter&lt;4D, 3D&gt;</div>
<div>itk::RegionOfInterestImageFilter</div>
<div>itk::ImageToVTKImageFilter</div>
<div>vtkFixedPointVolumeRayCastMapper-&gt;vtkVolume and vtkOutlineFilter-&gt;vtkPolyDataMapper-&gt;vtkActor</div>
<div>vtkRenderer</div>
<div>vtkCocoaRenderWindow</div>
<div><br>
</div>
<div>As the user moves the mouse, we construct a new&nbsp;itk::RegionOfInterestImageFilter and pop it into the pipeline. &nbsp;This works fine for a lot of mouse motion, but after some amount of time the image freaks out and changes from a nice zoomed view of a CT image
 to something resembling bubbles or tendrils (see attached image for one example).</div>
<div><br>
</div>
<div>We're using vtk 5.8.0, right now upgrading isn't really an option due to business constraints. &nbsp;We have the same problem with a different application that is using a similar pipeline but an older version of vtk.</div>
<div><br>
</div>
<div>I've gone over the code with a fine-tooth comb and can't find anything suspicious.</div>
<div><br>
</div>
<div>Any suggestions about what might cause this behavior? &nbsp;Has anybody seen this kind of output before?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Chris</div>
<div><br>
</div>
</body>
</html>