You are here: Start » FIL.NET » Invoke.PhotometricStereo_General_Perform
Computes surface normals using images with light source in different places.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PhotometricStereo_General_Perform ( List<Fil.Image> inImages, List<float> inLightXYAngles, List<float> inLightZAngles, Fil.Image outSurfaceNormals, Fil.Image outIntensities, Fil.Image outAlbedo )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImages | System.Collections.Generic.List<Fil.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 | Fil.Image | |||
![]() | outIntensities | Fil.Image | |||
![]() | outAlbedo | Fil.Image |