Next: Mapping via local planes
Up: Representation with recorded images
Previous: 2D mapping
  Contents
In a first approach, we approximate the scene geometry by a single plane
by minimizing the least square error. We map all given camera images onto plane
and view it through a virtual camera. This can be achieved by directly mapping the coordinates
of image
onto the virtual camera coordinates
. Therefore we can perform a direct look-up into the originally recorded images and determine the radiance by interpolating the recorded neighboring pixel values. This technique is similar to the lightfield approach [99] which implicitly assumes the
plane as the plane of geometry. Thus to construct a specific view we have to interpolate between neighboring views. Those views give the most support to the color value of a particular pixel whose projection center is close to the viewing ray of this pixel. This is equivalent to the fact that those views whose projected camera centers are close to its image coordinate give the most support to a specified pixel. We restrict the support to the nearest three cameras (see Figure 8.10).
Figure 8.10:
Drawing triangles of neighboring projected camera centers and approximating geometry by one plane for the whole scene, for one camera triple or by several planes for one camera triple.
 |
We project all camera centers into the virtual image and perform a 2D triangulation. Then the neighboring cameras of a pixel are determined by the corners of the triangle which this pixel belongs to. Each triangle is drawn as a sum of three triangles. For each camera we look up the color values in the original image like described above and multiply them with weight 1 at the corresponding vertex and with weight 0 at both other vertices. In between, the weights are interpolated linearly similar to the Gouraud shading. Within the triangle the sum of weights is 1 at each point. The total image is built up as a mosaic of these triangles. Although this technique assumes a very sparse approximation of geometry, the rendering results show only small ghosting artifacts (see experiments).
Next: Mapping via local planes
Up: Representation with recorded images
Previous: 2D mapping
  Contents
Marc Pollefeys
2000-07-12