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