VTK/Threaded Image Algorithms

From KitwarePublic
< VTK
Revision as of 21:38, 16 March 2015 by Dgobbi (talk | contribs)
Jump to navigationJump to search

Review of Streaming Pipeline

The job of a vtkAlgorithm is to perform some operation upon some data (specifically, upon some data encapsulated in a vtkDataObject). In the streaming pipeline, it is understood that the vtkDataObject might contain only one part of a larger data set, e.g. for images this can mean that a vtkImageData object might contain only a few slices of a large 3D image volume.

Pipeline Requests for Image Algorithms

Splitting the Extent

Multithreading

Progress Reporting

Tricky Details

Future