<div dir="ltr"><div>Hi Abhishek,</div><div><br></div><div>It's the Update() method is what actually executes the filter. GetOutput() is just a getter method that returns a pointer.</div><div><br></div><div>Can you provide a short code snippet so that we can see exactly how you are using vtkImageReslice?</div><div><br></div><div>  David</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 5, 2019 at 3:55 AM abhishek <<a href="mailto:abhishek@meddiff.com">abhishek@meddiff.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Group, I am having performance issues while extracting SAGGITAL/CORONAL<br>
planes using VTKImageReslice. Each call to VTKImageReslice->GetOutput()<br>
takes 5-7 ms.<br>
<br>
The volume used has the following properties:<br>
1. Dimensions: 512x512x297<br>
2. Pixel spacing: 0.4x0.4x0.7<br>
3. Scalar type: Unsigned Int16<br>
4. Number of components: 1 (Monochrome).<br>
<br>
System & Build environment:<br>
1. Windows 7, 12GB RAM, i3 processor.<br>
2. Visual studio 2013<br>
2. VTK 7.1.1<br>
3. WPF for UI<br>
<br>
Are there any known considerations for making VTKImageReslice fast? <br>
</blockquote></div></div>