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


