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
inImagesSystem.Collections.Generic.IList<FilNet.Image>
inLightXYAnglesSystem.Collections.Generic.IList<float>Angle of light source on XY plane.
inLightZAnglesSystem.Collections.Generic.IList<float>Angle between light source and normal, where normal is camera optical axis.
outSurfaceNormalsFilNet.Image
outIntensitiesFilNet.Image
outAlbedoFilNet.Image

See also