You are here: Start » FIL.NET » Invoke.PhotometricStereo_General_Perform

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
inImagesSystem.Collections.Generic.List<Fil.Image>
inLightXYAnglesSystem.Collections.Generic.List<float>Angle of light source on XY plane.
inLightZAnglesSystem.Collections.Generic.List<float>Angle between light source and normal, where normal is camera optical axis.
outSurfaceNormalsFil.Image
outIntensitiesFil.Image
outAlbedoFil.Image

See also