You are here: Start » AVL.NET » Invoke.PhotometricStereo_DestroyHeightMapStruct
Destroys a structure used for computing height map in photometric stereo filter.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PhotometricStereo_DestroyHeightMapStruct ( Optional<int> inImageWidth, Optional<int> inImageHeight )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageWidth | Atl.Optional<int> | <1, INF> | Width of the input images. Default value: atl::NIL. | |
![]() | inImageHeight | Atl.Optional<int> | <1, INF> | Height of the input images. Default value: atl::NIL. |