Previous

Section

<<<

Isosurface Generation using VTK

Next

Section

>>>

VTK Basics

 

 

3.2.1. vtkExtractVOI

 

Working with a large dataset necessitates some sort of focus because, without it, your program might read in a lot of unnecessary data or simply be unable to handle structures needed to hold the data in the computer’s memory.  vtkExtractVOI has the ability to allow a region of interest to be selected from the image file in addition to resampling the data from the image file.  With respect to the beginning of section 3.2, the VTK pipeline would begin with vtkImageReader2 and proceed with vtkExtractVOI. 

 

 

<<< Previous

Filter Objects

Table of Contents

 

Next >>>

vtkExtractVOI Functions