A Probabalistic Framework for Space Carving

The calibration file format

This file format is intended to store both the projection matrices, the image features, and the resulting vertices. This format does have additional fields for storing polgon and plane data, so any implementation should be able to cope with unexpected fields.

The image field specifies the file name of the image. The projection field stores the projection matrix in MATLAB format. The match fields store the location of point features which were specified by the user. The match number is used to mark corresponding features. For example "match 1" may be specified for some or all of the images. All these matches will correspond to the same vertex. The vertexes are NOT NUMBERED. There is no guarantee that the first vertex will correspond to match 1, although this may be the case in practice.