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
Input value inImageWidth int | None 1 - None Width of the input images
Input value inImageHeight int | None 1 - None Height of the input images