You are here: Start » FIL.NET » FIS.FisFilter_PhotometricStereo_InitializeHeightMapStruct Method

FIS.FisFilter_PhotometricStereo_InitializeHeightMapStruct Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_PhotometricStereo_InitializeHeightMapStruct
(
	FilNet.PhotometricStereo_InitializeHeightMapStruct_State ioState,
	int inImageWidth,
	int inImageHeight
)

Parameters

Name Type Range Default Description
ioStateFilNet.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