The VTK Journal is an Open Access on-line publication covering the domain of scientific visualization.
The unique characteristics of the VTK Journal include:
-Open-access to articles and reviews
-Open peer-review that invites discussion between reviewers and authors
-Support for continuous revision of articles, code, and reviews
The unique characteristics of the VTK Journal include:
-Open-access to articles and reviews
-Open peer-review that invites discussion between reviewers and authors
-Support for continuous revision of articles, code, and reviews
This document describes an implementation of a filter to perform Boolean operations between surfaces. The filter requires the GNU Triangulated Surface Library GTS to perform the operations. This document is accompanied with the source code, and the xml files [...]
Region growing is a technique that can be used to propagate information over a mesh. In a previous submission, "A Mesh Front Iterator for VTK", we introduced an iterator that can be used with vtkPointSet subclasses to traverse a mesh. It is sometimes useful [...]
Region growing is a technique that can be used to propagate information over a mesh. We provide an iterator that can be used with vtkPointSet subclasses to traverse a mesh in a reasonable fashion. A "front" is emanated from a selected starting vertex, and the [...]
Segmenting images into "super pixels" is lately a very hot topic. One implementation of such a technique is by Felzenszwalb and Huttenlocher. We propose a new class, vtkSuperPixelSegmentation, which has wrapped Felzenszwalb's code (with permission) to provide [...]
This document presents an implementation of a stratified mesh sampling algorithm in the VTK framework. This code was adapted directly from the original implementation by Diego Nehab, with permission. We present a class, vtkStratifiedSampling, which uniformly [...]
This document presents an implementation of the Poisson surface reconstruction algorithm in the VTK framework. (This code was, with permission, adapted directly from the original implementation by Kazhdan, Bolitho, and Hugues. The original implementation can [...]
This document presents a set of classes (vtkPhysicalCamera, vtkImageCamera) to enable a camera and an image acquired by that camera to be visualized in a 3D scene. Two situations where one would want to visualize camaras with associated images are range data [...]
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 [...]
Leica LiDAR scanners output points in the PTX file format. It is often useful to convert this format to a standard VTK point cloud or mesh format before processing. We propose a new class, vtkPTXReader, to provide this functionality.
This document presents a set of classes (vtkPointSetSurfaceReconstruction, vtkVoxelizePolyData) to produce a surface from an oriented point set. These classes are implemented as VTK filters. A Paraview plugin interface is provided to allow extremely easy [...]
1 2
Journals
Publication of the Month
| A simple Qt based comparison program for ITK and VTK images.
by Perrot-Audet A., Mosaliganti K., Gelas A., Rannou N., Souhait L., Megason S.
|
Issues Accepting Submissions
| 2010 July-December 119 days |
| 2010 January - December Submissions 119 days |
| Medical Imaging and Computing 6923 days |
| [+] |
Most Recent Reviews
| This implementation is surprisingly... A Fast Approximation to the Bilateral... by Oleksandr Dzyubak on 2010-08-18 15:52:25
|
| Much needed contribution Introducing Dice, Jaccard, and Other... by Dan Mueller on 2010-07-12 12:15:46
|
| Very useful contribution A Streaming IO Base Class and Support... by Luis Ibanez on 2010-06-10 15:03:44
|
| A good candidate for introduction in... Implementation of a 3D thinning... by Anonymous on 2010-04-28 03:39:43
|
| Accurate and fast skeletonizer Implementation of a 3D thinning... by Oleksandr Dzyubak on 2010-05-03 12:18:31
|
| Excellent addition Boolean Operations on Surfaces for VTK by David Doria on 2010-04-30 09:59:58
|

