You are here: Start » FIL.NET » Function Reference » Computer Vision » Image Analysis » FIL.PhotometricStereo_DestroyHeightMapStruct
Destroys a structure used for computing height map in photometric stereo filter.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PhotometricStereo_DestroyHeightMapStruct ( int? inImageWidth, int? inImageHeight )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageWidth | int? | <1, INF> | Width of the input images. Default value: ftl::NIL. | |
![]() | inImageHeight | int? | <1, INF> | Height of the input images. Default value: ftl::NIL. |