You are here: Start » AVL.NET » Function Reference » Computer Vision » Image Analysis » AVL.PhotometricStereo_Perform

AVL.PhotometricStereo_Perform

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImage1AvlNet.ImageFirst input image.
inImage2AvlNet.ImageSecond input image.
inImage3AvlNet.ImageThird input image.
inImage4AvlNet.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.
outSurfaceNormalsAvlNet.Image
outIntensitiesAvlNet.Image
outAlbedoAvlNet.Image

See also