You are here: Start » AVL.NET » AVS.AvsFilter_PhotometricStereo_InitializeHeightMapStruct Method

AVS.AvsFilter_PhotometricStereo_InitializeHeightMapStruct Method

Creates a structure used for computing height map in photometric stereo filter.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_PhotometricStereo_InitializeHeightMapStruct
(
	AvlNet.PhotometricStereo_InitializeHeightMapStruct_State ioState,
	int inImageWidth,
	int inImageHeight
)

Parameters

Name Type Range Default Description
ioStateAvlNet.PhotometricStereo_InitializeHeightMapStruct_State
inImageWidthint<1, INF>512Width of the input images. Default value: 512.
inImageHeightint<1, INF>512Height of the input images. Default value: 512.

See also