PhotometricStereo_InitializeHeightMapStruct
Creates a structure used for computing height map in photometric stereo filter.
Syntax
C++
C#
Python
def PhotometricStereo_InitializeHeightMapStruct( inImageWidth: int, inImageHeight: int, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inImageWidth | int | 1 - ![]() |
Width of the input images | |
![]() |
inImageHeight | int | 1 - ![]() |
Height of the input images |


