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

AVS.PhotometricStereo_DestroyHeightMapStruct Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PhotometricStereo_DestroyHeightMapStruct
(
	int? inImageWidth,
	int? inImageHeight
)

Parameters

Name Type Range Default Description
inImageWidthint?<1, INF>Width of the input images. Default value: atl::NIL.
inImageHeightint?<1, INF>Height of the input images. Default value: atl::NIL.

See also