You are here: Start » FIL.NET » FIS.PhotometricStereo_InitializeHeightMapStruct Method
FIS.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 PhotometricStereo_InitializeHeightMapStruct ( int inImageWidth, int inImageHeight )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImageWidth | int | <1, INF> | Width of the input images. | |
![]() | inImageHeight | int | <1, INF> | Height of the input images. |

