HOME

TheInfoList



OR:

Lambertian reflectance is the property that defines an ideal "matte" or diffusely reflecting surface. The apparent brightness of a Lambertian surface to an observer is the same regardless of the observer's angle of view. More precisely, the reflected radiant intensity obeys Lambert's cosine law, which makes the reflected
radiance In radiometry, radiance is the radiant flux emitted, reflected, transmitted or received by a given surface, per unit solid angle per unit projected area. Radiance is used to characterize diffuse emission and reflection of electromagnetic radiati ...
the same in all directions. Lambertian reflectance is named after Johann Heinrich Lambert, who introduced the concept of perfect diffusion in his 1760 book '' Photometria''.


Examples

Unfinished wood exhibits roughly Lambertian reflectance, but wood finished with a glossy coat of
polyurethane Polyurethane (; often abbreviated PUR and PU) is a class of polymers composed of organic chemistry, organic units joined by carbamate (urethane) links. In contrast to other common polymers such as polyethylene and polystyrene, polyurethane term ...
does not, since the glossy coating creates specular highlights. Though not all rough surfaces are Lambertian, this is often a good approximation, and is frequently used when the characteristics of the surface are unknown. Spectralon is a material which is designed to exhibit an almost perfect Lambertian reflectance.


Use in computer graphics

In
computer graphics Computer graphics deals with generating images and art with the aid of computers. Computer graphics is a core technology in digital photography, film, video games, digital art, cell phone and computer displays, and many specialized applications. ...
, Lambertian reflection is often used as a model for
diffuse reflection Diffuse reflection is the reflection of light or other waves or particles from a surface such that a ray incident on the surface is scattered at many angles rather than at just one angle as in the case of specular reflection. An ''ideal'' dif ...
. This technique causes all closed polygons (such as a triangle within a 3D mesh) to reflect light equally in all directions when rendered. The reflection decreases when the surface is tilted away from being perpendicular to the light source, however, because the area is illuminated by a smaller fraction of the incident radiation. The reflection is calculated by taking the
dot product In mathematics, the dot product or scalar productThe term ''scalar product'' means literally "product with a Scalar (mathematics), scalar as a result". It is also used for other symmetric bilinear forms, for example in a pseudo-Euclidean space. N ...
of the surface's unit normal vector, \mathbf, and a normalized light-direction vector, \mathbf, pointing from the surface to the light source. This number is then multiplied by the color of the surface and the intensity of the light hitting the surface: :B_=\mathbf\cdot\mathbf C I_\text, where B_ is the brightness of the diffusely reflected light, C is the color and I_\text is the intensity of the incoming light. Because :\mathbf\cdot\mathbf=, N, , L, \cos=\cos, where \alpha is the angle between the directions of the two vectors, the brightness will be highest if the surface is perpendicular to the light vector, and lowest if the light vector intersects the surface at a grazing angle. Lambertian reflection from polished surfaces is typically accompanied by
specular reflection Specular reflection, or regular reflection, is the mirror-like reflection (physics), reflection of waves, such as light, from a surface. The law of reflection states that a reflected ray (optics), ray of light emerges from the reflecting surf ...
( gloss), where the surface luminance is highest when the observer is situated at the perfect reflection direction (i.e. where the direction of the reflected light is a reflection of the direction of the incident light in the surface), and falls off sharply.


Other waves

While Lambertian reflectance usually refers to the reflection of light by an object, it can be used to refer to the reflection of any wave. For example, in
ultrasound imaging Medical ultrasound includes diagnostic techniques (mainly imaging) using ultrasound, as well as therapeutic applications of ultrasound. In diagnosis, it is used to create an image of internal body structures such as tendons, muscles, join ...
, "rough" tissues are said to exhibit Lambertian reflectance.


See also

* List of common shading algorithms *
Gamma correction Gamma correction or gamma is a Nonlinearity, nonlinear operation used to encode and decode Relative luminance, luminance or CIE 1931 color space#Tristimulus values, tristimulus values in video or still image systems. Gamma correction is, in the s ...


References

{{reflist Radiometry Photometry Scattering, absorption and radiative transfer (optics) Shading