Phong reflection model: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Alter: pages. Removed parameters. Formatted dashes. | You can use this bot yourself. Report bugs here. | Activated by Neko-chan | Category:Computer_graphics_algorithms | via #UCB_Category
Line 86:
Because of the powers of two in the equation there are two possible solutions for the normal direction. Thus some prior information of the geometry is needed to define the correct normal direction. The normals are directly related to angles of inclination of the line on the object surface. Thus the normals allow the calculation of the relative surface heights of the line on the object using a line integral, if we assume a continuous surface.
 
If the object is not cylindrical, we have three unknown normal values <math>N=[N_x, N_y, N_z]</math>. Then the two equations still allow the normal to rotate around the view vector, thus additional constraints are needed from prior geometric information. For instance in [[facial recognition system|face recognition]] those geometric constraints can be obtained using [[principal component analysis]] (PCA) on a database of depth-maps of faces, allowing only surface normals solutions which are found in a normal population.<ref>{{cite journalbook| title=Model-Based Illumination Correction for Face Images in Uncontrolled Scenarios|date=September 2009| authorlast1=Boom, |first1= B.J. and |last2=Spreeuwers,|first2= L.J. and |last3=Veldhuis,|first3= R.N.J.| volume=5702| pages=33–40| doi=10.1007/978-3-642-03767-2 | issue=2009| series=Lecture Notes in Computer Science| editor1-last=Jiang| editor1-first=Xiaoyi| editor2-last=Petkov| editor-link2= Nicolai Petkov| editor2-first=Nicolai| isbn=978-3-642-03766-5| url=https://halshs.archives-ouvertes.fr/halshs-00420059/document| bibcode=2009LNCS.5702.....J| hdl=11693/26732| hdl-access=free}}</ref>
 
== Applications ==