The VTK Journal logo

The VTK Journal

Home

A Voodoo Reader and Viewer for VTK

Doria, David
Rensselaer Polytechnic Institute
Publication cover image

Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3153
New: Prefer using the following doi: https://doi.org/10.54294/22aqc7
Published in The VTK Journal - 2010 January - December Submissions.
Submitted by David Doria on 2010-12-17 21:04:03.

Voodoo is a popular, free structure from motion software package. It takes several, ordered images as input and computes the camera parameters of each image as well as a point cloud of an estimate of the 3D structure of the scene. This document presents a set of classes (vtkCalibratedImageCollection, vtkCalibratedImageCollectionReader, vtkVoodooReader) to enable a set of images and their associated 3D scene to be viewed in the same space. These classes are implemented using tools from VTK. The current code can be found at https://github.com/daviddoria/vtkVoodooReader .