icon

The Stanford 3D Scanning Repository

In recent years, the number of range scanners and surface reconstruction algorithms has been growing rapidly. Many researchers, however, do not have access to scanning facilities or dense polygonal models. The purpose of this repository is to make some range data and detailed reconstructions available to the public. Currently, this repository only contains models that were scanned and reconstructed at the Stanford Computer Graphics Laboratory . In the future, we hope to include data sets and reconstructions from other sources.

The models in this repository were all scanned with a Cyberware 3030MS optical triangulation scanner. Each scan takes the form of a range image. Each range image is described in the local coordinate system of the scanner. In order to merge the range images, we must first align them, i.e., determine the transformation for each range image that will bring it into a canonical coordinate system. We have already determined the transformations for the range data in this repository; they are stored in ".conf" files that list each range image along with a translation and a quaternion rotation.

Some of the triangulation data comes directly from the Cyberware scanner, while the rest is the result of a method known as spacetime analysis . The surface reconstructions provided here are the product of the zippering and volumetric merging methods developed at Stanford. Implementations of both of these methods are currently available for download:

All of the shape data is stored in ply files. The ply format was developed at Stanford University, and the source code is available for download . For convenience, we have represented these files in their ASCII formats. Choosing ASCII makes it possible for someone unfamiliar with it to get a feel for the file format, and it avoids the problem of using the correct big-endian vs. little-endian byte orders. A future release of the ply format will take care of this latter issue. We also have a viewer called plyview that will read and display triangle meshes in the ply format. This viewer is in beta release and currently comes bundled with VripPack .

For questions and comments and to subscribe to the 3D Scanning Repository's email list, send mail to 3Dscanrep@graphics.stanford.edu .

Please acknowledge...

You are welcome to use the data and models for research purposes. They are not to be used for commercial purposes, nor should they appear in a product for sale without our permission. In each of the listings below, we have cited the source of the range data and reconstructions. As stated above, all data and reconstructions listed here are currently from Stanford University, though we expect this to change. Please be sure to acknowledge the source of the data and models you take from this repository.


icon
Model: Bunny
Source: Stanford University Computer Graphics Laboratory
Scanner: Cyberware
Number of scans: 10
Reconstruction: zipper

Range data + zippered reconstruction:

bunny.tar.gz (4.9 MB compressed, 22 MB uncompressed)

icon

Model: Drill bit
Source: Stanford University Computer Graphics Laboratory
Scanner: Cyberware
Number of scans: 12
Reconstruction: zipper and vrip

Range data + zippered and vripped reconstructions:

drill.tar.gz (0.6 MB compressed, 3.5 MB uncompressed)

icon

Model: Happy Buddha
Source: Stanford University Computer Graphics Laboratory
Scanner: Cyberware + spacetime analysis
Number of scans: ~60
Reconstruction: vrip

Range data:

happy_stand.tar.gz (14 MB compressed, 51 MB uncompressed
happy_side.tar.gz (8.9 MB compressed, 35 MB uncompressed
happy_back.tar.gz (8.1 MB compressed, 32 MB uncompressed
happy_fillers.tar.gz (2.2 MB compressed, 9.0 MB uncompressed
happy_backdrop.tar.gz (22 MB compressed, 89 MB uncompressed
Vripped reconstruction:
happy_recon.tar.gz (14 MB compressed, 56 MB uncompressed

icon

Model: Dragon
Source: Stanford University Computer Graphics Laboratory
Scanner: Cyberware + spacetime analysis
Number of scans: ~70
Reconstruction: vrip

Range data:

dragon_stand.tar.gz (6.1 MB compressed, 23 MB uncompressed
dragon_side.tar.gz (4.2 MB compressed, 16 MB uncompressed
dragon_up.tar.gz (5.7 MB compressed, 24 MB uncompressed
dragon_fillers.tar.gz (6.7 MB compressed, 26 MB uncompressed
dragon_backdrop.tar.gz (11 MB compressed, 44 MB uncompressed
dragon_recon.tar.gz (11 MB compressed, 43 MB uncompressed
Vripped reconstruction:
dragon_recon.tar.gz (11 MB compressed, 43 MB uncompressed

Last update: September 8, 1996

curless@graphics.stanford.edu