You are here: Start » FIL.NET » Invoke.PhotometricStereo_InitializeHeightMapStruct

Invoke.PhotometricStereo_InitializeHeightMapStruct

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PhotometricStereo_InitializeHeightMapStruct
(
	int inImageWidth,
	int inImageHeight
)

Parameters

Name Type Range Default Description
inImageWidthint<1, INF>Width of the input images.
inImageHeightint<1, INF>Height of the input images.

See also