bidirectional reflectance distribution function
{{short description|Function of four real variables that defines how light is reflected at an opaque surface}}
The bidirectional reflectance distribution function (BRDF), symbol , is a function of four real variables that defines how light from a source is reflected off an opaque surface. It is employed in the optics of real-world light, in computer graphics algorithms, and in computer vision algorithms. The function takes an incoming light direction, , and outgoing direction, (taken in a coordinate system where the surface normal lies along the z-axis), and returns the ratio of reflected radiance exiting along to the irradiance incident on the surface from direction . Each direction is itself parameterized by azimuth angle and zenith angle , therefore the BRDF as a whole is a function of 4 variables. The BRDF has units sr−1, with steradians (sr) being a unit of solid angle.
Definition
The BRDF was first defined by Fred Nicodemus around 1965.
{{Cite journal
| volume = 4
| issue = 7
| pages = 767–775
| last = Nicodemus
| first = Fred
| title = Directional reflectance and emissivity of an opaque surface
| journal = Applied Optics
| doi = 10.1364/AO.4.000767
| year = 1965
|bibcode = 1965ApOpt...4..767N }} The definition is:
where is radiance, or power per unit solid-angle-in-the-direction-of-a-ray per unit projected-area-perpendicular-to-the-ray, is irradiance, or power per unit surface area, and is the angle between and the surface normal, . The index indicates incident light, whereas the index indicates reflected light.
The reason the function is defined as a quotient of two differentials and not directly as a quotient between the undifferentiated quantities, is because irradiating light other than , which are of no interest for , might illuminate the surface which would unintentionally affect , whereas is only affected by .
Related functions
The Spatially Varying Bidirectional Reflectance Distribution Function (SVBRDF) is a 6-dimensional function, , where describes a 2D location over an object's surface.
The Bidirectional Texture Function (BTF) is appropriate for modeling non-flat surfaces, and has the same parameterization as the SVBRDF; however in contrast, the BTF includes non-local scattering effects like shadowing, masking, interreflections or subsurface scattering. The functions defined by the BTF at each point on the surface are thus called Apparent BRDFs.
The Bidirectional Surface Scattering Reflectance Distribution Function (BSSRDF), is a further generalized 8-dimensional function in which light entering the surface may scatter internally and exit at another location.
In all these cases, the dependence on the wavelength of light has been ignored. In reality, the BRDF is wavelength dependent, and to account for effects such as iridescence or luminescence the dependence on wavelength must be made explicit: . Note that in the typical case where all optical elements are linear, the function will obey except when : that is, it will only emit light at wavelength equal to the incoming light. In this case it can be parameterized as , with only one wavelength parameter.
Physically based BRDFs
Physically realistic BRDFs for reciprocal linear optics have additional properties,
{{cite conference
| first = Bernardt
| last = Duvenhage
| title = Numerical verification of bidirectional reflectance distribution functions for physical plausibility
| book-title = Proceedings of the South African Institute for Computer Scientists and Information Technologists Conference
| pages = 200–208
| year = 2013
}} including,
- positivity:
- obeying Helmholtz reciprocity:
- conserving energy:
Applications
The BRDF is a fundamental radiometric concept, and accordingly is used in computer graphics for photorealistic rendering of synthetic scenes (see the rendering equation), as well as in computer vision for many inverse problems such as object recognition. BRDF has also been used for modeling light trapping in solar cells (e.g. using the OPTOS formalism) or low concentration solar photovoltaic systems.{{Cite book |doi = 10.1109/PVSC.2013.6744136|chapter = Photovoltaic system performance enhancement with non-tracking planar concentrators: Experimental results and BDRF based modelling|title = 2013 IEEE 39th Photovoltaic Specialists Conference (PVSC)|pages = 0229–0234|year = 2013|last1 = Andrews|first1 = Rob W.|last2 = Pollard|first2 = Andrew|last3 = Pearce|first3 = Joshua M.|isbn = 978-1-4799-3299-3|s2cid = 32127698| url=https://hal.science/hal-02113584/file/Photovoltaic_System_Performance_Enhancem.pdf |chapter-url = https://hal.archives-ouvertes.fr/hal-02113584/file/Photovoltaic_System_Performance_Enhancem.pdf}}{{cite journal |url=https://www.academia.edu/16836963 |doi=10.1109/JPHOTOV.2015.2478064|title=Photovoltaic System Performance Enhancement with Nontracking Planar Concentrators: Experimental Results and Bidirectional Reflectance Function (BDRF)-Based Modeling |year=2015 |last1=Andrews |first1=Rob W. |last2=Pollard |first2=Andrew |last3=Pearce |first3=Joshua M. |journal=IEEE Journal of Photovoltaics |volume=5 |issue=6 |pages=1626–1635 |s2cid=40828010 }}
In the context of satellite remote sensing, NASA uses a BRDF model to characterise surface reflectance anisotropy. For a given land area, the BRDF is established based on selected multiangular observations of surface reflectance. While single observations depend on view geometry and solar angle, the MODIS BRDF/Albedo product describes intrinsic surface properties in several spectral bands, at a resolution of 500 meters.{{Cite web|url=https://modis-land.gsfc.nasa.gov/brdf.html|title=BRDF/Albedo|website=NASA, Goddard Space Flight Center|access-date=March 9, 2017}} The BRDF/Albedo product can be used to model surface albedo depending on atmospheric scattering.
Models
BRDFs can be measured directly from real objects using calibrated cameras and lightsources;{{cite web |author=Rusinkiewicz, S. |title=A Survey of BRDF Representation for Computer Graphics |access-date=2007-09-05 |url=http://www.cs.princeton.edu/~smr/cs348c-97/surveypaper.html}} however, many phenomenological and analytic models have been proposed including the Lambertian reflectance model frequently assumed in computer graphics. Some useful features of recent models include:
- accommodating anisotropic reflection
- editable using a small number of intuitive parameters
- accounting for Fresnel effects at grazing angles
- being well-suited to Monte Carlo methods.
W. Matusik et al. found that interpolating between measured samples produced realistic results and was easy to understand.Wojciech Matusik, Hanspeter Pfister, Matt Brand, and Leonard McMillan. [http://people.csail.mit.edu/wojciech/DDRM/index.html A Data-Driven Reflectance Model] {{Webarchive|url=https://web.archive.org/web/20180721175028/http://people.csail.mit.edu/wojciech/DDRM/index.html |date=2018-07-21 }}. ACM Transactions on Graphics. 22(3) 2002.
{{Multiple image
| align = center
| direction = horizontal
| caption_align = center
| width = 300
| footer = Three elemental components that can be used to model a variety of light-surface interactions.{{cite web |url=http://help.autodesk.com/cloudhelp/2016/ENU/mental-ray-docs/mr_docs/shaders/layering/layering.html |title=mental ray Layering Shaders}} The incoming light ray is shown in black, the reflected ray(s) modeled by the BRDF in gray.
| image1 = BRDF_diffuse.svg
| caption1 = Diffuse
| image2 = BRDF_glossy.svg
| caption2 = Glossy
| image3 = BRDF_mirror.svg
| caption3 = Mirror
}}
=Some examples=
- Lambertian model, representing perfectly diffuse (matte) surfaces by a constant BRDF.
- Lommel–Seeliger, lunar and Martian reflection.
- Hapke scattering model, physically motivated approximation of the radiative transfer solution for a porous, irregular, and particulate surface. Often used in astronomy for planet/small body surface reflection simulations. Multiple versions and modifications exist.{{cite book |first=Bruce |last=Hapke |title=Theory of Reflectance and Emittance Spectroscopy |publisher=Cambridge University Press |edition=2 |year=2012 |pages=323 |doi=10.1017/CBO9781139025683 |bibcode=2012tres.book.....H |isbn=978-0-521-88349-8 |url=http://swbplus.bsz-bw.de/bsz359088767inh.htm }}{{cite web |url=https://psg.gsfc.nasa.gov/images/help/handbook.pdf |title=Fundamentals of the Planetary Spectrum Generator }}
- Phong reflectance model, a phenomenological model akin to plastic-like specularity.{{cite journal |first=B. T. |last=Phong |title=Illumination for computer generated pictures |journal=Communications of the ACM |volume=18 |year=1975 |issue=6 |pages=311–317 |doi=10.1145/360825.360839 |s2cid=1439868 |doi-access=free }}
- Blinn–Phong model, resembling Phong, but allowing for certain quantities to be interpolated, reducing computational overhead.{{cite book | volume = 11 | issue = 2 | author = James F. Blinn | title = Proceedings of the 4th annual conference on Computer graphics and interactive techniques | chapter = Models of light reflection for computer synthesized pictures | year = 1977 | doi = 10.1145/563858.563893 | pages = 192–198| isbn = 9781450373555 | s2cid = 8043767 }}
- Torrance–Sparrow model, a general model representing surfaces as distributions of perfectly specular microfacets.{{cite journal |first1=K. |last1=Torrance |first2=E. |last2=Sparrow |title=Theory for Off-Specular Reflection from Roughened Surfaces |journal= Journal of the Optical Society of America|volume=57 |year=1967 |issue=9 |pages=1105–1114 |doi=10.1364/JOSA.57.001105 |bibcode=1967JOSA...57.1105T }}
- Cook–Torrance model, a specular-microfacet model (Torrance–Sparrow) accounting for wavelength and thus color shifting.{{cite journal |first1=R. |last1=Cook |first2=K. |last2=Torrance |title=A reflectance model for computer graphics |journal= ACM SIGGRAPH Computer Graphics|volume=15 |issue=3 |year=1981 |pages=301–316 |doi=10.1145/965161.806819 |doi-access=free }}
- Ward model, a specular-microfacet model with an elliptical-Gaussian distribution function dependent on surface tangent orientation (in addition to surface normal).{{cite conference|last=Ward|first=Gregory J.|year=1992|title=Measuring and modeling anisotropic reflection|pages=265–272|doi=10.1145/133994.134078|book-title=Proceedings of SIGGRAPH}}
- Oren–Nayar model, a "directed-diffuse" microfacet model, with perfectly diffuse (rather than specular) microfacets.{{cite journal |first1=S. K. |last1=Nayar |first2=M. |last2=Oren |title=Generalization of the Lambertian Model and Implications for Machine Vision |journal=International Journal of Computer Vision |volume=14 |issue=3 |pages=227–251 |year=1995 |doi=10.1007/BF01679684 |s2cid=2367943 }}
- Ashikhmin–Shirley model, allowing for anisotropic reflectance, along with a diffuse substrate under a specular surface.{{cite journal |first1=Michael |last1=Ashikhmin |authorlink2=Peter Shirley |first2=Peter |last2=Shirley |title=An Anisotropic Phong BRDF Model |journal=Journal of Graphics Tools |year=2000 |volume=5 |issue=2 |pages=25–32 |doi=10.1080/10867651.2000.10487522 |s2cid=18520447 }}
- HTSG (He, Torrance, Sillion, Greenberg), a comprehensive physically based model.X. He, K. Torrance, F. Sillon, and D. Greenberg, A comprehensive physical model for light reflection, Computer Graphics 25 (1991), no. Annual Conference Series, 175–186.
- Fitted Lafortune model, a generalization of Phong with multiple specular lobes, and intended for parametric fits of measured data.E. Lafortune, S. Foo, K. Torrance, and D. Greenberg, Non-linear approximation of reflectance functions. In Turner Whitted, editor, SIGGRAPH 97 Conference Proceedings, Annual Conference Series, pp. 117–126. ACM SIGGRAPH, Addison Wesley, August 1997.
- Lebedev model for analytical-grid BRDF approximation.Ilyin A., Lebedev A., Sinyavsky V., Ignatenko, A., [http://data.lebedev.as/LebedevGraphicon2009.pdf Image-based modelling of material reflective properties of flat objects (In Russian)] {{webarchive|url=https://web.archive.org/web/20110706085120/http://data.lebedev.as/LebedevGraphicon2009.pdf |date=2011-07-06 }}. In: GraphiCon'2009.; 2009. p. 198-201.
- ABC-like model for accurate and efficient rendering of glossy surfaces.J. Löw, J. Kronander, A. Ynnerman, and J. Unger, [https://dl.acm.org/doi/pdf/10.1145/2077341.2077350 BRDF models for accurate and efficient rendering of glossy surfaces]. In ACM Transactions on Graphics (TOG), pp. 1–14. ACM New York, 2012.
- ABg modelRichard N. Pfisterer, [https://photonengr.com/wp-content/uploads/2014/10/ApproximatedScatter1.pdf Approximated Scatter Models for Stray Light Analysis]{{cite thesis |first=Yonghee |last=Won |title=A Study of Scattering Characteristics for Microscale Rough Surface |url=https://scholar.rose-hulman.edu/optics_grad_theses/3 |year=2014 |publisher=Rose-Hulman Institute of Technology |type=Master's thesis }}
- K-correlation (ABC) modelChurch E., Takacs P., Leonard T., The prediction of BSDFs from surface profile measurements {{doi|10.1117/12.962842}}
Acquisition
Traditionally, BRDF measurement devices called gonioreflectometers employ one or more goniometric arms to position a light source and a detector at various directions from a flat sample of the material to be measured. To measure a full BRDF, this process must be repeated many times, moving the light source each time to measure a different incidence angle.Marschner S.R., Westin S.H., Lafortune E.P.F., Torrance K.E., Greenberg D.P. (1999) Image-Based BRDF Measurement Including Human Skin. In: Lischinski D., Larson G.W. (eds) Rendering Techniques’ 99. Eurographics. Springer, Vienna
Unfortunately, using such a device to densely measure the BRDF is very time-consuming. One of the first improvements on these techniques used a half-silvered mirror and a digital camera to take many BRDF samples of a planar target at once. Since this work, many researchers have developed other devices for efficiently acquiring BRDFs from real world samples, and it remains an active area of research.
There is an alternative way to measure BRDF based on HDR images. The standard algorithm is to measure the BRDF point cloud from images and optimize it by one of the BRDF models.[http://lebedev.as/index.php?p=1_7_BRDFRecon BRDFRecon project] {{webarchive|url=https://web.archive.org/web/20110706085118/http://lebedev.as/index.php?p=1_7_BRDFRecon |date=2011-07-06 }}
A fast way to measure BRDF or BTDF is a conoscopic scatterometer Arrangement for Assessing Reflection Bevaviour, Patent WO 98/11424 Eckhardt S, Lunda K., Digital Age Sees New Demand for the Venerable Conoscope [https://www.photonicsspectra-digital.com/photonicsspectra/september%202020/MobilePagedReplica.action?pm=2&folio=56 https://www.photonicsspectra-digital.com/photonicsspectra/september 2020/MobilePagedReplica.action?pm=2&folio=56] The advantage of this measurement instrument is that a near-hemispheric measurement can be captured in a fraction of a second with resolution of roughly 0.1°. This instrument has two disadvantages. The first is that the dynamic range is limited by the camera being used; this can be as low as 8 bits for older image sensors or as high as 32 bits for the newer automotive image sensors. The other disadvantage is that for BRDF measurements the beam must pass from an external light source, bounce off a pellicle and pass in reverse through the first few elements of the conoscope before being scattered by the sample. Each of these elements is antireflection-coated, but roughly 0.3% of the light is reflected at each air-glass interface. These reflections will show up in the image as a spurious signal. For scattering surfaces with a large signal, this is not a problem, but for Lambertian surfaces it is.
BRDF fabrication
BRDF fabrication refers to the process of implementing a surface based on the measured or synthesized information of a target BRDF. There exist three ways to perform such a task, but in general, it can be summarized as the following steps:
- Measuring or synthesizing the target BRDF distribution.
- Sample this distribution to discretize it and make the fabrication feasible.
- Design a geometry that produces this distribution (with microfacet, halftoning).
- Optimize the continuity and smoothness of the surface with respect to the manufacturing procedure.
Many approaches have been proposed for manufacturing the BRDF of the target :
- Milling the BRDF: This procedure starts with sampling the BRDF distribution and generating it with microfacet geometry then the surfaced is optimized in terms of smoothness and continuity to meet the limitations of the milling machine. The final BRDF distribution is the convolution of the substrate and the geometry of the milled surface.{{Cite book|last1=Weyrich|first1=Tim|last2=Peers|first2=Pieter|last3=Matusik|first3=Wojciech|last4=Rusinkiewicz|first4=Szymon |title=ACM SIGGRAPH 2009 papers |chapter=Fabricating microgeometry for custom surface reflectance |date=2009 |pages=1–6|location=New York, New York, USA|publisher=ACM Press|doi=10.1145/1576246.1531338|isbn=9781605587264|s2cid=13932018|url=http://www.cs.princeton.edu/gfx/pubs/Weyrich_2009_FMF/weyrich09fabricating-lowres.pdf}}File:Fabricating.jpg
- Printing the BRDF: In order to generate spatially varying BRDF (svBRDF) it has been proposed to use gamut mapping and halftoning to achieve the targeted BRDF. Given a set of metallic inks with known BRDF an algorithm proposed to linearly combine them to produce the targeted distribution. So far printing only means gray-scale or color printing but real-world surfaces can exhibit different amounts of specularity that affects their final appearance, as a result this novel method can help us print images even more realistically. {{Cite journal|last1=Matusik|first1=Wojciech|last2=Ajdin|first2=Boris|last3=Gu|first3=Jinwei|last4=Lawrence|first4=Jason|last5=Lensch|first5=Hendrik P. A.|last6=Pellacini|first6=Fabio|last7=Rusinkiewicz|first7=Szymon|date=2009-12-01|title=Printing spatially-varying reflectance|journal=ACM Transactions on Graphics|language=en|volume=28|issue=5|pages=1–9|doi=10.1145/1618452.1618474}}
- Combination of Ink and Geometry: In addition to color and specularity, real-world objects also contain texture. A 3D printer can be used to manufacture the geometry and cover the surface with a suitable ink; by optimally creating the facets and choosing the ink combination, this method can give us a higher degree of freedom in design and more accurate BRDF fabrication.{{Cite journal|last1=Lan|first1=Yanxiang|last2=Dong|first2=Yue|last3=Pellacini|first3=Fabio|last4=Tong|first4=Xin|date=2013-07-01|title=Bi-scale appearance fabrication|journal=ACM Transactions on Graphics|volume=32|issue=4|pages=1–12|doi=10.1145/2461912.2461989|s2cid=4960068|issn=0730-0301}}
See also
References
Further reading
- {{Cite book
| edition = 1st
| publisher = Springer
| isbn = 978-3-540-43097-1
| last = Lubin
| first = Dan
|author2=Robert Massom
| title = Polar Remote Sensing
| others= Volume I: Atmosphere and Oceans
| date = 2006-02-10
| page = 756
}}
- {{Cite book
| edition = 1st
| publisher = Morgan Kaufmann
| isbn = 978-0-12-553180-1
| last = Matt
| first = Pharr
|author2=Greg Humphreys
| title = Physically Based Rendering
| year = 2004
| page = 1019
}}
- {{Cite journal
| volume = 103
| issue = 1
| pages = 27–42
| last = Schaepman-Strub
| first = G.
|author2=M. E. Schaepman |author3=T. H. Painter |author4=S. Dangel |author5=J. V. Martonchik
| title = Reflectance quantities in optical remote sensing: definitions and case studies
| journal = Remote Sensing of Environment
| date = 2006-07-15
| doi = 10.1016/j.rse.2006.03.002
|bibcode = 2006RSEnv.103...27S }}
- [http://scratchapixel.com/lessons/3d-basic-rendering/phong-shader-BRDF An intuitive introduction to the concept of reflection model and BRDF.]
{{DEFAULTSORT:Bidirectional Reflectance Distribution Function}}