Shape-from-Template, or SfT in short, is a model-based approach to 3D reconstruction from the field of computer vision. The general scope of 3D reconstruction is to infer quantitative 3D information from 2D images. Even though it has analogies with stereopsis in the human visual system, 3D reconstruction in computer vision is only concerned with finding computational solutions. There are many approaches to 3D reconstruction: SfT works with a single input image at a time and proceeds by fitting a deformable 3D object model to this image. This model is represented by a 3D shape and a deformation law, which form the fundamental required elements for the object template.
SfT works by finding correspondences between the template model and the input image. This is the registration step. The desired 3D shape is then inferred from the registration. This is the shape inference step. An SfT algorithm may solve only one of these two steps or may solve both, sequentially or simultaneously.
Website created and maintained by Adrien Bartoli.