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

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
inImagesSystem.Collections.Generic.List<Avl.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.
outSurfaceNormalsAvl.Image
outIntensitiesAvl.Image
outAlbedoAvl.Image

See also