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