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

Invoke.PhotometricStereo_Perform

Computes surface normals using four images with light source in different places.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PhotometricStereo_Perform
(
	Avl.Image inImage1,
	Avl.Image inImage2,
	Avl.Image inImage3,
	Avl.Image inImage4,
	float inXYAngleOffset,
	float inZAngle,
	Avl.Image outSurfaceNormals,
	Avl.Image outIntensities,
	Avl.Image outAlbedo
)

Parameters

Name Type Range Default Description
inImage1Avl.ImageFirst input image.
inImage2Avl.ImageSecond input image.
inImage3Avl.ImageThird input image.
inImage4Avl.ImageFourth input image.
inXYAngleOffsetfloat0.0fAngle of first light source on XY plane. Default value: 0.0f.
inZAnglefloat45.0fAngle between light source and normal, where normal is camera optical axis. Default value: 45.0f.
outSurfaceNormalsAvl.Image
outIntensitiesAvl.Image
outAlbedoAvl.Image

See also