You are here: Start » AVL.NET » Invoke.PhotometricStereo_General_Perform
Computes surface normals using images with light source in different places.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void PhotometricStereo_General_Perform ( List<Avl.Image> inImages, List<float> inLightXYAngles, List<float> inLightZAngles, Avl.Image outSurfaceNormals, Avl.Image outIntensities, Avl.Image outAlbedo )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImages | System.Collections.Generic.List<Avl.Image> | |||
![]()  | inLightXYAngles | System.Collections.Generic.List<float> | Angle of light source on XY plane. | ||
![]()  | inLightZAngles | System.Collections.Generic.List<float> | Angle between light source and normal, where normal is camera optical axis. | ||
![]()  | outSurfaceNormals | Avl.Image | |||
![]()  | outIntensities | Avl.Image | |||
![]()  | outAlbedo | Avl.Image | 


