Photometric stereo

Photometric stereo analyzes multiple images of an object under different lighting conditions to estimate a normal direction at each pixel.

Photometric stereo is a technique in computer vision for estimating the surface normals of objects by observing that object under different lighting conditions. It is based on the fact that the amount of light reflected by a surface is dependent on the orientation of the surface in relation to the light source and the observer.[1] By measuring the amount of light reflected into a camera, the space of possible surface orientations is limited. Given enough light sources from different angles, the surface orientation may be constrained to a single orientation or even overconstrained.

The technique was originally introduced by Woodham in 1980.[2] The special case where the data is a single image is known as shape from shading, and was analyzed by B. K. P. Horn in 1989.[3] Photometric stereo has since been generalized to many other situations, including extended light sources and non-Lambertian surface finishes.[4] Current research aims to make the method work in the presence of projected shadows, highlights, and non-uniform lighting. Surface normals define the local metric, using this observation Bronstein et al. [5] defined a 3D face recognition system based on the reconstructed metric without integrating the surface. The metric of the facial surface is known to be robust to expressions.

Basic Method

Under Woodham's original assumptions — Lambertian reflectance, known point-like distant light sources, and uniform albedo — the problem can be solved by inverting the linear equation , where is a (known) vector of observed intensities, is the (unknown) surface normal, and is a (known) matrix of normalized light directions.

This model can easily be extended to surfaces with non-uniform albedo, while keeping the problem linear.[6] Taking an albedo reflectivity of , the formula for the reflected light intensity becomes:

If is square (there are exactly 3 lights) and non-singular, it can be inverted, giving:

Since the normal vector is known to have length 1, must be the length of the vector , and is the normalised direction of that vector. If is not square (there are more than 3 lights), a generalisation of the inverse can be obtained using the Moore-Penrose pseudoinverse,[7] by simply multiplying both sides with giving:

After which the normal vector and albedo can be solved as described above.

Non-Lambertian surfaces

The classical photometric stereo problem concerns itself only with Lambertian surfaces, with perfectly diffuse reflection. This is unrealistic for many types of materials, especially metals, glass and smooth plastics, and will lead to aberrations in the resulting normal vectors.

Many methods have been developed to lift this assumption. In this section, a few of these are listed.

Specular reflections

Historically, in computer graphics, the commonly used model to render surfaces started with Lambertian surfaces and progressed first to include simple specular reflections. Computer vision followed a similar course with photometric stereo. Specular reflections were among the first deviations from the Lambertian model. These are a few adaptations that have been developed.

General BRDFs and beyond

According to the Bidirectional reflectance distribution function (BRDF) model, a surface may distribute the amount of light it receives in any outward direction. This is the most general known model for opaque surfaces. Some techniques have been developed to model (almost) general BRDFs. In practice, all of these require many light sources to obtain reliable data. These are methods in which surfaces with general BRDFs can be measured.

Some progress has been made towards modelling an even more general surfaces, such as Spatially Varying Bidirectional Distribution Functions (SVBRDF), Bidirectional surface scattering reflectance distribution functions (BSSRDF), and accounting for interreflections.[12][13] However, such methods are still fairly restrictive in photometric stereo. Better results have been achieved with structured light.[14]

See also

References

  1. Ying Wu. "Radiometry, BRDF and Photometric Stereo" (PDF). Northwestern University. Retrieved 2015-03-25.
  2. Woodham, R.J. 1980. Photometric method for determining surface orientation from multiple images. Optical Engineerings 19, I, 139-144.
  3. B. K. P. Horn, 1989. Obtaining shape from shading information. In B. K. P. Horn and M. J. Brooks, eds., Shape from Shading, pages 121–171. MIT Press.
  4. "A Photometric Stereo Approach to Face Recognition". University of the West of England. Retrieved 2011-03-27.
  5. A.M. Bronstein, M.M. Bronstein, A. Spira, R. Kimmel. "Face recognition from facial surface metric" (PDF). European Conf. Computer Vision-ECCV 2004. Retrieved 2004. Check date values in: |access-date= (help)
  6. S. Barsky and Maria Petrou, 2003. The 4-source photometric stereo technique for 3-dimensional surfaces in the presence of highlights and shadows. In IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 25, issue 10, pages 1239-1252. IEEE.
  7. Chaman Singh Verma and Mon-Ju Wu. "Photometric Stereo". University of Wisconsin-Madison. Retrieved 2015-03-24.
  8. Hemant D. Tagare and Rui J.P. de Figueiredo, 1991. A Theory of Photometric Stereo for a Class of Diffuse Non-Lambertian Surfaces. In IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 13, no. 2. IEEE.
  9. Katsushi Ikeuchi, 1981. Determining Surface Orientations of Specular Surfaces by Using the Photometric Stereo Method. In IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. PAMI-3, issue 6, pages 661-669. IEEE.
  10. Aaron Hertzmann and Steven M. Seitz, 2005. Example-Based Photometric Stereo: Shape Reconstruction with General, Verying BRDFs. In IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 27, no. 8. IEEE.
  11. Michael Holroyd, Jason Lawrence, Greg Humphreys and Todd Zickler, 2008. A Photometric Approach for Estimating Normals and Tangents. In ACM SIGGRAPH Asia 2008 Papers, pages 133:1-133:9. ACM.
  12. Shree K. Nayar, Katsushi Ikeuchi and Takeo Kanade, 1991. Shape from interreflections. In International Journal of Computer Vision, vol. 6, number 3, pages 173-195.
  13. Miao Liao, Xinyu Huang and Ruigang Yang, 2011. Interreflection Removal for Photometric Stereo by Using Spectrum-dependent Albedo. In 2011 IEEE Conference on Computer Vision and Pattern Recognition, pages 689-696. IEEE.
  14. Tongbo Chen, Hendrik Lensch, Christian Fuchs and H.P. Seidel, 2007. Polarization and Phase-shifting for 3D Scanning of Translucent Objects. In IEEE Conference on Computer Vision and Pattern Recognition, 2007, pages 1-8. IEEE.
This article is issued from Wikipedia - version of the 11/26/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.